I have automatic updates on everything. If it breaks, I fix it when I have time. If I don’t, it remains broken.
I could also just not do updates, but I like new features.
I have automatic updates on everything. If it breaks, I fix it when I have time. If I don’t, it remains broken.
I could also just not do updates, but I like new features.
You might need to lower your expectations
Is it feasible to self host websites
yes
for small businesses
NOPE
Well, you say your business sites, so I assume you’re okay with downtime. I would absolutely not self-host sites for someone else’s business, because if something happens to the hosting (ISP outage, power outage, bad update, hardware failure, accidental deletion, misconfiguration, ISP block, flood/fire/storm, theft, I can go on) then it’s my ass on the line. Simple hosting is cheap, spend the few bucks for a lot more peace of mind.
Either this means you won’t get future updates, or future updates will still overwrite your change. The proper way to do this would be to mount your own config over the one in the container, though this may have negative effects if the container config changes in the future. You might be able to mount /dev/null over the log file if you don’t care about the logs at all.
I don’t believe there’s any way to specify modifications to someone else’s containers without making your own image, unfortunately.
Well this code would be maintained by developers who know rust, so it sounds like a good merge to me!
Is rust more maintainable than C?
It’s okay to let things go when they’re not useful any more.
Or, turn it into art.
Access point?
You might be able to configure it as a DNS server with block lists like pihole, but I don’t think it would be very productive.
I have never gotten WoL to work reliably in any condition. I would just assume it’s not going to, and use other power controls.
Hmm. Does it do it in other editors? My next guess is that it’s a laptop keyboard thing, like with the Fn key.
I can’t imagine you completely remapped a key or created a shortcut just by mashing keys. I’m not even sure where that config would live.
I’d guess if you set some option, it’s in ~/.vimrc now.
Yeah that’s the general consensus
So if you don’t have any client, how do you receive the notification?
You haven’t given any info on your environment, but does it show up in the OS? In lspci or nmtui or whatever? Is it listed in /etc/network/interfaces or your distro’s equivalent?
Therefore, we should not take any security measures at all?
If you’ve got certs generated, you should be able to upload them to nginx proxy manager. https://anthonyconstant.co.uk/blog/f/local-ssl-certificate-using-nginx-proxy-manager-dockerportainer
It does a couple things. It’s one service that routes requests to multiple services. So if you have radarr, sonarr, etc., you can put a reverse proxy in front and use the same ip-port to connect to all, and the proxy routes the request to the service by hostname.
If you have multiple instances of the same service for HA, it can load balance between them (though this is unlikely for a homelab).
Personally I run all my services through docker and put traefik in front, so that I don’t have to keep track of ports. It’s all by name.
It’s also nice because traefik handles HTTPS termination, so it automatically gets certs for each name, and the backing service never needs to worry about it (it’s http on the backend, but all that traffic is internal).
I’m not in NZ, but I’ve heard that it’s difficult or expensive to get stuff in. If you have equipment, I’d bring it with you. And it would be cheaper to do any upgrades now, rather than pay the premium later.
I have two devices. How do I view photos from both, together in one library, without running something like Immich on a third device?
Docker: ouroboros. Linux: unattended-upgrades or dnf-automatic. Windows: MECM.
I know those FOSS ones aren’t centralized, but I find it a lot easier for them to just update themselves as necessary.