There is a subscribe button, it’s directly below the channel name. Up until recently there was a bug in invidious preventing it working but it looks like that’s been resolved now.
There is a subscribe button, it’s directly below the channel name. Up until recently there was a bug in invidious preventing it working but it looks like that’s been resolved now.
5 gallons per.hour? The article says 4-6 litres - a little over a gallon.
My favourite one is renaming a directory full of files in nnn
. It opens in vim, and I’m in my happy place, where I really know how to edit text (or, in this case, filenames). Great when there’s some minor variation between a lot of files. Full previewing before saving, multiple operations handled before doing anything etc.
The existing feature is that only subscribers will see it in feeds, but it can still be searched for or viewed manually. It’s not a private community feature. I’m just planning to add front-end access for the feature that already exists, so that admins don’t have to do API calls to use it.
I’ll see if there’s any existing discussions about private communities while I’m at it though, it might be something the main devs have an opinion on or plan for.
This actually already exists, it’s just not in the UI yet. Hiding communities can be done via the API. I was planning on putting in a PR to expose the functionality on the front-end at some stage.
Yep, the app is by far the easiest way to deal with it, and it’s got a great amount of troubleshooting options too.
There are speed and developer experience improvements, and a whole bunch of it is there to optimise for mobile. They have some info in the FAQ on jmap.io. It’s something I won’t 100% take without any consideration - it is written by the fastmail Devs - but a modern stateless protocol is no bad thing.
I’m also on Migadu for email, and I can say the experience has been pretty excellent. They have good instructions for setup stuff, and their pricing model is great. The pricing model has things in common with rsync.net, where they impose a soft limit on storage and reach out if you start exceeding it to talk about upgrading.
I do wonder if other mail providers will at some stage support jmap, it seems like it could take away some frustrations.
OK, looks like my setup isn’t any different to yours, except that I have --security-opt=label=disable
set too. The reason for this is because of this issue, which should be fixed by now. Your version may be too old?
If you get the same result from ausearch
as on that issue, you may be seeing the same problem.
I’ve got this running on my jellyfin rootless podman setup. Let me check out the config when I get home, I’m out at the moment. Ping me here if I don’t update this in the next day or so.
ZigBee devices are often able to be used with a 3rd party hub. For instance, all the IKEA stuff works with any standard ZigBee hub. They don’t have a line to the internet if you control the hub.
Check out borgbackup, it stores changes only, snapshots are created for every new backup, encrypts automatically and is pretty straightforward to use.
Maybe around 2006, I booted a live CD of Ubuntu and ran the 6 disc install of Unreal Tournament 2004 so that I could play UT with a friend who was staying over - the laptop was my mum’s, so I wasn’t allowed to install anything directly on it. UT2004 had a native Linux version on disc.
The install took until 4am and we played until the sun came up, absolute bliss getting it working.
Ah, I did the bad thing and didn’t read properly.
It looks correct, yes. Can you run iptables -L -t nat
on the public host after bringing up the wireguard connection to see if it works?
Also, if you can do a netcat to that same port from a local computer to that public endpoint without the wireguard connection running, you can test that the port isn’t being blocked anywhere else along the way.
You have to have a firewall rule on your public server to tell it to send any traffic on port 8096 to the IP of your private server. Currently, your public server isn’t listening on that port, so the packets would just be dropped.
Up and down votes are federated with your username, along with posts and comments (obviously).
Clicking on links, favourites, email address (if you put one in when signing up), password and IP address are all only on your local instance.
Basically, unless another server needs to know about it for federation to work, it’s going to be local to the instance you’re using.
If you want to avoid it happening, you can add a healthcheck to the postures service. Have a look online for docker healthchecks for postgres. That’ll let it ensure it’s actually ready to receive queries before dependencies start up.
They mean the android community having moved over here. It’s just a merger in name, there isn’t any technical work happening in that process.
The Noctua NH-L9a-AM4 is an excellent cooling solution that juuuust fits in the case. One thing to just clarify is that the deskmini requires a GPU - it can’t be run headless at all.
It really is excellent. It’s my home server and it hasn’t broken a sweat running dozens of services. Jellyfin can use the GPU for video transcoding on the fly too, so that helps make that not a complete waste.
Are you not logged in? You need to have an account logged in, subscriptions are stored server-side.
Edit: Ah, I see that you’ve found that out. Good you got it sorted!