this post was submitted on 11 Jun 2023
94 points (95.2% liked)

Selfhosted

53095 readers
709 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hello everyone! Mods here 😊

Tell us, what services do you selfhost? Extra points for selfhosted hardware infrastructure.

Feel free to take it as a chance to present yourself to the community!

🦎

top 50 comments
sorted by: hot top controversial new old
[–] Bharatkalluri@lemmy.world 5 points 1 year ago (1 children)

Running Tipi on a five year old chrome box with tailscale as the VPN. Has been running great! Now I'm self hosting

  1. Adguard: adblocking inside tailnet & for DNS rewrites
  2. Barrage: Nice deluge UI
  3. Beszel: Clean & simple server monitoring. I monitor two of my instances & the self hosted setup on this.
  4. Beszel Agent: Agent for collecting data for Baszel
  5. Deluge: Torrenting
  6. Duplicati: Backups with a great UI
  7. File Browser: for quick ops
  8. Flowise AI: Great drag and drop LLM chat apps builder
  9. Immich: The absolute best way to manage pictures
  10. Jackett: For the arr stack
  11. Jellyfin: Media streaming solution with apps on my phone, TV & laptops
  12. Open WebUI: My default LLM chat client now, I no longer pay 20$ for chatGPT but just pay as I go with open webui and chatgpt api key
  13. Radarr
  14. Sonarr
  15. Uptime Kuma: Uptime monitoring for everything
  16. Wallos: Subscription management

Tipi is pretty awesome. If you haven't already, check it out!

[–] lemmeBe@sh.itjust.works 2 points 10 months ago

Didn't know about Tipi!

Getting ready to set up Immich, Navidrome and Nextcloud, was meaning to handle it with separate Docker containers, but now I'll try Tipi first.

Thanks!

[–] grk@lemmy.world 4 points 2 years ago (1 children)

vSphere cluster on 3 HP Mini EliteDesks:


Standalone Lenovo TS140:


Synology DS1821+:

  • 64TB Raw, 2TB NVMe Cache
  • MeTube
  • Backup Sync to Google Drive

Misc:

  • RIPE Atlas Probe
  • All networking gear is Unifi. UDM Pro, USW Aggregation, USW Pro 48 PoE, U6 Pro, U6 In-Wall, 3 USW Flex Minis. 10G SFP+ connections between UDM Pro and switches.
[–] Hexarei@beehaw.org 1 points 2 years ago* (last edited 2 years ago) (1 children)

Ok, you've got me curious - Why 3 different active directory domain controllers?

[–] grk@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Just for redundancy! One DC VM per physical vSphere host. Each DC also handles internal DNS records for my network.

[–] Kage@discuss.tchncs.de 4 points 2 years ago* (last edited 2 years ago)

Proxmox on a self-built rackserver (Will be building a second one for a proxmox cluster):

  • Pi-Hole (primary)
  • Home Assistant
  • 2 Docker Hosts (One for Eval, one for Prod)

Raspberry Pi Zero for Pi-Hole (secondary)

On my Docker Host (All in docker-compose):

  • Heimdall (Personal Dashboard)
  • Portainer (Docker GUI)
  • baikal (CAL & CADdav)
  • vaultwarden (Password Manager)
  • bookstack (Documentation, kinda abandoned because im lazy)
  • changedetection(.)io (Monitoring Websites for Changes, useful for changelogs or price monitoring)
  • cloudflare-ddns (DDNS because dynamic IP Adresses...)
  • Grafana & InfluxDB (Dashboard and Database for Stats)
  • linkding (Bookmarks aka "Have to read someday")
  • mealie (Reciepe manager)
  • neko (Watch2gether but in selfhosted and more capable imo)
  • nginx proxy manager (Reverse Proxy with GUI)
  • paperless-ngx (Document manager with OCR)
  • semaphore ui (Ansible GUI with sheduled tasks)
  • Uptime Kuma (Status Monitoring)
  • watchtower (Automatic updates of my docker containers because im lazy)

A Synology DS220+ for local Storage

A 5TB Hetzner Storage Box for Backups (encrypted)

A Rootserver for Games and some testing in the wild (Currently Windows, will be switched to ubuntu)

Hetzner Cloud Server with mailcow on it

