• Nextcloud + OnlyOffice
  • *arr media management series (Lidarr, Sonarr, etc)
  • Gitea
  • Vaultwarden
  • PiHole
  • Jellyfin
  • Wiki-js
  • Lemmy
  • Prometheus/Grafana/Loki

Currently all containerised running on a debian VM on a Rockylinux Qemu/KVM hypervisor. Initially I was using rocky+podman but inevitably hit something I wanted to run that just straight up needed docker and was too much effort to try and get working. 🤷

Hardware is an circa 2012 gaming machine with a few ZFS raids for all of my Linux ISOs. It lives an extremely tortured existence and longs for the sweet release of death.

Toying with the idea of migrating it all to on-prem virtualised kubernetes cluster using helm charts to manage the stacks and using NFS mounts for persistent storage because I hate myself (and to upskill I guess)

What about you?

  • jamiehs@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Nothing too crazy. I use Proxmox on hardware that used to be a gaming rig (4th gen Intel) and I upped the RAM to 32GB.

    • Plex
    • Home Assistant
    • NextCloud
    • VM to host Duplicati + Samba which backs up some shared storage.
    • VM that contains the extremely specific build environment for one of my mechanical keyboards
    • VM that contains my ESP Home environment.
    • VM for Docker based web development because as good as WSL is, it still sucks sometimes.

    Some of my “VMs” are actually LXCs but I can’t remember which are which at the moment.

    Playing with ZFS was fun too, and it puts all that RAM to good use!

    I’ve also been meaning to create a VM for Dokku, but I haven’t had a strong enough need yet.

  • callmepk@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago
    • vaultwarden
    • gitlab
    • Piped/Hyperpipe
    • SearXNG
    • Umami
    • Uptime Kuma
    • ntfy
    • Mastodon
    • Nextcloud
    • RSSHub
    • Nitter
    • Lingva
    • Thelounge
  • sn0opy@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago
    • The Lounge (IRC Client)
    • Blocky (local DNS server with ad-blocking)
    • Tailscale (VPN mesh between clients and other servers)
    • Cloudflare-Tunnel (to access some local services directly from the internet via my own domain)
    • traefik (reverse proxy + TLS for all my services)
    • Authelia (auth server for services that don’t have their own authentication)
    • borgmatic (borg backup automation for container data. Pushing backups to borgbase.com)
    • paperless-ngx (document management system)
    • Plex (media server)
    • Tautulli (stats and tracking for Plex)
    • mosquitto (MQTT server)
    • zigbee2mqtt (service to manage my Zigbee devices)
    • Homebridge (service to get z2m devices into Homekit)
    • Homeassistant (home automation)
    • Prometheus (collect stats from several services above)
    • telegraf (more stats collection + server metrics collection)
    • Grafana (for some dashboards that I didn’t want to create in HA)
    • miniflux (RSS reader)
    • Linkding (bookmark manager)
    • Atuin (shell history sync server)
    • uptime-kuma (monitor some external servers + my local internet connection by pinging healthchecks.io)
    • redis (for paperless and some own projects)
    • postgres (for miniflux, atuin and some own projects)

    Everything is running in containers on an Unraid server

    • 24 TB usable (16 TB parity drive)
    • 1 TB nvme Cache Drive
    • Intel i3-12100T
    • Fractal Node case

    With disks at idle/spun down, it consumes roughly 25W.

    • troy@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I have a very similar setup minus the iot and metric related services. I’m managing the services with Docker Compose on unRAID.

      • jjakc@lemthony.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        What’s the reasoning behind using docker compose on unraid, instead of the built in docker implementation?

        • troy@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          For a couple reasons

          1. Store and version configs in git. I realize unRAID provides flash drive backup (using git also), but this allows me to spin up my setup on another machine that may not be running unRAID. Helped recently when I switched away from Proxmox.

          2. Allows me to group services with their dependencies. ( e.g. postgres, redis, etc ) Also can help isolate service groups from each other. Avoiding port conflicts on common db ports for example. Downside being may have more than one database, redis, etc.

          Note, there is an unRAID docker compose plugin so you can still get easy access management buttons to start, stop, view logs, and edit services.

        • charles@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Personally I use it for a couple services that would be difficult to run separately (ie: deemix + lidarr). I’m also planning on moving all of my services with databases over to compose. I do lose a couple other QOL features but I still prefer this approach to start/stop all related containers instead of manually having to close each one.

  • Gabi@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Proxmox host running on a Dell Inspiron laptop with a 6th gen i3 and 12GB RAM, 120GB SSD

    • Home Assistant
    • Jellyfin
    • Sonarr
    • Radarr
    • Prowlarr
    • qBitTorrent
    • Syncthing

    Home Assistant runs in its own VM (HAOS), the rest run in a Ubuntu Server VM.

    • balance_sheet@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      After I watch something (usually tv episodes), it gets auto-deleted after 3 days. torrents seed for 14 days.

      What’s deleting? I have never heard of such concept.

  • GrO2Bl@lemm.ee
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 year ago
    • Piped: Youtube proxy
    • Hyperpipe: Youtube music proxy
    • Beatbump: Youtube music proxy (has much better interface than Hyperpipe on mobile)
    • Jellyfin: To stream some local titles
    • Nextcloud: To be used as a syncserver for Carnet and Obsidian
    • SimplyTranslate
    • Matrix + Element
    • Taiga
    • Gitea
    • Libremdb: not useful, going to remove this one
    • Funkwhale: removed since I hoped for better federated content
    • Penpot: soon!
  • PriorProject@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Initially I was using rocky+podman but inevitably hit something I wanted to run that just straight up needed docker and was too much effort to try and get working. 🤷

    Can you clarify some of the things you got stuck on with podman? I currently have a docker-compose based setup that I’m pretty happy with, but am rebuilding and am planning to experiment with podman play with k8s-style manifests as an alternative to compose. It’s still not clear to me whether podman is going to simplify my life or make it worse compared to docker and compose, and I’m curious about your insights and why you backed off from that architecture.

    • Ratz@chatsubo.hiteklolife.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Basically I ran into issues with building images from newer and more complex compose files that podman-compose just couldn’t pull apart.

      Docker is still the go-to if you want shit to ‘just work’, it has an easier user experience, it’s what the vast majority of developers building containers are using. You can run rootless if you want without too much pain.

      It has come a long way but the probability that you’ll run into some random edge case or other issue with podman is higher, podman-compose has some thorns (high likelihood you’ll need to hack on compose files), if you want containers to start without your interaction you have to bake up systemd unit files for them, etc. I’ve not messed with podman-kube-play - wasn’t even aware of it, so can’t really comment as to how well that works.

      There’s nothing to lose by giving it a go except your sanity and time. 😁

  • vegetaaaaaaa@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago
    • apache - web server/reverse proxy + PHP-FPM interpreter
    • rsnapshot - remote/local backup service
    • dnsmasq - lightweight DNS server
    • gitea - Git service/software forge
    • graylog - log capture, storage, real-time search and analysis tool
    • custom homepage/dashboard
    • jellyfin - media center
    • jitsi - video conferencing and screen sharing
    • libvirt - virtualization toolkit
    • dovecot - IMAP mailbox server
    • matrix + element-web - real-time communication server and web client
    • netdata - lightweight real-time monitoring and alerting system
    • rsyslog/lynis/debsecan/fail2ban/various log and security scanners…
    • mumble - low-latency VoIP/voice chat server
    • nextcloud - file hosting/sharing/synchronization and collaboration platform
    • openldap + ldap-account-manager + self-service password - LDAP directory server and web management tools
    • postgresql - database server
    • samba - cross-platform file sharing server
    • shaarli - bookmarking & link sharing
    • ssh/sftp - remote access and file transfer
    • transmission - bittorrent client/web interface
    • tt-rss - web-based news feed reader
    • wireguard - fast and modern VPN server

    All running on Debian 11/12 physical hosts, VMs or VPS, deployed and managed through https://xsrv.readthedocs.io

  • plumblossom@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    So far, a small amount. I just upgraded to my busted RPi to a refurb Optiplex 9020 and got brave enough to finally try out Docker 😂

    • Calibre
    • Portainer
    • Home Assistant (a work in progress, having networking issues since that’s where I lack know how)
    • Libreddit
    • Jellyfin (to replace Plex)

    I’ve got it on Tailscale along with my Synology NAS and the rest of my machines.

    Love this community for all the ideas and guidance I get looking at other setups!

  • SanndyTheManndy@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Radarr, Sonarr, Jellyfin, handmade image and video scraper, Firefly, Minecraft, Minetest, Factorio, and a handmade image/video browsing/tagging web app.

  • Outcide@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago
    • Caddy
    • Vaultwarden
    • LLDAP
    • AdGuard + Sync
    • Linkding + Injector
    • Jellyfin + Infuse (tvOS) & FinAmp (iOS)
    • Pocketbase
    • Uptime-kuma
    • Cloudflared

    Services that I’m experimenting with:

    • Owntone
    • Gonic + Supersonic (macOS) & play:Sub / Amperfy (iOS)
    • Calibre (can’t get Kobo sync working reliably)
    • Audiobookshelf (love the idea but not using much yet)
  • Hemlig@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    NextCloud

    Discord bot (let’s my friends update Valheim /satisfactory and reboot them etc etc)

    Valheim server

    Satisfactory server

    BirdNet

    MariaDB and flask for my Arduino / raspberry pi sensors (weather station and water temperature, particle sensor)

    Tailscale for remote desktop

    PiKVM

    Might setup a Lemmy instance later.

  • KingCold999@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago

    TrueNas Scale (4820k, 64gb ddr3, 1x256gb sata ssd & 2x4tb hdd):

    -> Plex (Looking to replace with something less… commercialized)

    -> EmulatorJS

    -> OpenSpeedTest

    -> DisqTV

    -> Calibre (Looking for flashier alternative)

    -> Nas storage + media storage

    Windows Server w/CubeCoders AMP (xeon 1230v2, 32gb ddr3 ram, 256gb ssd)

    -> Minecraft W/Mods

    -> Satisfactory

    • Spike@feddit.de
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      -> Plex (Looking to replace with something less… commercialized)

      Give Jellyfin a go!

  • Giddy@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago
    • airsonic
    • audiobookshelf
    • calibre-web
    • freshrss
    • invidious
    • kavita
    • n8n
    • nextcloud (with some neat apps like phonetrack and bookmarks)
    • nginx proxy manager
    • vaultwarden

    All in docker containers on an Ubuntu NUC

    EDIT - also got a dedicated pivpn (wireguard+pihole) on a pizero and time machine server + borg backup server on a pi4 running yunohost