Comment on
Leaked Zoom all-hands: CEO says employees must return to offices because they can't be as innovative or get to know each other on Zoom
Reply in thread
The other way around. They've invested in so much real estate they need to justify it.
Comment on
Leaked Zoom all-hands: CEO says employees must return to offices because they can't be as innovative or get to know each other on Zoom
Reply in thread
The other way around. They've invested in so much real estate they need to justify it.
Comment on
Is this the place for help with setting up Sonarr/Radarr?
You have to give sonarr access to your top level media folder. Then you set sonarr up to hardlink the downloaded files to your media folder.
E.g. if you have home/media/tvshows and home/media/movies, give sonarr access to home/media. Your download client should probably have a folder like home/media/downloads in your sonarr app map the downloads folder to a sonarr folder in the downloaded client settings. Then set all imports to hardlink, instead of copy.
Your Plex/Jellyfin server should point to home/media for your library where the hardlinking occurs.
Comment on
Netbird vs. Tailscale
Reply in thread
Headscale the self-hosted server is unofficially but decently supported by tailscale the company. They employ the dev and don’t seem to be trying to kill the project or mess with it much.
Probably because they're smart and realise the people who self host probably wouldn't spend money on tailscale, and those who'd buy tailscale subscriptions wouldn't have the time/resources to self host it. Win win.
Comment on
Help with selfhosted wireguard routed through gluetun
I suspect they are both using the same interface wg0. I did a quick Google and it looks like you can do the following in gluetun
WIREGUARD_INTERFACE=wg1
This is my suspicion as you're using essentially two wireguard instances at the same time.
Comment on
What do you use to document your home lab?
I use trillium that gets backed up every hour to my pc.
I also do a lot of python development so my project ideas get written down there too.
I'm not a fan of code is documentation because what happens when you step away for a month and you need to figure something out? In trillium I have a search bar. What do you have in the code?
Comment on
Docker & Reverse Proxies
Reply in thread
I’d rather not mount the docker sock into my reverse proxy,
You don't have to if you use the dynamic file config. I've mentioned this before and debated to the ends of earth for even suggesting such a thing. But it all aspects is dynamic file configuration better.
Of you use IaC in your set up, it gets even easier because then you can just set up templates that automatically create file configs and add them to your reverse proxy seamlessly.
Right now with one Terraform apply, I create my docker container, traefik config and my homepage service.
Comment on
Self hosting video streaming
Many nice programs have been stated here but I'd like to throw Media CMS in the mix
Comment on
PSA: You can upload images to a Lemmy instance without anyone knowing
Reply in thread
Write the post and then upload the image?
Comment on
Getting back into things and wondering how you all self host your stuff?
Reply in thread
I second this. I only access anything internet facing via tailscale.
The only question I have now, is how do I let family and friends access certain services without tailscale?
I'm thinking a vps with something like authelia in the front that tunnels into my server via tailscale.
Comment on
I should feel bad about myself for selfhosting using Yunohost?
Do what you want. Everyone started somewhere. If yunohost is yours then so be it. If you like it, stick to it. If you grow tired of it, move on.
Comment on
Do you have perticular reason for choosing Tailscale over ZeroTier or vice versa?
Tailscale comes in my Synology packages and just works. Haven't looked at zerotier yet.
Comment on
What are your most used selfhosted services?
Trilium for notes, Jellyfin, jupyterlab and komga
Comment on
If you host a feed reader (or just use one a lot), Morss is amazing
Reply in thread
Why don't you just get fmd2? You can just have it download the webtoons for you when new ones come out.
Comment on
How to store and retrieve my secrets in a linux server?
Reply in thread
Thanks. I knew about bit/vaultwarden but I just looked and I see that there is a Terraform module and the UI looks good.
Thanks.
Comment on
Traefik tutorials?
For those using traefik I would recommend the dynamic file config. You don't have to take down your containers just to change a proxy setting.
Comment on
How do you host your container services?
Rootless docker via Terraform. Can create all my containers with traefik and dashboard configs at the click of a button.
Comment on
Self Hosting Videos
You could technically use this one and just mount everyone else's videos as network drives https://github.com/mediacms-io/mediacms
Comment on
*Permanently Deleted*
Reply in thread
Need to add DKMS. I have no idea what that is.
Comment on
*Permanently Deleted*
Reply in thread
Thanks
Comment on
Lowest maintenance pihole ever?
Reply in thread
I would go a step further and use ansible to manage the devices. Set it up to auto update and you'll have basically no maintenance.