There’s no difference between using a volume in Compose to mount a share or your server’s fstab file. Both do the same kind of mount.
There’s no difference between using a volume in Compose to mount a share or your server’s fstab file. Both do the same kind of mount.
I’d suggest /opt/docker/_compose/ for all the compose files. Or, if you keep all the config files for your containers on your NAS, maybe create a share there and put all yml files in it, then mount it on the host. This way everything is on your NAS and nothing is lost if the host freaks out.
And I’d add the NFS mounts to the compose files as well. When specifying volumes, you can use anything the host OS has a mount.xxx command for. Docker will take care of mounting everything.
Yeah, everyone has to find their own way of organising, I guess. For me, there are too many different little projects that it would get messy throwing them all in one folder. And they’re so varied that I couldn’t think of one single “theme” or topic for most of them. Nothing I would remember a week later anyways.
Same, but by language, e.g. Development/Python
.
There’s dozens of us! Dozens! (Switched to Apple after 12 years of being an Android enthusiast.)
Put that mount point into the compose file(s). You can define volumes with type nfs and basically have Docker-Compose manage the mounts.
But when you report obvious fake accounts that merely exist for 5 days, follow 5000 people already and only have 3 followers themselves but a nice spammy link in their profile, they allegedly don’t violate any terms of services…
That probably doesn’t work unless you power-cycle the picture frame after changing the photos.
I had this with some offline Samsung picture frame and a Transcend WiFi SD card. The SD card runs a small Linux and can be unlocked to add own scripts. I had a script that would rsync files from my storage to the SD. However, while the new files were written to the SD just fine, the picture frame never re-read the list of files from the SD. And after power-cycling, my specific model needed to be turned on manually again. So, that wasn’t a satisfactory solution.
Following a profile logged-out is impossible now
What do you mean? I can just open an Incognito tab and go to x.com/<username> and see all posts (without replies, though).
because they don’t run alts
I think you underestimate the dedication of some of those trolls. Also, most apps allow to easily switch between profiles with like 2 taps.
I’m so glad I’ve spent my 2 or 3 bitcoins back in the early years for some 60€ software…
Of course, not. But closing and locking the door doesn’t prevent the person on the other side to still listen in on your conversations…
And it’s exactly like this now, if I understand the change correctly. They only removed the “you can’t see this post because the owner limits who can see it” thing. Blocked people still can’t reply.
Yep, that’s why I don’t get all this panicking about the Twitter change…
In closed systems like messengers, where you don’t see any content unless logged in, yes. There, it works brilliantly. But on Twitter, this is like cutting out something from a newspaper when there’s a news stand right next door.
Having a public (i.e. not locked) Twit𝕏 account and believing you can block single people is a bit stupid to begin with.
When screaming on a market square, you can’t demand for single people to “please not listen” to what you’re screaming.
Rather people have no idea how blocking on 𝕏 worked/works. You were ALWAYS able to see tweets from people that blocked you by simply logging out or using an alt account.
I don’t understand all this fuss about this simple change. He only removes a useless feature that was never more than a minor inconvenience for those that got blocked.
If you don’t want people to see your tweets, lock your profile. This worked before and this still works just fine.
I’m using News Explorer. One-time purchase, and syncs your feeds and read/unread status between macOS and iOS/ipadOS.
Is that an AI photo at the top of the article? Or which Palm Pilot model is that?
How did you mount it outside the cluster? Did you have a look at the mtab and used the exact same options in the compose file?