

Never had problems with Hetzner 🤔
Never had problems with Hetzner 🤔
Glad you found a good VPS 👍
I rent the ARM VPS in Nürnberg, cheap and high performance. I don’t have any issues. Last time I had issues was with Contabo VPS. My main server is a dedicated one at Hetzner. Can recommend this one too.
A few people I know are using IONOS or Netcup for webhosting. They offer a lot more than just webhosting, if anyone needs a VPS, go for Netcup.
Maybe you can checkout European alternatives too to find what you are looking for 😊
No, because MONITOR_ONLY is for all
It is very easy. Here is my compose:
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
command: --interval 10800
logging:
driver: local
environment:
WATCHTOWER_NOTIFICATION_URL: gotify://
WATCHTOWER_NOTIFICATIONS_HOSTNAME: Fancy name
WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_WARN_ON_HEAD_FAILURE: never
Every 3 hours it will check for updates, send a message via Gotify and pull the new images. It will not restart the containers with the new images.
I only let me notify about updates. I don’t want autoupdates, because some projects may have breaking changes (looking at you Immich 😁)
I get a message from watchtower over Gotify and then I can read the changelog
I like Zoraxy it has a lot of features, like Zerotier integration, status monitoring etc and a clean UI
Runs fine for my needs and fully replaced NPM for me 😊
You can run it in docker or as a single binary directly
You can use Rescuezilla which is basically a GUI fir Clonezilla, but easier to use 😋
Selfhosted Mastodon instances, not only Mastodon social, Misskey and forks, friendica…
Closing registrations would be a must have too. At the moment you can not disable public registrations 😔
Congrats to those milestones ☝🏻 Using Immich since the early versions and it got better and better, thanks to the efforts of the team
Thanks again for the help if something broke because of an update 😊
This post in selfhost? What do you selfhost there? Underwear?
Great as always, I love the integration with Floccus 🥰
Donated again, thanks for Linkwarden
Use Publii, it has a WYSIWYG editor, a block editor and a markdown editor. It creates the files on your PC and can upload it to your server. Just point your webserver to the uploaded folder.
Very beginner friendly ☝🏻
Siyuan wants an account even if I want to sync in WebDAV or S3, sorry but no.
Affine is a newer project and has interesting features. Outline is more mature. I prefer outline a little bit more 😌
Yeah Memos is great. I use it as a personal journal. It supports great features like Postgres database, tags, filters, S3 for assets, SSO with OIDC. Dev works on more features like referencing notes if I read correctly
Only downside for me is, pictures are always at the end of a note, not inline like in wikis
The user “radicale” needs access to the folder Permission denied says it clearly.
sudo chown -R radicale:radicale /var/lib/radicale
This should fix it