In what way is Deezer support broken?
In what way is Deezer support broken?
If you use let’s encrypt certificates on that subdomain it’s pretty easy to find. https://crt.sh/
It depends on your risk profile. On a private tracker it is much less likely that copyright trolls sit in the leech and log the ip of every peer, which is the main reason to use a vpn on public trackers. But it still increases your anonymity if you torrent over VPN.
And If your isp doesn’t allow port forwarding you could become connectable by using a VPN provider that provides that feature
With tinfoil and a good shop, updating switch rooms can be almost as convenient
coomer.su has an importer tool where you just need to provide your session key
The best about homepage is configuring it via docker labels
I use Ubuntu server as well and for me it mainly was that I was already familiar with the Ubuntu way of doing things. :D And Ubuntu Server has a few more convenience features like kernel livepatching. And I think the software on Ubuntu LTS is a bit less outdated than that on Debian stable
I run Anonaddy on a oracle cloud server without issues. You’ll need some SMTP relay service like smtp2go or mailjet of course. But other than that it works fine.
Port 25 is only blocked outbound. Recieving mail works fine on oracle cloud free tier servers.
I use docker-mailserver which is just one docker container running the basic services without the complexity of a webui an managing groupware
I currently use it (I don’t self host the server component though) and it works pretty flawlessly
AwesomeWM should allow switching workspaces independently if you want to try a dynamic tiler
If the Fediverse gets big enough search engines wil probably optimize for it e.g. prioritizing the instance of the community…
You could proxy your Webservice though a reverse SSH tunnel to a vps (that’s basically what cloudflare tunnels do)
Since it just uses markdown files in a directory, You could use anything to synchronise the state. E.g. nextcloud desktop or git
the parent image should support that arm version, so you could just build the docker image locally on your pi and use that.
Btw. There already is an open pull request to add arm support
Local versioning with btrfs rsync copy to other machine in home network rsync to NAS at my parents home
What are your logs showing? docker logs -f bitmagnet
It’s easy to get going with something like that, But it’s much harder to migrate to something else. Additionally yunohost doesn’t have Support for some kind of containerisation, which I find very useful, when I just want to try some application and completely remove it afterwards (without praying that my single database doesn’t break). I mostly use portainer to manage my Selfhosted applications, and it would be quite easy to switch to docker compose or another container orchestration platform if portainer does something funky
For what reason are you trying to avoid docker? since most projects provide docker images and an example docker-compose.yml it’s very easy to get the application you want running.
Otger projects that do plug and play application setup like yunohost etc. are casaOS and umbrel (both use docker under the hood btw)