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.
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
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
The Global Marketshare of mobile Operating Systems is very similar to the values from the survey. The conclusion probably still makes some sense because most responses came from the United States
If you plan to use docker containers for qbittorrent. gluetun is a pretty good way to put everything behind a vpn. It supports openvpn and wireguard, with presets for many providers
I use docker-mailserver with sendgrid as smtp relay
Yeah, that would work as well
But if you modify the source code you’ll probably need to link that somewhere e.g. in the sidebar
I have a Raspberry pi 1b that runs adguard home and a VPN server
Reading this post on my mi A3 right now :D
Yeah seems like they mix up homelabbing and selfhosting a lot
Using traefik as your first reverse proxy might be a bit daunting. Caddy or “nginx reverse proxy” are much easier to configure.
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