[-] skadden@ctrlaltelite.xyz 13 points 9 months ago

A lot of people self host so they are in control. This is Plex taking away that control, plain and simple.

I don't know how many people host completely legitimately acquired content in their libraries, but your reasoning is such a cop out. Are you gonna defend them if they start scanning libraries for potentially illegally obtained content and blocking that because it could "put them in legal hot water?"

[-] skadden@ctrlaltelite.xyz 42 points 10 months ago

It bothers me that actually dirty and clean are right next to each other. I would swap 'only kinda dirty' with 'actually dirty' and reverse the order of all of them. Clean on the left and going progressively dirtier as we move to the right.

[-] skadden@ctrlaltelite.xyz 22 points 10 months ago

Wow this is great. I've been having trouble getting exit nodes working properly with these two. Sad that mullvad dropped port forwarding though so I'm not sure if I'll stay with them.

[-] skadden@ctrlaltelite.xyz 89 points 10 months ago

I appreciate the absolute humility though

[-] skadden@ctrlaltelite.xyz 7 points 10 months ago

Doesn't this make her point even more? Had to use a bondsman for 20k but he's super rich? Yiiikes

[-] skadden@ctrlaltelite.xyz 24 points 10 months ago

This is ultimately why I decided to roll my own instance. I'm keeping my backup here though in case I mess something up, but full control is nice to have.

[-] skadden@ctrlaltelite.xyz 7 points 11 months ago

You can already do this. You can specify an env file or use the default .env file.

The compose file would look like this:

environment:
      PUBLIC_RADARR_API_KEY: ${PUBLIC_RADARR_API_KEY}
      PUBLIC_RADARR_BASE_URL: ${PUBLIC_RADARR_BASE_URL}
      PUBLIC_SONARR_API_KEY: ${PUBLIC_SONARR_API_KEY}
      PUBLIC_SONARR_BASE_URL: ${PUBLIC_SONARR_BASE_URL}
      PUBLIC_JELLYFIN_API_KEY: ${PUBLIC_JELLYFIN_API_KEY}
      PUBLIC_JELLYFIN_URL: ${PUBLIC_JELLYFIN_URL}

And your .env file would look like this:

PUBLIC_RADARR_API_KEY=yourapikeyhere
PUBLIC_RADARR_BASE_URL=http://127.0.0.1:7878
PUBLIC_SONARR_API_KEY=yourapikeyhere
PUBLIC_SONARR_BASE_URL=http://127.0.0.1:8989
PUBLIC_JELLYFIN_API_KEY=yourapikeyhere
PUBLIC_JELLYFIN_URL=http://127.0.0.1:8096

This is how I do all of my compose files and then I throw .env in .gitignore and throw it into a local forgejo instance.

[-] skadden@ctrlaltelite.xyz 9 points 11 months ago

How so? The three biggest things I attribute to Google are search, ads, and their mail/calendar/drive/docs suite. The only thing I see Proton doing is the last, which serves as an alternative to more than just Google.

(I ask this as someone that does not use Proton as primary for anything)

[-] skadden@ctrlaltelite.xyz 24 points 11 months ago

I moved to Fastmail last year and it's been entirely unremarkable which is exactly what I want. Mail in and out works, it's reliable, I have my custom domains.

It really depends on the level of privacy you're going for and what features you want. For me I needed custom domain support with catchalls. The only other requirement I had was to not be Google. I debated between Fastmail and Proton for a while (Fastmail for features/price, Proton for the "better" privacy.) Ultimately I ended up on Fastmail because I would have had to pay for a higher than necessary account at Proton for what I wanted.

[-] skadden@ctrlaltelite.xyz 7 points 11 months ago

Like others have asked, how exactly did you create these containers? If they were through Portainer did you use a compose file in a stack or did you use the GUI the entire way?

This will nuke them assuming you don't have something recreating them.

docker ps -a # find your rogue container, copy the container id, my example is a0ff66a83c73
docker stop a0ff66a83c73
docker rm a0ff66a83c73

My suggestion is to go through the process you did to try to deploy them and clean it up from that direction.

[-] skadden@ctrlaltelite.xyz 9 points 11 months ago

I pretty much always leave stuff seeding once I get it these days. Ever since I bumped the disk space on my NAS it made it a lot easier to leave stuff instead of jockeying for space on disk.

My higher ratio items are all old shits like You Got Served lmao

view more: next ›

skadden

joined 11 months ago