theorychapter
@theorychapter@sh.itjust.works
- Comment on Homepage - Selfhosting Dashboard 6 days ago:
It’s there. Far left above the calendars at the very bottom.
- Comment on Self-Host Weekly (3 July 2026) 1 week ago:
I just need Procrastinatarr and my setup will be complete.
- Comment on Recommended mini pc for a homelab? 2 weeks ago:
Huh, you’re right. That sucks.
The GitHub with the data is linked in that post if you want to look through the csv file.
- Comment on Recommended mini pc for a homelab? 2 weeks ago:
There was a link posted in this subreddit about power consumption comparison of different mini pcs (raspberry pi, n100, etc), and I regret not saving it.
- Comment on Torrenting behind gluetun on zimaos? 3 weeks ago:
Idk how zimaos works, but the way to attach containers like this is with
network_mode: “service:othercontainer”which might need them to be in the same compose file (the docs aren’t clear).network_mode: “container:gluetun”Is how you can do it with separate compose files. And yes you’d need to map the ports in the gluetun compose file for any container you route through gluetun.