[-] notdeadyet@lemmy.dbzer0.com 2 points 3 months ago

I might have to switch, as much as I like the simplicity of Caddy, I keep running into issues like this unfortunately.

[-] notdeadyet@lemmy.dbzer0.com 3 points 3 months ago

Would you know how I would go about doing that?

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

Anyone know how to get a self-hosted synapse server updated to support all this?

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

Yah if all you want is for your server to get internet and have it accessible on your LAN, one port is all you need.

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

Unless you're planning on virtualizing your router on the server (think OPNsense VM or something) then really only one ethernet port is required. Otherwise the sky is the limit. For example, mine has a 1 Gbps port, a 2.5gbps port, and two 10 Gbps ports.

Depends on what you want/need and whether you want to future proof I guess.

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

I would love a torrent leech account! I'm a power user with great upload ratios on public trackers and have yet to be able to get into a private one!

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

This looks very promising. Going to give this a shot and I'll let you know if it works! Thanks

[-] notdeadyet@lemmy.dbzer0.com 1 points 1 year ago

I didn't have much luck following trash guides unfortunately, as none of the examples quite fit what I was trying to do. Great resource though!

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago* (last edited 1 year ago)

Try using the local IP of the machine instead of localhost.

[-] notdeadyet@lemmy.dbzer0.com 1 points 1 year ago

Your config looks good to me. I'm thinking you may have a permissions error with your media store folder. What permissions do you have set for it?

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago

Thanks, didn't notice that. I edited my comment to reflect.

[-] notdeadyet@lemmy.dbzer0.com 2 points 1 year ago* (last edited 1 year ago)

No worries.

To make your life easier you will want to pass the same "volume" to each of your containers so that they are all able to interact with the files the same way. For instance, if your movies are in /home/username/media/movies then make a volume for radarr, you can name it anything but for this example I'll use data, like so in docker:

/home/username/media:/data

Then inside radarr you can make your path inside.media management, root folders:

/data/movies

It works the same way for your downloads, just make sure your downloads go somewhere in the media folder, eg. /home/username/media/downloads. Then for your download client, use /home/username/media:/data in docker and inside the client download to /data/downloads.

Hope that makes sense

view more: ‹ prev next ›

notdeadyet

joined 1 year ago