

Gandi massively increased their prices 2 years ago.
Bun, meat, salad, tomato, onion, Cheddar.
Gandi massively increased their prices 2 years ago.
It doesn’t. It prompts you to solve it when first logging in.
TBH I wish Steam had a mobile store. There are some games which exist on PC and Android, having cross buy and cross save between versions would be cool.
Forgejo is a reactionary fork of Gitea, started because the creator of Gitea founded a company to maintain it.
The Android app is garbage, often refuses to automatically synchronise, and for the past few releases has been displaying an error saying it can’t connect to the server even though it clearly can.
Nextcloud itself is okay but slow.
I second DokuWiki. It’s super lightweight and infinitely customizable with plugins.
It’s unironically one of the best self hosted software there is. Its tags management feature is unmatched, I wish a similar system existed in Paperless.
For anyone who doesn’t know: it’s Jellyfin but for porn.
275€
Photos with my phone it is! Most documents I receive nowadays are digital anyway.
Paperless often randomly stops accepting new documents. I have to wait several hours or restart it.
Use Wireguard or whatever to create a VPN between your home and your VPS, put a reverse proxy on the VPS to route all incoming requests to your home server, and point your domain to the VPS.
Gitea, Gogs, Forgejo
“They are the same picture.”
Nextcloud’s biggest issue is performance, and PHP, while not a problem per se, doesn’t help. PHP is not designed for huge applications that need to have processes running in the background; it only runs when a request is made then stops the process, therefore it needs to load itself from scratch on every single page load.
This is because PHP uses something called CGI; the webserver (usually nginx or Apache) calls an external PHP binary to generate a page. With Go (or pretty much any other language), the app is its own server and can keep data in memory and do stuff even when no request is coming.