

I’ll give it a try, thanks for all the hard work on xpipe!
I’ll give it a try, thanks for all the hard work on xpipe!
Thanks, I’ll check it next time startup takes awhile, the only thing standing out from my current log (wasn’t a low startup this time) is loading images took about 3 seconds.
I’m really curious how you expect someone to make a living if they offer everything for free.
It does seem a bit better now on 15.3, but essentially on 15.x often the first time I start it up in the morning after my PC has been in sleep state all night, it will sit for 10-20 seconds on “Loading connections”. Starts after that first one are only a few seconds like normal.
Is there a log file I can poke through to see if anything stand out next time it happens? I only have about 20 connections in total.
Regardless I love the software, it’s very useful even for my small set of self hosting stuff I use it for!
The router is still your firewall, it just doesn’t need to do NAT with IPv6
You can still seed to users that do have port forwarding.
Thats correct but that is fine for the majority of setups.
What about using the default docker bridge networking instead of macvlan? You can access docker containers from the host, they can talk to each other if on the same bridge network, and there’s nothing hardcoded into the docker compose files.
The last few updates in particular seem to have very long launch times
I don’t know that it’s that specific, PDF is widely used for printing at least where I’ve ordered from.
My one complaint is you can’t export to PDF and it has no print function to use a PDF converter either…
why do the staff on a lot of private trackers seem so interested in what other trackers you have accounts with?
They want to know if you seed well or not, and probably which trackers you use in case some are (more) questionable legal content.
Yeah there are plenty of advantages of a full system backup, like not having to worry that you’re backing up all the specific directories needed, and super easy restores since the whole bootable system is saved.
Personally I do both, I have a full system backup to local storage using Proxmox Backup Server, and then to Backblaze B2 using Restic I backup only the really important stuff.
I first decided to do a full-system backup in the hopes I could just restore it and immediately be up and running again. I’ve seen a lot of comments saying this is the wrong approach, although I haven’t seen anyone outline exactly why.
The main downside is the size of the backup, since you’re backing up the entire OS with cache files, log files, other junk, and so on. Otherwise it’s fine.
Then I started reading about backing up databases, and it seems you can’t just back up the data directory (or file in the case of SQLite) and call it good. You need to dump them first and backup the dumps.
You can back up the data directory, that works fine for selfhosted stuff generally because we don’t have tons of users writing to the database constantly.
If you back up /var/lib/docker/volumes
, your docker-compose.yaml
files for each service, and any other bind mount directories you use in the compose files, then restoring is as easy as pulling all the data back to the new system and running docker compose up -d
on each service.
I highly recommend Backrest which uses Restic for backups, very easy to configure and supports Healthchecks integration for easy notifications if backups fail for some reason.
If you exclusively use cloudflare tunnels you don’t need a proxy on your end unless you want to do split-horizon DNS for local access.
But otherwise, nginx, caddy, traefik, npm, etc… all work fine with Cloudflare. Personally I’m using Traefik and Caddy on my setups right now.
Also, a bit off-topic, but is Cloudflare’s proxy really needed? I heard it’s insecure to self host sites without Cloudflare because you’re exposing your ip address and leaving yourself vulnerable but is it really bad to self host without Cloudflare?
Up to you, cloudflare is a recent thing and hosting was done without it just fine before it came along. Personally I don’t use cloudflares proxy very much, I just use it mostly for DNS management.
I use backblaze b2 and https://github.com/garethgeorge/backrest
Backrest is by far the best restic manager I’ve found, easy webUI, with built in support for healthchecks.
Backrest (restic) is what I use after constant duplicati problems. Kopia is also a good option.
Duplicati is ok with tiny backup sets, but give it multiple TB of data and it chokes and constantly has errors requiring expensive rebuilds.
Crowdsec has default scenarios and lists that might block a lot of it, and you can pretty easily make a custom scenario to block IPs that cause large spikes of traffic to your applications if needed.
Basically everything. Self hosting doesn’t rely on public access.
Good opportunity to test your backups.
Restore to a new directory, update that and see what happens. If it works do it to the original.