280
submitted 1 year ago by Arcidias@lemmy.world to c/pics@lemmy.world
[-] Arcidias@lemmy.world 7 points 1 year ago

I've been enjoying cloudhiker.net -it very nearly is what stumbledupon was back in the day. So much so, it used to be called stumbled.cc up until a couple weeks ago.

Anyway the premise is the same - you have a button a that takes you to random interesting websites.

[-] Arcidias@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

I keep all my services in one docker-compose yml, and run it from a normal user account added to the docker group.

I am really conscious of what I expose to the internet though, since I already almost had a security incident.

I used to run non-standard ssh port to my machine with password authentication enabled.

Turns out I didn't know the sonarr/radarr containers came with default users, and a bruteforce attack managed to login to one of them (or something like that anyway,it's been awhile). Fortunately they have a default home of /sbin/nologin so crisis averted there, but it definitely was a big lesson for me.

Years later, the current setup is only plex, tautulli, and ombi open to the internet, and to reach everything else I use tailscale. And of course,only key-based authentication.

Oh and for updates, I run apt upgrade once in a while on the box (Ubuntu server 18.04 LTS) and for the containers, I use watchtower.

[-] Arcidias@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

I second Heimdall! Best one I've found so far.

What I do is, I have all the public-accessible services listed in the guest account (plex, tautulli, ubooquity etc) , and the private ones in the admin account (sonarr ,radarr, etc)

Arcidias

joined 1 year ago