Dust0741
@Dust0741@lemmy.world
- Submitted 3 days ago to selfhosted@lemmy.world | 5 comments
 - Comment on Looking for recommendation to upgrade my Raspberry Pi-based home server 3 weeks ago:
N100 is great!! With HWA, it can transcode anything I throw at it (jellyfin tested, not Plex)
Everything else I do is much less intensive. 500gb+ of immich photos did take multiple days to process though…
 - Comment on Separate Docker stacks using gluetun networking 3 weeks ago:
Amazing this worked great!!!
One question though; How do I get qbittorrent to auto reconnect if gluetun gets restarted? (currently checking public ip per above fails if gluetun gets restarted, and the only way to fix is by restarting qbittorrent.)
 - Comment on Separate Docker stacks using gluetun networking 3 weeks ago:
Oooooooooooo I totally was confused. Thank you for this!!!
 - Comment on Separate Docker stacks using gluetun networking 3 weeks ago:
I don’t want to merge them, I specifically would like them separate.
 - Comment on Separate Docker stacks using gluetun networking 3 weeks ago:
network_modeis only for multiple containers in the same stack. - Submitted 3 weeks ago to selfhosted@lemmy.world | 13 comments
 - Comment on What external services do you use for your selfhosting setup? 2 months ago:
Email and offsite backups (as 3rd copy of data, encrypted
 - Submitted 2 months ago to selfhosted@lemmy.world | 14 comments
 - Submitted 2 months ago to selfhosted@lemmy.world | 5 comments
 - Comment on What is the best way to sync images to my NAS? 3 months ago:
Immich
 - Comment on [deleted] 5 months ago:
Don’t ever use
bit.ly. Post the real link - Comment on IT’S THE FEDS! 5 months ago:
In what country can you get raided due to high electricity usage?
 - Comment on Idea: Selfhosted Interface for LLMs 5 months ago:
 - Comment on Version Dashboard 5 months ago:
Renovate bot is the answer. I self host it. Feel free to ask questions
 - Comment on Renovate + Forgejo 6 months ago:
Makes a PR in a repo for updated versions. I.e. you have:
image: nginx:1And it’ll make a PR for the latest versionA CI/CD tool will monitor for changes like this and redeploy.
 - Submitted 6 months ago to selfhosted@lemmy.world | 4 comments
 - Comment on NUT server location 6 months ago:
It should be yea. Just make sure you pass the USB through (or whatever connection method)
I’ve had success using the normal apt package
 - Submitted 6 months ago to selfhosted@lemmy.world | 3 comments
 - Submitted 6 months ago to selfhosted@lemmy.world | 4 comments
 - Comment on Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch? 7 months ago:
Let’s go!!!
 - Comment on Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch? 7 months ago:
Not really. I also didn’t have much data in them, so I opted to start from scratch. I’d recomend searching for “service docker” to find how to run that thing in dockers compose. Then I make a folder for each thing. In my home directory, I make a new folder. Say fileBrowser. Then inside that I make
docker-compose.ymland put the compose from the internet (if you find a docker run, you can convert it to compose via sites like composerizer). Then for config volumes I like to specify./so it goes to the current folder. I.e../filebrowserconfig/settings.json:/settings.jsonso that inside the fileBrowser folder we’re already in, it has a folder called filebrowserconfig and a file called settings.json. (note that docker tries to make folders, not files. So if the json file doesn’t already exist, it’ll make a folder named settings.json lol) - Comment on Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch? 7 months ago:
This is what I did! I’ve now migrated to my own docker-compose files.
 - Submitted 7 months ago to technology@lemmy.world | 0 comments
 - Submitted 7 months ago to selfhosted@lemmy.world | 2 comments
 - Comment on Any nice playbook or tutorial to host a static website from home? 8 months ago:
Yup for sure. I specifically have mine open source. I have my domain through Cloudflare so that made sense.
 - Comment on Any nice playbook or tutorial to host a static website from home? 8 months ago:
I know it’s not self hosting, but I went with a Hugo site hosted on Cloudflare pages. That way I don’t have to port forward or worry about uptime or security.
 - Submitted 8 months ago to selfhosted@lemmy.world | 7 comments
 - Comment on wg-easy plus gluetun 8 months ago:
So my public IP address changes. Using just wireguard makes my public IP just my home’s public IP. It would be nice to be able to make it a 2-in-1 where my public IP becomes that of a paid VPN account, based on the gluetun container
 - Submitted 8 months ago to selfhosted@lemmy.world | 7 comments