

What if it’s a network mount inside the container? Doesn’t the mount not happen till the container starts?
Aka csm10495 on kbin.social


What if it’s a network mount inside the container? Doesn’t the mount not happen till the container starts?


I have a couple pis that run docker containers including pihole. The containers have their storage on a centralized share drive.
I had a power outage and realized they can’t start if they happen to come up before the share drive PC is back up.
How do people normally do their docker binds? Optimally I guess they would be local but sync/backup to the share drive regularly.
Sort of related question: in docker compose I have restart always and yet if a container exits successfully or seemingly early in it’s process (like pihole) it doesn’t restart. Is there an easy way to still have them restart?


In what way? Anything on the public internet is likely being used for AI training. I guess by using free GitHub you can’t object to training.
Then again anywhere you host you sort of run into the same problem. You can use robots.txt, but things don’t have to listen to it.
Something that may help:
Why doesn’t GitHub Pages fit your use case? It’s nice to get free static hosting from them.


Another option if you need public access without something like tailscale would be to use ddns and a AAAA record. Something like https://github.com/ddclient/ddclient would help do that.
That way if the IP changes, you’d pick up on the change for your vanity url within a few minutes… and can get https certs for that url as well.
Edit: I reread the OP. This doesn’t help if clients need direct ipv4. Sorry about that.


Bad eh security advice: use an alternative ssh port. Lots of actors try port 22 and other common alternatives. Much fewer will do a full port scan looking for an ssh server then try brute forcing.
I have both but just use pihole as a local DNS server/forwarder. I bump into too many random times where sites or redirects don’t work properly since they get blocked.


Consider using containers. I used to think this way, though now my goal is to get down to almost all containers since it’s nice to be able to spin up and down just what the one ‘thing’ needs.


If this is your fear, why not just have a will or something that specifically describes what to do and where to go?
How is signal considered part of the fediverse?


How does a doddle compare to a jiffie?


Recommend cloudflare for DNS. I use it for DDNS via API and it works great.
You also basically pay the wholesale rate without markup for the domain.
+1 to NPM. Works really easily for certs and auto renewal.


Exactly the same boat. But man Cloudflare is better in every way. Having an API to update/fetch records for a zone does wonders.


deleted by creator


Interesting side note: if discord was e2e encrypted, how should they take action on anything?
If a group decides to swat a server and they can’t review themselves, how should admin moderation work?
(Yes this isn’t the current situation, but I’m on the toilet and it intrigued me)


Even if you defederate they can harvest the data… I mean it’s an open protocol.


LinkedIn has over a billion users. I got a t-shirt for it.


In theory you could generate a wildcard to a domain then use it.
This. I use pihole as just a DNS server with blocking off since it was too much to have to deal with the random broken pages.