I started self-hosting on my desktop first with Plex and the *arr stack, before buying a mini-PC and spinning up these apps on Proxmox.
TehNomad
- 0 Posts
- 5 Comments
TehNomad@piefed.socialto
Selfhosted@lemmy.world•doco-cd: Docker Compose Continuous DeploymentEnglish
2·6 days agoI also am currently using komodo and interested to try switching over to this. It seems lighter and simpler, and the encryption makes more sense to me compared to the Komodo secrets. I’m wondering how hard it would be to migrate from Komodo. One thing I have to figure out is that I switched all my bind mounts to be $DOCKER_DATA and I set the environment variable in my Komodo periphery. I wonder if I have to undo that for doco-cd.
TehNomad@piefed.socialto
Selfhosted@lemmy.world•Proxmox Backup Server: Bare Metal vs. Privileged LXC vs. VM?English
1·6 days agoI have it running as an LXC with a bindmount to my ZFS storage. I added backblaze b2 as an S3 endpoint and have a sync job to pull from my local storage.
I use the “||” operator in bash scripts to send a curl command to ntfy if the backup fails. But the healthchecks option is a little bit more robust since you wouldn’t get a notification if your system crashed and ntfy dies too. I believe you can also do this with Uptime Kuma if you want to go self-hosted on a remote server.
I also like using Komodo on multiple nodes. I guess the workaround for now is to run doco-cd on each node.