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!

🦎

  • beigegull@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I’ve got a couple VPSes, hosting

    • Mailcow, because email is identity.
    • Asterisk, because phone #s are also identity.
    • Matrix-Synapse, for personal messaging even though XMPP is probably better.
    • ttrss, even though it’s junk software with a jerk developer.
    • A bunch of self-developed web apps

    Self hosting email is obnoxious, but it’s also one of the only remnants of the traditional distributed internet that’s still broadly accepted.

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

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

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

  • Max Headroom@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    2 years ago

    Hosting a whole bunch of stuff for myself, the family and also the public. For the larger family I’m hosting eMail but using a managed service offering for that (Hetzner). Too old to run my own IMAP/SMTP infrastructure ;)

    For a few private societies I’m hosting:

    For the public I host:

    Mostly formyself, but not restricted I’m hosting:

    • Pixelfed
    • LinkDing for Bookmarks
    • Excalidraw
    • Grafana
    • OverLeaf
    • StandardNotes Server
    • PiHole
    • GitTea
    • FreshRSS
    • Minio S3-kompatible Object Storage as Backend for Mastodon & Pixelfed (on an old Dell Optiplex at home over my DSL Line)
    • GoToSocial Fediverse Client (On a RaspberryPi at home)
    • PeerTube for public projects (on the same old Dell OptiPlex)
    • PeerTube as private Video Streaming platform (on a Dell Precision 3500 tower)

    Most services run in Docker Containers on some VPS at Hetzner. Some stuff runs in Docker Containers on old spare hardware at home.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 years ago

      Are you using the mail service from Hetzner or are you using their servers to host it yourself?

      • Max Headroom@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        I’m using the Mail service from Hetzner. I did host my own eMails for more than 10 years but eventually decided it’s too much hassle.

  • pHr34kY@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 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.

      • pHr34kY@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        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.

  • Anarch157a@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 years ago

    Hello selfhosters.

    Here’s my list of stuff:

    On a VPS hosted in Germany:

    On my home server (my old gaming PC, repurposed)

    • Proxmox to manage several containers/VMs:
      • OPNsense Firewall
      • HomeAssistant
      • Pihole
      • Gitlab
      • Jellyfin
    • MigratingtoLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      Hi, thanks for your comment! I just visited your blog and noticed that it loads fairly quickly: I assume you must have some sort of CDN set up. Could you point me to how you went about setting up the CDN for your domain/website? Thanks!

      • Anarch157a@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        No CDN. The secret is way simpler: It’s a static site. Just a bunch of files served directly by Nginx. I use Pelican to generate the site from Markdown files.