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!

🦎

  • Vijay Prema@fosstodon.org
    link
    fedilink
    arrow-up
    15
    ·
    3 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.

    • estevez@lemmy.one
      link
      fedilink
      arrow-up
      3
      ·
      3 years ago

      Umami analytics looks exactly like what I was looking for. Thanks! ntfy looks very useful as well.

  • oolong@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 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
  • Marxine@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 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

  • grk@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 years ago

    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.
    • ronflex@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 years ago

      Very impressive. I gotta ask, how is this feasible cost-wise? Mostly as in licensing for vshpere. I know you can get pretty far in windows server with evaluation keys, butI run an ESXi server on eval mode cuz I’m cheap and have to reset the license every 90 days with some commands and reboot 😅

      What is the scale of your network, like is this all just in your house?

    • Hexarei@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 years ago

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

      • grk@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 years ago

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

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 years 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]

  • TheRagingGeek@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    10 months ago

    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
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

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

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

    I have been self hosting things for over 15 years. I now host on 6 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)

    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!

  • pHr34kY@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    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.

  • jakublibik@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 months ago
    • Tiny Tiny RSS: 13 year old php version (webhosting) 😆
    • Home Assistant (NUC DN2820FYK) Not much, but it’s a start 😜
  • Presi300@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    I don’t selfhost very much compared to other people and my hardware’s pretty much either all literally found in the garbage or 2nd hand, but here it is

    PiHole

    WireGuard server that passes trough pihole adblocking

    Homarr (lol)

    Deluge

    The system is mostly a NAS that I also run the occasinal general purpose VM off of, here are the specs for the 3 ppl that care:

    CPU: AMD FX-8320E

    RAM: 16GB

    Storage: 5x2TB Seagate something something 7200RPM in RAIDz1, 128 GB random chinese SSD (mostly for VMs and apps) the, OS runs off of a flash drive

    OS: TrueNAS scale

  • devve@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    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
      link
      fedilink
      English
      arrow-up
      1
      ·
      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?

  • Mauskino@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 months 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!

  • Fedo ¶@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    I’m new to self-hosting world, for starting I subscribed to a VPS with 240GB of storage with Debian installed on so I could run my Yunohost server

    I’m trying it out mostly for streaming music with Navidrome and run Fresh RSS. Also I use RSS Bridge so I can stay updated with some Instagram accounts

  • Ruud@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    (I’ll add links / descriptions later)

    I host the following fediverse stuff:

    • Lemmy (you’re looking at it)
    • Mastodon (3 instances)
    • Calckey oh sorry, now FireFish
    • Pixelfed
    • Misskey
    • Writefreely
    • Funkwhale
    • Akkoma (2 instances)
    • Peertube

    And these are other things I host:

    • Kimai2
    • Matrix/Synapse
    • Silver Bullet
    • XWiki (3 instances)
    • Cryptpad (2 instances)
    • Gitea
    • Grafana
    • Hedgedoc
    • Minecraft
    • Nextcloud
    • Nginx Proxy Manager
    • Paperless-ngx
    • TheLounge
    • Vaultwarden
    • Zabbix
    • Zammad