

I looked at Borg, didn’t see a GUI, but Borgwarehouse look good. It’s on the list. Thanks
Incessant tinkerer since the 70’s. Staunch privacy advocate. SelfHoster. Musician of mediocre talent. https://soundcloud.com/hood-poet-608190196
I looked at Borg, didn’t see a GUI, but Borgwarehouse look good. It’s on the list. Thanks
I run Proxmox on the local server. I didn’t know Veeam had a community edition. The 13 gb download just finished. It’s on the list. Thanks.
I too use Freshrss. I use a lot of the feeds from https://www.trackawesomelist.com/ which tracks all the Github Awesome lists.
This is the home lab creed: You do with what you have. Before I accumulated a bit of equipment, I’ve used laptops, RPi, minicomputers, at one time I had a cluster of Wyse thin clients bootstrapped together.
I read a lot. LOL I might not understand it all, but I read TBs of articles and stuff.
automate stuff in my homelab.
Love me some homelab automation. It puts a smile on my face when I get a little ding from telegram giving me a summary of this morning’s email, what the weather will be for the day along with a summary of established connections to my servers 'cause I’m paranoid like that. LOL fun stuff
Caddy! I am embarrassed to think about how long it took me to figure out caddy. I kept cracking away at it tho, and one day it was like the clouds rolled back, and the sun shone on my face, a alien ship came down and this green little dude gave me the secrets, and it was all so simple. Now I can have caddy up and dishing out certs in about 5 minutes. When I look back, I cringe.
I hear about Incus being the next best thing. I’ve never played around with it. Is it all that and a bag o’ chips?
Sometimes we get so engrossed in what we’re doing we can’t see the problem(s). I do that a lot, so I have take a break. Same with creating music. You get so deaf to what you are trying to write that nothing sounds good no matter what you do. In the words of Snoop Dog, ‘I had to back up off of it and sit my cup down. Tanqueray and chronic, yeah, I’m fucked up now.’
Take a break.
The computer I’m using currently, I set the BIOS in 2012. WHen I built it, I stuffed every last piece of cutting edge tech of the time into it. Dual CPU, SLI, started with 64gb ram then later on maxed the board out at 128gb. It’s still a workhorse tho. It’s one of the three I use all the time for music production, selfhosting etc.
Oh, I’ve just been tinkering around with LangFlow specifically as a news aggregator.
The flow: https://i.imgur.com/5HqznQm.png
Then asking AI to go get me some news: https://i.imgur.com/ltZPBwC.png
Still needs a little tinkering and as the final step, to send said news stories to my Telegram. I really have a blast with automation platforms like N8N, Flowise, Gotify, DopplerTask, & Kestra.
Afterwards, I smoked a small bowl and worked on a couple songs I have in the works.
HBU?
I’ve heard a lot of good things about Ghost. I see a lot of bloggers running it. I’m not a blogger and I doubt anyone would be interested in what I had to say…lol…so I don’t have experience in that area. However, Ghost seems to be the ticket for bloggers. It integrates with thousands of services and some really great theme templates. If I were going to start a blog, that’s what I would go with. Jeremy over at Noted.lol has a write up about it and iirc, he uses Ghost for Noted.lol itself.
I really like tailscale. I had a little bit of a task getting it to run along side my daily driver VPN, but all is well now. For something so easy to implement, it gives the user a lot of protection.
Aww man I remember those well. Is this for nostalgia or do you regularly use it?
Whatever solution(s) you come up with, you are going to have to address security at some point, to keep all the good stuff in, and all the baddies out…and there are millions of baddie bots just dying to get to your server to set up an xmrig-monero mining operation on your server. They don’t share in the profits either…lol.
So, while you are figuring out infrastructure, don’t overlook security.
To be honest, that was the only thing I could scrape up. At the very least, I figured if it wasn’t readily usable, it would give you some ideas of how to cobble together something along the same lines to solve your issue. Other options were using proprietary apps like FoneBackup, etc.
Cheers
LOL! It’s a real product tho. I’m struggling to get through 32 oz. I guess I don’t have the use case of someone like Diddy.
Would this work: https://github.com/johannesschiessl/Goodnotes-Backup
entirety of my network to a third party tool that I don’t know that well.
Understandable.
Will Proxmox BackUp server handle remote VPS? I had assumed that it only was for ProxMox VM’s.
That’s what AI tells me and then gives a configuration such as:
spoiler
#!/bin/bash # Variables CONTAINER_NAME="your_container_name" VOLUME_NAME="your_volume_name" BACKUP_DIR="/path/to/backup/dir" TIMESTAMP=$(date +"%Y%m%d_%H%M%S") # Create a backup of the Docker volume docker run --rm -v ${VOLUME_NAME}:/volume -v ${BACKUP_DIR}:/backup alpine \ sh -c "cd /volume && tar czf /backup/${VOLUME_NAME}_${TIMESTAMP}.tar.gz ." # Optionally, export the container docker export ${CONTAINER_NAME} -o ${BACKUP_DIR}/${CONTAINER_NAME}_${TIMESTAMP}.tar echo "Backup completed for ${CONTAINER_NAME} and ${VOLUME_NAME} at ${TIMESTAMP}"
Yeah I know it’s AI, which may or may not be completely accurate. Would I need to do that for each and every Docker container? I’ve got some 60 +/- containers. LOL <whine boohoo!>
That along with the client on the remote VPS would take care of Docker containers, however, I would also like to back up configuration files, and data associated with UFW, F2B, etc. Pretty much a snapshot of each server.
These lowendbox hosts don’t include snapshots and frills and Contabo only lets you keep one snapshot active. I did find an N8N flow that automates the snapshot process for Contabo. I guess I could upgrade to better hosts, but one of the VPS is my skunk works server where I run and test everything before putting it into production…it’s like $25 per year. Contabo is decent, and LuxVPS gives me the most bang for buck including all the frills for $10 a month. So, that’s about as much fun money I got for the time being.