Definitely +1 on Frigate!!
- 32 Posts
- 70 Comments
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•What's the laziest way to create a website that looks really nice and is maintainable?English
16·3 months agoHugo or similar
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•Looking for recommendation to upgrade my Raspberry Pi-based home serverEnglish
5·6 months agoN100 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…
Dust0741@lemmy.worldOPto
Selfhosted@lemmy.world•Separate Docker stacks using gluetun networkingEnglish
2·6 months agoAmazing 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.)
Dust0741@lemmy.worldOPto
Selfhosted@lemmy.world•Separate Docker stacks using gluetun networkingEnglish
7·6 months agoOooooooooooo I totally was confused. Thank you for this!!!
Dust0741@lemmy.worldOPto
Selfhosted@lemmy.world•Separate Docker stacks using gluetun networkingEnglish
2·6 months agoI don’t want to merge them, I specifically would like them separate.
Dust0741@lemmy.worldOPto
Selfhosted@lemmy.world•Separate Docker stacks using gluetun networkingEnglish
2·6 months agonetwork_modeis only for multiple containers in the same stack.
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•What external services do you use for your selfhosting setup?English
5·8 months agoEmail and offsite backups (as 3rd copy of data, encrypted
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•What is the best way to sync images to my NAS?English
76·9 months agoImmich
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•Saying “AI made it” means nothing nowEnglish
7·11 months agoDon’t ever use
bit.ly. Post the real link
Renovate bot is the answer. I self host it. Feel free to ask questions
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.
It should be yea. Just make sure you pass the USB through (or whatever connection method) and TEST
I’ve had success using the normal apt package
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch?English
2·1 year agoLet’s go!!!
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch?English
3·1 year agoNot 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)
Dust0741@lemmy.worldto
Selfhosted@lemmy.world•Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch?English
3·1 year agoThis is what I did! I’ve now migrated to my own docker-compose files.
I used the owner profile. Idk much about it tbh, I have yet to do more in depth testing as my phone doesn’t have displayport functionality so I am a little discouraged to be an early adopter too. I couldn’t get SSH setup so typing a lot on the small keyboard wasn’t ideal.
I’d check Google/GOS docs for more info for now. I’ll bet there’ll be a lot in the coming years as fast as usecases
Nipe! Not rooted. In a VM though
Not sure, but if LineageOS supports it, that should be all you need

Ww this fills a niche that I had but hadn’t been able to think through yet. Amazing!