Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Self-Hosted Services for Privacy Enthusiasts

2»

Comments

  • Well, we are talking about self-hosted stuff but you guys always go to the off-topic like donald trump. anyways, I use this selfhosted:

    open-webui
    jDownloader
    RustDeskServer-AiO
    Bookstack
    Nextcloud
    AdGuard-Home
    Remmina
    Jellyfin
    Paperless
    Vaultwarden
    Chrome
    Authelia
    openvscode-server
    qbittorrent
    webtop

    Thanked by 1oloke
  • VoidVoid Member

    @MarkEYui said:
    Well, we are talking about self-hosted stuff but you guys always go to the off-topic like donald trump. anyways, I use this selfhosted:

    open-webui
    jDownloader
    RustDeskServer-AiO
    Bookstack
    Nextcloud
    AdGuard-Home
    Remmina
    Jellyfin
    Paperless
    Vaultwarden
    Chrome
    Authelia
    openvscode-server
    qbittorrent
    webtop

    Chrome ?

  • @Void said:

    @MarkEYui said:
    Well, we are talking about self-hosted stuff but you guys always go to the off-topic like donald trump. anyways, I use this selfhosted:

    open-webui
    jDownloader
    RustDeskServer-AiO
    Bookstack
    Nextcloud
    AdGuard-Home
    Remmina
    Jellyfin
    Paperless
    Vaultwarden
    Chrome
    Authelia
    openvscode-server
    qbittorrent
    webtop

    Chrome ?

    Yes. Chromium. I use it as "browser in a browser" to get around restricted networks in my company

  • ebietsyebietsy Member

    Same here! I’ve been browsing around LET and came across tools like:

    • Beszel
    • Nezha Dashboard
    • Vikunja
    • Authelia
    • Code Server
    • WireGuard + Pi-hole
    • SearXNG
  • VoidVoid Member

    @MarkEYui said:

    @Void said:

    @MarkEYui said:
    Well, we are talking about self-hosted stuff but you guys always go to the off-topic like donald trump. anyways, I use this selfhosted:

    open-webui
    jDownloader
    RustDeskServer-AiO
    Bookstack
    Nextcloud
    AdGuard-Home
    Remmina
    Jellyfin
    Paperless
    Vaultwarden
    Chrome
    Authelia
    openvscode-server
    qbittorrent
    webtop

    Chrome ?

    Yes. Chromium. I use it as "browser in a browser" to get around restricted networks in my company

    For educational purposes like to build threat hunting queries /SIEM use case 😉

  • @Void said:

    @MarkEYui said:

    Yes. Chromium. I use it as "browser in a browser" to get around restricted networks in my company

    For educational purposes like to build threat hunting queries /SIEM use case 😉

    No, to surf on my unraid while beeing at work

  • rurutiarurutia Member

    @xmok said:
    Some might disagree but the 2 services I don't self-host are:

    1. Email - I used to use my own but my server once went down and I missed a couple of very critical emails. Email is fine but I'd rather leave it to the professionals.
    2. Password Manager - I used to use KeePass for many many years but once Bitwarden came, I made the switch and never looked back. Vaultwarden is amazing but to me losing out on my passwords is not worth it. (and yes I know we can make our own backups but to me the convenience > risk).

    My advice for new self-hosters would be to understand the basics of terminal, networking and Linux as a lot of issues come down to those things. I'd also recommend opting for containerization (Docker and the like) as it makes stuff smoother.

    I self host Coolify as my main service. It trivializes a lot and gives you solid control but one can choose what they prefer.

    Some services to self-host:
    1. Umami - Analytics
    2. rTorrent + ruTorrent - Torrenting
    3. Uptime Kuma - Uptime
    4. Wireguard + WireGuard Easy
    5. Hiddify and similar
    6. Calibre
    7. NextCloud, PhotoPrism

    This is where a service like Coolify and dockerization are handy because if something goes wrong you can easily delete/restart. There are many similar ones e.g. Dokploy.

    @oloke said:

    @rurutia said:
    Also, for those who've been self-hosting for years - what's your advice for newbies like me who want privacy but don't want to spend every weekend troubleshooting config files?

    docker compose makes it easy nowadays to set up services in literally seconds however I can't guarantee you won't need to spend a few days troubleshooting stuff.
    However it's still much easier than it was without docker.

    I'm self-hosting a lot of stuff currently, mostly things people discussed here already.
    Other than that - I really like immich as google photos alternative. It became really polished lately.

    I tried bitwarden (vaultwarden) but found it bit too complex and personally I don't have a need for it.
    I had my keepass synced with syncthing for years and it works just as well.

    Very thorough and useful.

    Thanked by 1oloke
    1. Backup everything. You ain’t doing much anyways
    2. Be careful to buy all those amazing deals that idle
    3. Try everything. Use a IAC solution to try more tools unless you really wanna geek out on config but it’s not 2010 anymore
    Thanked by 1tentor
  • self host anything to me is fine but i dont self host email coz pay peanuts can get email service. what impt to me is what others had mentioned, backup, backup, backup.
    i had a docker server, all the grafana, prometheus, jenkins, wordpress, mysql containers in it, prepare to show case during my job interview but few hours before, the provider network went down. it was not cool.

    also for self host, some of the more sensitivity tool like password manager, i add nginx http basic auth as added protection while others added mTLS which is more complex but allow for smaller attack surface.

  • rurutiarurutia Member

    @bustersg said:
    self host anything to me is fine but i dont self host email coz pay peanuts can get email service. what impt to me is what others had mentioned, backup, backup, backup.
    i had a docker server, all the grafana, prometheus, jenkins, wordpress, mysql containers in it, prepare to show case during my job interview but few hours before, the provider network went down. it was not cool.

    also for self host, some of the more sensitivity tool like password manager, i add nginx http basic auth as added protection while others added mTLS which is more complex but allow for smaller attack surface.

    Thanks for sharing your experience!

  • A lot of good ones in this list:

    https://github.com/pluja/awesome-privacy

    Thanked by 1WyvernCo
  • daileeedaileee Member

    I'm wondering, if we host something like Jellyfin, Navidrome, or Plex for private use on a VPS/VDS, do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    I mean, yeah, it depends on the content, but let’s be real, most people who selfhost Jellyfin, Plex, or Navidrome are using it for 🏴‍☠️ content

    Right now, I'm selfhosting it on a mini PC at home, but it's not running 24/7 xD. So I'm curious how it would work on a VPS/VDS.

  • defaultdefault Veteran

    @daileee said:
    I'm wondering, if we host something like Jellyfin, Navidrome, or Plex for private use on a VPS/VDS, do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    I mean, yeah, it depends on the content, but let’s be real, most people who selfhost Jellyfin, Plex, or Navidrome are using it for 🏴‍☠️ content

    Right now, I'm selfhosting it on a mini PC at home, but it's not running 24/7 xD. So I'm curious how it would work on a VPS/VDS.

    These can work on a VPS. However, the DMCA could be an issue with many providers who don't ignore DMCA complaints. Also the internet connection might pose an issue (when compared to hosting it on your premises).

  • zedzed Member

    @daileee said: do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    If it's not accessible on the internet how would dmca come into play?

  • defaultdefault Veteran

    @zed said:

    @daileee said: do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    If it's not accessible on the internet how would dmca come into play?

    Then how would he put it there? Upload it from home computer? If yes, why use a VPS when a Raspberry Pi might be able to do it.

  • @daileee said:
    I'm wondering, if we host something like Jellyfin, Navidrome, or Plex for private use on a VPS/VDS, do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    I mean, yeah, it depends on the content, but let’s be real, most people who selfhost Jellyfin, Plex, or Navidrome are using it for 🏴‍☠️ content

    Right now, I'm selfhosting it on a mini PC at home, but it's not running 24/7 xD. So I'm curious how it would work on a VPS/VDS.

    I have used it on several providers like rackranerd Crunchbits prepaidhost allhost etc, you don't need a dmca ignore, Plex/jellyfin require logging in and you as an administrator decide who has access, the problem can come if you use Torrent, not all providers allow it, but it is better to use usenet 😎
    Now Im with @oplink nice deal 2tb ssd for 10/m AND waiting @HostSlick for another 5tb

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @Void said:
    1. Don’t self host your email.

    can you host my email?

  • VoidVoid Member

    @beanman109 said:

    @Void said:
    1. Don’t self host your email.

    can you host my email?

    Yesn’t

    Thanked by 1beanman109
  • zedzed Member

    @default said:

    @zed said:

    @daileee said: do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    If it's not accessible on the internet how would dmca come into play?

    Then how would he put it there? Upload it from home computer? If yes, why use a VPS when a Raspberry Pi might be able to do it.

    That's fair, him asking about DMCA-ignored could very well mean he's using public means of acquiring the shady content. I often forget people do that.

  • PulsedMediaPulsedMedia Member, Patron Provider

    This is one of the very reasons why we are developing the MD dedicated server platform, to make self hosting way more affordable with decent dedicated resources.

    Get complete data privacy / sovereignity with a inexpensive dedicated server :)

    Thanked by 2nghialele niknar1900
  • @daileee said:
    I'm wondering, if we host something like Jellyfin, Navidrome, or Plex for private use on a VPS/VDS, do we need a provider that ignores DMCA? Let's say it also use Tailscale, zerotier, or wireguard to keep it off the public internet.

    I mean, yeah, it depends on the content, but let’s be real, most people who selfhost Jellyfin, Plex, or Navidrome are using it for 🏴‍☠️ content

    Right now, I'm selfhosting it on a mini PC at home, but it's not running 24/7 xD. So I'm curious how it would work on a VPS/VDS.

    So if your content comes not from directly torrenting from the vps ip, it is safe from dmca notice ?

Sign In or Register to comment.