

Accidental reply
Accidental reply
How do you know which headers to set? I couldn’t find any documentation when I last tried (but that was some years ago now).
Feels like the one who created this didn’t want to do step 3 to 5 for all levels.
I meant Traefik, but I’m reading up on Tailscale now and it looks good.
I meant Traefik.
I meant to ask about Traefik vs Caddy, but you setup is genius.
I meant Traefik, sorry.
Also, why Nginx over Caddy? How does a minimal reverese proxy setup look like with Nginx?
Yes, sorry for the mixup. I meant Traefik
My small repurposed NAS could not handle hosting everything posted here, but it would be really nice if I had the time to both set it up AND use them. I’m suprised it can even handle almost 10 apps (but I am the only user).
I also had a dream of setting up Guacamole and run Heroes of Might and Magic III turn based. But I never got it working (didn’t use docker back then) so I gave up on it.
It’s nice because I don’t have to install it. Now I can use it when I work, on my computer at home or when my dad calls me.
But there is also merit to using a desktop application.
I haven’t used nextcloud in years, but last I read about it was to avoid AIO at all cost. There is another version and for some reason AIO was shit and not AIO was OK. Can’t remember why though.
I use KeePassXC. I have to sync it myself between devices (I use pCloud, syncthing and rclone). They have an android app that works great and there is an iOS app as wellapp, Strongbox. I’ve looked at replacing it a few times but nothing gave me the customisation Keypass offers.
You want DMZ. I have the same setup. DMZ will make router 1 consider router 2 to be WAN and not behind firewall.
I have been running popos on my x1 for some years now. Only had problems with audio not working from one day to another, but other than that it has great support from Lenovo. Even the 4G modem has official drivers.
Agreed. All the listed problems seem moot when viewing the project as a personal one.
I did some bad formatting during my initial setup of caddy. Having the formater is really handy.
I haven’t worked with java for a couple of months now, currently working in Delphi, so could not remember the how else to do new line except backslash n on top of my head. :-)
I haven’t looked at the code but I always assumed that println
was a call to print
with a new line added to the original input.
Something like this:
void print(String text) { ... }
void println(String text) { this.print(text + '\n'); }
I am currently looking into borg because it can take incremental backups. I just need figure out how I should handle a running system, if I need to turn of all my docker images or if there is some kind of snapshot function I can use.
From what I read on their FAQ, Borg cannot verify the integrity so I would need to turn everything off during the backup process. A filesystem like ZFS could have solved that problem (cannot find the link, something about shadow copy I think?) but since I don’t have a backup yet nor physical access, I need to work with what I have.
I think I will set it to take a backup every night.
EDIT: Maybe it can verify integrity? Still trying to find information on my use case. https://borgbackup.readthedocs.io/en/stable/usage/check.html