[–] vjprema@fosstodon.org 4 points 2 years ago* (last edited 2 years ago)

@devve

- Nextcloud
- Miniflux
- Gitlab
- HomeAssistant
- Wallabag
- Ghost (for my personal blog)
- Umami analytics
- Searx NG
- OnlyOffice document server
- ntfy
- Lychee
- LAMP Stack
- TheLounge (IRC web client)
- Cockpit (server manager)
- RSSHub
- Jellyfin
- Adguard

On an Intel NUC in my closet.

[–] oolong@lemmy.world 3 points 2 years ago

I have a used Lenovo Thinkcentre mini with an i3-7100T and 16gb RAM. I have Ubuntu server LTS installed on it and I run everything in docker containers.

I host:

  • jellyfin server for my friends and family
  • qbittorrent to download for the JF server(behind a VPN)
  • Jellyseerr for requests
  • Jackett, Sonarr, and Radarr for downloads
  • a Minecraft server
[–] TheRagingGeek@lemmy.world 3 points 1 month ago* (last edited 1 month ago) (1 children)

Hey all, I've been slowly building services on my server over many many years, starting with running a minecraft ftb server, to where I am now, which is 1 primary system(providing the network filesystem) and 2 auxiliary minipc systems my brother in law recently donated. I moved from Docker to Docker Swarm after getting those MiniPC's and enjoying the added compute. Currently my swarm is running:

  • PiHole x2 - AdBlocking and Local DNS Management
  • Wg-easy - for Wireguard VPN Management
  • nginx - for reverse proxy servicing
  • authentik - for Authentication and SSO
  • Duplicati - for cloud backups(pointing at backblaze buckets)
  • Guacamole - for RDP services
  • Grafana+Prometheus+Node-Exporter+Cadvisor+AlertManager - for aggregation and system monitoring
  • Gatus - single pane of glass monitoring of services(might remove it now that I've started using Grafana)
  • diun - monitoring docker image versions and notification
  • Bookstack - Personal Knowledge Base system
  • Linkwarden - Collaborative Link Sharing and archiving
  • Fasten Health - Local Health Records Storage
  • SnipeIT - personal asset management
  • Affine - self hosted cloud notebook
  • Actual - Budgeting Software
  • it-tools - for swiss army knife utilities
  • kitchenowl - recipes and grocery lists
  • Reactive resume - for resume building with AI empowered editing
  • Onetimesecret - for burn after reading secret sharing(using it for distributing credentials to my family)
  • Searxng - Local Search Aggregation
  • Homarr - Personal Dashboarding
  • Home Assistant - Smart Home Management
  • N8n - Automating codeless workflows
  • Ollama and Open-WebUI - personal Agentic AI
  • AudioBookshelf - Audiobook streaming and Management
  • OwnCloud - local file sharing and storage
  • Plex - Video Streaming
  • BitMagnet - DHT network sniffer
  • syncthing - for transporting data between local and remote systems
  • the *Arrs - for acquiring content
  • Docspell - for digitizing and storing important documents
  • picsur - for local meme storage
  • Calibre+Calibre-web - for Ebook management
  • Crafty Controller - for Minecraft Server Management
  • RomM - For Emulation and ROM Management.

As I go about my day I'm always looking for new and interesting containers to run, and then scrutinizing if they fill a need, replace an existing service with a better version of the same service, or if it's better off not implementing, then I pull them down. this has been a great experience in devops learning and the longer I work on the server the more best practices I put in place and the more I understand why corporate clouds have some of the practices they have. I look forward to poking around in this community looking to help and to find new containers to accrete into my platform.

[–] irmadlad@lemmy.world 2 points 1 week ago

That's a respectable list of apps. Looks almost like what I run sans the *arr stack. Good work!

[–] pHr34kY@lemmy.world 3 points 2 years ago (1 children)

Host all the things!

Wordpress, SMTP/IMAP, tor, bittorrent, Nextcloud, Plex, NTP, photo galleries, DoT...

I even started hosting the website for my local Italian restaurant and they haven't even realised it yet.

[–] JakeHimself@lemmy.world 3 points 2 years ago (1 children)

Wait, what? How are hosting someone else's website?

[–] pHr34kY@lemmy.world 15 points 2 years ago (5 children)

OK, here's how it happened.

I was hungry, and I wanted to see the menu for my local pizza joint. I couldn't find it anywhere.

I discovered that all their socials linked to a website that wouldn't load. When I checked, the domain had lapsed.

Out of frustration, I purchased the domain and pulled the last snapshot of their website off archive.org. It had their full menu as a PDF.

6 months later and it's still getting visitors from their facebook page, who are viewing the menu. They haven't even realised.

[–] BloodSlut@lemmy.world 9 points 2 years ago (1 children)

I strive to be this level of...

Whatever this is

[–] tootnbuns@lemmy.dbzer0.com 4 points 1 year ago

Hahah yeah whatever that is

[–] Nilz@sopuli.xyz 4 points 2 years ago

That's funny. Imagine how confused they'll be when/if they find out.

[–] Blisterexe@lemmy.zip 2 points 10 months ago (1 children)

Are you still hosting it? Have they realised?

[–] pHr34kY@lemmy.world 3 points 10 months ago (1 children)

The owners closed the restaurant and started a new one so I let the domain lapse.

[–] lemmeBe@sh.itjust.works 6 points 10 months ago

Well... Start hosting a website for their new restaurant! 😁

[–] ticoombs@reddthat.com 1 points 2 years ago

What a hero!

[–] Mauskino@discuss.tchncs.de 3 points 1 month ago

Hey fellow self-hosters! I'm just starting but I'm now running my own instances of Jellyfin, Nextcloud, Readeck and Kitchen Owl. It's really a great feeling to know the data is safe with me!

[–] gedhrel@lemmy.ml 2 points 2 years ago

I had a small X.25 network as combination coffee-table and space-heater at one point; this was before most homes had internet. It almost cost me a divorce.

[–] Nerrad@lemmy.world 2 points 8 months ago

I might be the only person self hosting a gopher server. Its running on a Raspi 4 on my home network, using Flask Gopher.

[–] learningduck@programming.dev 2 points 2 years ago

I'm hosting Trillium Note for my personal note taking.

[–] Decronym@lemmy.decronym.xyz 2 points 2 years ago* (last edited 1 year ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
ESXi VMWare virtual machine hypervisor
IP Internet Protocol
LXC Linux Containers
NAS Network-Attached Storage
NVR Network Video Recorder (generally for CCTV)
PiHole Network-wide ad-blocker (DNS sinkhole)
Plex Brand of media server package
SSD Solid State Drive mass storage
Unifi Ubiquiti WiFi hardware brand
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

[Thread #292 for this sub, first seen 21st Nov 2023, 13:45] [FAQ] [Full list] [Contact] [Source code]

[–] CodeFlinger@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Main Server - 37 Containers, 4 VMs

  • Media: Plex, Audiobookshelf, along with everything for a complete *arr stack
  • Network: Cloudflared, NginxProxyManager, Tailscale, Gluetun (for *arrs)
  • Other: Authelia, OpenVSCode, Filebrowser, SFTPGo, Bitcoin Node to support the network
  • VMs: Parrot, Windows 11 for local and remote gaming, Windows 3.11 (because why not), currently spun up myNode to see if I want to explore hosting a Bitcoin Ligtning Node

Smarthome Server - OptiPlex 3050

  • Containers: mqtt, NodeRed, zigbee2mqtt, homebridge, tailscale, pihole (paired with my phone usually)
  • VM: HomeAssistant

Testing Server - OptiPlex 7060
Lately been testing and making stuff using linuxserver/docker-baseimage-kasmvnc.

  • Arduino-IDE running in a container - with USB hotswap.
  • Featherwallet and Electrumwallet (I use a HW-Wallet for HODL).
  • Lutris, got it working with Hearthstone, but didn't really have a use for it.
  • Nomachine in kasmvnc, to (somewhat) smoothly access my VMs through the webbrowser when I just need something fast.
    Linuxserver Firefox.

XMR Mining Server - Old tired HP SFF
Basicly everything from this guide by seth for privacy; monerod, p2pool, tor, watchtower, and a python-webserver to expose metrics/api.

[–] Mchl@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

Hello

Let's have a look at the inventory

  • RPI 4B

    • OpenHab (Openhabian actually, so some additional services like Zigbee2MQTT or Grafana)
  • HP EliteDesk 800 G2 i5-6500T, 8GiB RAM - this one is currently the mainstay of my lab, running containers with docker-compose

    • Nginx as reverse proxy (+ fail2ban, letsencrypt)
    • Paperless-ngx (+ Redis, Tika, Gotenberg)
    • Jellyfin
    • Minecraft server (+ Mapcrafter)
    • ddclient
    • Heimdall
  • Dell OptiPlex 7060 Micro i7-8700T 32GiB RAM

    • I've gotten this one fairly recently. A real bargain - costed as much as the CPU alone and was in pristine condition. I will be migrating the workload from EliteDesk to this one. I decided to try ProxMox this time though, so I need to learn a bit first. Also perhaps add a second SSD
[–] 7u5k3n@lemmy.world 1 points 2 years ago

How does mapcrafter run for you now? I'm hosting a vanilla server and that's exactly what I need to see our map. I'm just concerned that it doesn't function properly now due to recent updates.

Thanks!

[–] Vilian@lemmy.ca 1 points 2 years ago

i don't self-host yet, but i have an old pc in my house, i just need to bring it with me to colege, so i can learn and start self-hosting

[–] AtmaJnana@lemmy.world 1 points 2 years ago* (last edited 2 years ago)
  • Pihole

  • Sonarr

  • Radarr

  • Lidarr

  • Notifiarr

  • Sabzbd

  • Nicotine+

  • Kodi

  • Plex

  • Airsonic

  • Nextcloud

  • Joplin

  • qbittorrent

Currently split between VMs and physicals. I'm refactoring these ,with plans to build out and migrate much of it to a minipc proxmox cluster.

Adding:

  • proxmox

  • podman/portainer

  • unbound

  • ngnx proxy mgr

  • Solid server

  • homepage

  • matrix

  • searxng

  • some sort of mail stack, TBD

I have a few things going on. I've been blogging some of my notes on how I'm getting some things going in Docker. But I only relatively recently started sharing my notes so there's not a ton yet. Hopefully there's something useful for someone here. https://magnus919.com/tags/selfhosting/

[–] Grimshaw@lemmy.dbzer0.com 1 points 9 months ago
[–] Solaer@lemmy.world 1 points 9 months ago* (last edited 9 months ago)

I have been self hosting things for over 15 years. I now host on 7 computers. I'm proud of the fact that I stay under 100W idle, including 3 Omada WLAN APs and network technology (all via PoE and all is on a UPS). For most of the services i normally used the helper scripts. i'm currently in the process of moving everything to komodo. there should be an lxc for each service or service group, komodo pulls the compose files from gitea and deploys everything.

Proxmox pve0: M910x i5.7500 4x3,4GHz, 32 GB RAM, 256 GB NVMe

  • OPNSense (VM)
  • Omada (LXC/komodo-server - control for 3 WLAN-APs)
  • apt-cacher-ng (LXC/komodo-server - cache for debian-updates)
  • searxng (LXC/komodo-server - my standard google-alternative)
  • technitium (LXC/komodo-server - DNS, Adblock)
  • nginx (LXC/komodo-server - own ssl-domain over cloudflare, no ports open to the www, my devices connect only via tailscale)

UNRAID-NAS - odroid h2+ Intel J4115 4x1,8 GHz, 32 GB RAM, 2x24GB HDD - fileserver)

Proxmox Backup Server (M90n-1: i5-8265U, 8 GB RAM, 256 GB NVMe, 2TB SSD)

Proxmox pve1 (M90n-1: i5-8265U, 8 GB RAM, 256 GB NVMe)

  • bifrost (LXC/komodo-server - hue emulator)
  • paperless (LXC/komodo-server - DMS)
  • paperless-ai (LXC/komodo-server - tagging DMS)
  • mosquitto (LXC/komodo-server - mqtt broker)
  • zigbee2mqtt (LXC/komodo-server - mqtt-zigbee bridge)
  • snowflake (LXC/komodo-server - tor relais)
  • RaspberryMatic (VM - Homematic)

Proxmox pve2 (M90n-1: i5-8265U, 8 GB RAM, 256 GB NVMe)

  • ghost (LXC comm-script, business soltion, wanna play around)
  • hoarder (LXC/komodo-server - bookmarks with AI tagging)
  • memos (LXC/komodo-server - notes - I play around)
  • obsidian-sync (LXC/komodo-server - notes, but I hate the need of action for this)
  • vaultwarden (LXC/komodo-server - password manager backup for my payed bitwarden instance)
  • gitea (LXC/komodo-server - hoe to, IP-addresses, compose-files)
  • komodo-management (LXC/komodo-server - komodo main-server to manage all the servers)
  • firefly-iii (LXC/komodo-server - finance - I'm looking for an alternaticve for actualbudget )
  • actual-budged (LXC/komodo-server - finance with AI tagging)
  • investbrain (LXC/komodo-server - stock management, but only in USD, I wait for other currencies)

Proxmox pve3 (M920x: i7-8700, 64 GB RAM, 250 GB NVMe, 2 TB NVMe)

  • ollama+open webui (LXC/komodo-server - AI)
  • immich (LXC/komodo-server - photo backup for my ios-photos)
  • iobroker (LXC/komodo-server - smarthome for some tricky scripts)
  • home assistant (VM - smarthome - for UI, its stupid for scripts)
  • nextcloud (LXC/alpine - Im using it for documents, but Im looking for an alternative)
  • plex/jellyfin/management (LXC/komodo-server - multimedia)

*raspberry pi 5

  • venus OS (solar/accu management software)

i'm happy to have found an entry point and an alternative to reddit here, even though my second post (question about suitable hardware with 32 answers) has already been deleted. hello everyone!

[–] Zookeeper@programming.dev 1 points 9 months ago

I just started months ago, but I have a yunohost server ona raspberry with nextcloud and forgejo on it :)

[–] devve@lemmy.world 1 points 2 years ago* (last edited 2 years ago) (1 children)

I will go first 😌

I selfhost codimd, vaultwarden, kuma, immich, home assistant, trilium, hugo, gotify, wakapi and umami. I have one VPS and one custom built NAS at home.

I read you πŸ‘€πŸ¦Ž

[–] BrightCandle@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Hugo? As in your generated site or you have some sort of service that costs hugo that generates and deploys your site or something else?

I've been getting deeper in to how this can go over the summer. I've done plex for a good few years at this point, but i've got this now: -Ubuntu bionic -Dockge (for easy rebooting when i'm just not feeling the CLI) -Arr stack -Gluetun (VPN for stack) -Firefox (LAN access only, no other access from gluetun) -Radarr -Sonarr -qbittorrent -prowlarr -Immich -Plex

A few I've tried but can't get to work on docker-compose yet: -searxNG -Heimdall (just can't get the graphs I wanna see for the systems processes) -homarr (not bad, just same as heimdall)

I wanted to cut over to proxmox from ubuntu just to have more server efficient since i'm not running ubuntu server. However I'm still fairly new to this and the cut over from docker desktop and docker run to docker-compose was a lot for a bit, so it'll still be on the list, but probably when I upgrade this old cpu (i5 6500) to something newer since this is an old thinkcenter. I'm hella open to any suggestions anyone's got

[–] Omega_Jimes@lemmy.ca 1 points 2 years ago

A cobbled together Ryzen 2400g with 16GB of ram. Open Media Vault/Docker: Plex Nextcloud stack with dns refresh/ssl/nginx Sonarr/transmission stack with VPN PiHole Octoprint

Occasionally I run a game server or two when the need comes up, mostly Valheim lately.

[–] Rescuer6394@feddit.nl 1 points 2 years ago* (last edited 2 years ago)

Available from internet:

  • jellyfin
  • jellyseerr
  • immich
  • paperless-ngx
  • owncloud ocis
  • traefik
  • homarr

Available only from local:

  • the *arr stack
  • qbittorrent
  • jackett
  • watchtower
  • apprise
  • netdata (kinda new, still have to fully understand how it works)
  • portainer
  • speedtest-tracker
  • homepage

Security

All the services available from internet, just goes through traefik to terminate https, I rely on the build in authentication of each service. To add another layer of security, I have fail2ban active on all those services.

I have a public IP, and I have open on my router ports 80, 443, a random port for ssh and vpn.

Hardware:

Memory:
  System RAM: total: 8 GiB available: 7.73 GiB used: 4.46 GiB (57.7%)
  Report: arrays: 1 slots: 4 modules: 2 type: DDR3
CPU:
  Info: 6-core model: AMD Phenom II X6 1090T bits: 64 type: MCP cache: L2: 3 MiB
Graphics:
  Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 535.98

docker compose files

All the docker compose files + how I configured everything is available at: https://github.com/simone-viozzi/my-server

Bonus:

Since I like the ability of btrfs to do snapshots, I created all important docker volumes as btrfs subvolumes. Then I created a backup script that literally sends the subvolume (encrypted) to an external cloud. This does not allow incremental backups and most likely is not the best backup solution... but it works... the repo is: https://github.com/simone-viozzi/btrfs2cloud-backup

I welcome any advice / criticism!
[–] zingo@lemmy.ca 1 points 2 years ago* (last edited 2 years ago)

Feel free to take it as a chance to present yourself to the community!

Hello, my name is Zingo and I have a selfhosting addition going back to 2016 when I bought my first NAS with docker capabilities.

Community: Hi Zingo! Welcome!

Thank you.

Currently struggling more than even as it starts to take over my life. I have tried over hundreds of services.

I'll try to find strength to list some at a later stage in this healing process. Sorry no bonus points. Maybe in the next session.

Thank you all for this awesome support. I would be lost without you. πŸ’“

[–] Marxine@lemmy.world 1 points 2 years ago

I joined to learn, still not self-hosting anything, but I intend to use an 11yo Compaq laptop (i5, 8GB RAM, 1TB HDD) as a server while I'm still practicing. I intend to self-host a lemmy instance and a nextcloud server.

Thanks for everything you guys have been sharing I've already got some good leads, gonna try out YunoHost for starters

[–] Nilz@discuss.tchncs.de 1 points 2 years ago

Hi there. My first post in this community.

I'm currently running:

  • Pi-hole
  • Plex Media Server
  • Grafana
  • Torrent server
  • Monica
  • Shaarli
  • Matrix instance
  • Arch package cache
  • Several game servers such as Minecraft and Terraria
  • VM running Volvo software to troubleshoot my cars.

My hardware: I used to run it all on a Supermicro x9drd-7ln4f-jbod with dual Xeon E5-2670 v2 with 16x16GB ECC ram and 6x 3TB disks in raidz2 for storage and 2x 60gb Intel SSDs for OS. I started with less and upgraded towards this configuration but it was consuming 300 watt idle which was just unacceptable.

So earlier this year I upgraded to an ASRock Rack x470D4U with Ryzen 7 5700x and 4x32GB ECC (non-registered) ram and 6x 2TB SSDs in raidz2. 1 ssd is in the nvme slot on the motherboard, 4 are in a 4x4 bifurcation card in the 16x slot and 1 more in a 4x riser. All PCIe lanes of the CPU are used. This setup is not possible with an AMD CPU with integrated GPU since it will take up 4 PCIe lanes (you can guess how I know). It uses about 20 watt idle without any containers and VMs running. I initially didn't want to move away from Supermicro but the ASRock Rack motherboard has IPMI so I'm not missing out on much.

Hardware and software suggestions are welcome :D

[–] bosse@sh.itjust.works 1 points 2 years ago

I have a rented server with 8 Xeon E3-1246 and 64GB at Hetzner where I host:

  • Vaultwarden
  • Gitlab (git repo, container registry, static blog (pages with Hugo))
  • Drawio (Diagrams)
  • Kroki (for Gitlab)
  • Gitlab runner
  • FreshRSS
  • Nextcloud
  • Redis
  • Headscale (Tailscale server)
  • Keycloak
  • MariaDB
  • PostgreSQL
  • Plex
  • Privacybin
  • Wallabag
  • Hedgedoc

It's all behind a Traefik instance handling Let's Encrypt and using the Docker socket to route traffic based on labels in docker-compose.yml. Behind these I also run k3s and from time to time some VMs. I also have a 1TB storage pod at Hetzner where I use restic to back everything up from this instance as well as from my home system and laptops.

load more comments
view more: next β€Ί