jrollans.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
These are the voyag... uh, things I post about.
Admin email
jrollans@gmail.com
Admin account
@jrollans@jrollans.com

Search results for tag #selfhosting

[?]Dima » 🌐
@dima@dol.social

Six of my 194 backups came back failed. Retry did nothing.

I had just published an article about pulling 2 TB out of Glacier Deep Archive for 15 dollars flat rate, so I assumed flat rate has limits after all.

It does. Just not that one.

CloudFront refuses to serve a file over 50 GB in one GET. Mine were 250 to 350 GB, because years ago I decided one big archive is easier to move around than many small ones, and I did not think one step further.

The way around it is in the AWS docs. One curl per 40 GB chunk with a Range header, then cat the parts back together. Worked first time, 250 GB in about an hour.

AWS is still not switched off, by the way. Not because of AWS. The disks in my NAS have ten years of runtime on them and HDD prices right now are out of control.

Wrote it up with the script:
dol.ch/en/blog/cloudfront-50gb

    [?]Jeff MacKinnon » 🌐
    @Jeff@bluenoser.me

    I'm looking for some self-hosted, opensource, service help. I need to monitor a bunch of the services I'm running around the house and the only dashboard I've come across is kuma. It looks like what I need, but I like to shop around before choosing.

    Does any self-hosters here have suggestions?

    uptimekuma.co

      [?]Dima » 🌐
      @dima@dol.social

      It has been a while since I wrote a proper long guide about something I actually love doing.

      In September 2025 I wrote up how to run Mastodon on Kubernetes. That blog is gone, the guide survives only in the Web Archive. A text about backups that exists as somebody else's copy. At least it stayed on topic.

      So I rewrote all of it against Mastodon 4.6.

      The part I got wrong the first time was the most important one: Postgres as a Deployment with a PVC next to it.
      Kubernetes sends SIGTERM, Postgres reads that as a smart shutdown and waits for every client to disconnect. Sidekiq never does. Thirty seconds later, SIGKILL and a crash recovery.

      CloudNativePG and continuous WAL archiving now, RPO down from 24 hours to minutes. Still no Helm, everything by hand, because I want to understand what runs.

      My own instance came off Kubernetes in March, purely on cost. This is the config as it last ran.

      dol.ch/en/blog/mastodon-4-6-ku

        [?]BLACKVOID ⚫️ » 🌐
        @blackvoid@mastodon.social

        Testing out S4 . A compatible S3-like service combined with .

        mega.io/objectstorage

        Perfect for backup, archives, media, and video storage.

          [?]Nick Drage » 🌐
          @SonOfSunTzu@mastodon.social

          If I want to run something Linuxy on a network to collect SNMP and syslog events, and generate alerts or take actions if those events reach a certain threshold, or match certain combinations, what software should I look at?

          Preferably "free" and the other "free" too, but I'm open to other options...

            [?]DocYeet :verified: » 🌐
            @docyeet@mastodon.halis.io

            We are officially a fully selfhosted home, no more relying on external services for communication, note sharing, picture sharing and a bunch of others

            Couldn't be more proud 😊

            halis.io/

            Screenshot of the halis.io homepage, showing a globe with orbiting service icons.

            Alt...Screenshot of the halis.io homepage, showing a globe with orbiting service icons.

              AodeRelay boosted

              [?]Michael Boelen » 🌐
              @mboelen@mastodon.social

              [?]gmc » 🌐
              @gmc@snac.chasmcity.net

              A VPS provider where you get one (1) IPv6 address. What madness is this? I'd expect a /64 at a minimum.


                [?]Ethan Black » 🌐
                @golemwire@social.golemwire.com

                I got some custom emoji set up on my tasty :sheik_dab:

                I now also have a favicon :thonk: (goodbye Susie :cap_salute:) and I overhauled my config :nervous_sweat: Fun!

                  [?]vkc via PeerTube » 🌐
                  @vkc@makertube.net

                  Most podcasting platforms suck, so I host my own.

                  ...always has been.

                  Want to help me make more unsponsored videos like this?

                  - Patreon: https://patreon.com/VeronicaExplains
                  - Ko-Fi: https://ko-fi.com/VeronicaExplains
                  - Liberapay: https://liberapay.com/VeronicaExplains

                  ---

                  Distributing a podcast doesn't have to be more complex than an RSS feed and some web hosting. In today's episode, I'm showing how I built a podcast website using a static site generator.

                  Our podcast is called "Kate and Veronica", and it's a joint production with my good friend Kate Fox, aka Macintosh Librarian !

                  Links to follow along at home:
                  - The podcast! https://kateandveronica.net
                  - The source for the podcast website: https://codeberg.org/vkc/kateandveronica-dot-net
                  - The Eleventy docs: https://www.11ty.dev
                  - Robb Knight's fantastic blog post outlining how he made a podcast site with Eleventy: https://rknight.me/blog/bulding-podcast-site-eleventy/
                  - The podcast on YouTube, if you prefer a video version: https://www.youtube.com/watch?v=XF1UQ0Mzz4g

                  Chapters:
                  0:00 A podcast is just an RSS feed
                  1:28 Eleventy is a static site generator I like
                  2:54 Setting up the podcast from a blank 11ty template
                  5:12 Getting the podcast onto services (it's all just RSS)
                  6:07 Why didn't I cheat and have an "AI" do it?

                  Alt...---

                    wakest ⁂ boosted

                    [?]Kompot.si :unverified: » 🌐
                    @kompot@toot.si

                    As a collective with similar values as /inventati we are very saddened by the news that their services are getting shut down due to them being illegitimately listed as terrorism supporters by the very biggest and strongest global terrorist government. Here's our letter of support for collective written in Slovene and translated into Italian and English. :antifa:

                    kompot.si/wiki/izjave_pismo-po

                    We hope that many new independent services will rise up instead.

                      [?]Emil Lindfors » 🌐
                      @emillindfors@mastodon.social

                      The newsletter dashboard couldn't read its own subscriber list. The password had drifted from the one the Cloudflare Worker wrote with, and a Worker secret can't be read back to check which was right.

                      So the list moved onto the mail server: one Rust service, four Postgres tables. The send lock is a primary key now — insert the slug, and a second send just fails. That replaced a paragraph of WebDAV precondition reasoning.

                      lindfors.no/blog/newsletter-on

                        [?]🏳️‍⚧️ Christin Löhner 🏳️‍🌈 » 🌐
                        @christin@lsbt.me

                        Ich hab mal mein Home Assistant Dashboard neu gebaut (erstes Bild). 😛 :heart_trans:

                        Langsam gefällt es mir echt gut. Die ganzen anderen Seiten des Dashboards (Links oben in der Headbar) sind noch sehr Home Assistant Default. Aber eine kleine Auswahl hänge ich auch noch mit an.

                        Fragen erwünscht. :-P

                          [?]Dima » 🌐
                          @WhiteHatRook@c.im

                          The trendy new term Homelabbing is gradually becoming part of our everyday lives. Essentially, it means building servers at home and running pretty much any software you can think of on them.
                          There are countless ways to use a homelab. You can install ready-made solutions like Home Assistant, set up a database, build a home media library, run your own service, or deploy yet another app you vibe-coded over a weekend.
                          What got me interested in Homelabbing was an old laptop. Its battery had died for the second time in a year, and there was no way to upgrade its RAM beyond 8 GB. I started thinking about replacing the laptop, but the old machine turned out to be a great platform for getting familiar with Homelabbing and Self-Hosted solutions.
                          For the operating system, I chose Proxmox. In my opinion, it is one of the most convenient options for projects like this thanks to its open-source nature, extensive set of tools for working with virtual machines, and convenient web interface.
                          The first thing I installed on the server was Home Assistant, along with a Linux virtual machine for learning the popular Hermes tool. I’ll talk about both of them in more detail in upcoming posts.

                            [?]Michael Harley » 🌐
                            @michaelharley@infosec.exchange

                            Welp. My Forgejo instance got popped with an RCE two days ago by CVE-2026-60004. Luckily, I noticed the following morning and had the day free to figure out what happened. Let's dive in!

                            As a homelab enthusiast, I found this a very interesting post. Here are my take aways from the post that I'm implementing myself:

                            • Miner detection. I've updated monitoring rules to now watch the CPU on my hosts. If the same thing happened to me I would not have been alerted at all as I'm doing simple up / down monitoring. Fixed.
                            • Access logging. I turned on access logging for my homelab Caddy instances.
                            • Log retention. I have increased the amount and retention of my logging. The hope is this will help me reconstruct what happened after a breach.
                            • Logs offsite. The VPS access logs now ride along with the normal backup process, which runs hourly. The homelab side still only gets caught by the weekly VM backup, so that's next.
                            • Closed an open signup. My webtrees instance (genealogy) had self registration enabled, which is the same door this guy got hit through. Oops. Fixed.
                            • Built a tool. log-inventory.sh, so "could I actually reconstruct what happened" is a command I run instead of a thing I assume.

                            My Homelab Got Hacked - A Postmortem – Phunky Cafe

                              wakest ⁂ boosted

                              [?]'(vidak) _(:3」∠)_ » 🌐
                              @dirtycommo@anticapitalist.party

                              please boost.

                              solarpunk.au/

                              been running this 45 TB disk array for some time now.

                              the intention behind it was to provide services to the community.

                              i was thinking, what sort of services do you want to see or use?

                              some ideas:

                              - IRC
                              - gemini/gopher, there are some forum softwares
                              - neocities instance

                              i'd like there to be some way to share this disk space in a useful way.

                                [?]Michael Jack » 🌐
                                @mjack@mastodon.bsd.cafe

                                Same server, now with Nextcloud AIO added. Memory usage is about 1.3 GB.

                                Screen shot of 'htop' running on Alpine Linux. Memory usage is 1.29 GB, load average 0.00/0.12/0.09

                                Alt...Screen shot of 'htop' running on Alpine Linux. Memory usage is 1.29 GB, load average 0.00/0.12/0.09

                                  [?]Bradalot “:verified: » 🌐
                                  @bradr@infosec.exchange

                                  Fishing for an answer: Please tell me your favorite self-hosted photo web app (or share with your friends who know one) that:

                                  • Can run in linux, docker

                                  • Supports multiple users, each with the ability to manage their own independent photos and albums.

                                  • Includes a nice slide-show feature over user-curated albums, include "smart" albums (i.e. albums created dynamically based on search criteria).

                                  • Has good metadata support (geolocation, timeline, tags, faces), including preloading metadata from EXIF tags.

                                  • Includes a smartphone app that syncs the device's camera roll.

                                  Basically, a practical replacement for Google Photos. Any ideas?

                                    [?]goetz [he/him] » 🌐
                                    @goetz@ipv6.social

                                    @brendan
                                    @stefano

                                    Looking forward to your posts.

                                    I'm hosting since 2years+ already.

                                      [?]Wulfy—Speaker to the machines » 🌐
                                      @n_dimension@infosec.exchange

                                      @ajroach42

                                      All major systems are fascist.
                                      Ai is going to be ubiquitous
                                      There is not going to be a bubble

                                      Build a bunker or goosestep with the rest of the mob 😑

                                        [?]Drayson [They/them] » 🌐
                                        @Drayson@dragonchat.org

                                        I just recently set up my own for the very first time!

                                        I took an old laptop I had lying around and I rigged up my own SATA connectors to connect a pair of 2TB hard drives to its native SATA ports, with the OS (TrueNAS) being installed on a USB flash drive. It took HOURS of trial and error with different laptops, but I eventually got it to work.

                                        A laptop sitting on a platform under a desk, a pair of 2TB hard drives sitting to the right of it.

                                        Alt...A laptop sitting on a platform under a desk, a pair of 2TB hard drives sitting to the right of it.

                                          AodeRelay boosted

                                          [?]Brendan » 🌐
                                          @brendan@social.brendans-bits.com

                                          Today I want to start a little experiment:

                                          • With an ISP who assigns me a /48 prefix, what is it like to host IPv6-only services on a FreeBSD host?
                                          • What works? What doesn't?
                                          • How does setting up IPv6-only services compare to setting up IPv4 services on FreeBSD?

                                          Why IPv6 only?

                                          It's 2026.

                                          I'm going to go out on a limb and suggest that IPv6 offers you more freedom and choice about how you self-host than having to work around NAT (or CGNAT).

                                          blog.brendans-bits.com/2026/09

                                          Coming soon:

                                          • Getting IPv6 on FreeBSD: not that hard at all
                                          • Fediverse via IPv6 only: what's the experience like with snac (and littlefedi when that's released)
                                          • IPv6-only jails on FreeBSD

                                          (Thanks to @stefano for BSSG - making this blog possible)

                                          Comments / feedback welcomed.

                                            [?]plzupgrademe [He/Him] » 🌐
                                            @plzupgrademe@fedi.txw.ca

                                            A neat thing I like about my Akkoma instance is that it runs on Oracle Autonomous Linux. Oracle Cloud is known for the ‘free tier’, but when you pay a little, you also get a huge amount of value. It is easy to setup to automate many maintenance tasks and has excellent monitoring included in the cost.

                                            #it #tech #selfhosting #servers #fedi #mastodon

                                              [?]woprsystems » 🌐
                                              @woprsystems@mstdn.wopr.systems

                                              Cloud services give you the middle finger? Build your own server.

                                              Docker + Caddy = 🔥

                                              selfhosting meshnetworking docker

                                              wopr.systems/?utm_campaign=mem

                                              Docker + Caddy = 🔥 #docker #caddy

                                              Alt...Docker + Caddy = 🔥 #docker #caddy

                                                [?]NodeZ3r0 » 🌐
                                                @nodez3r0@mstdn.wopr.systems

                                                Building mesh networks is like setting up a neighborhood watch for the internet. Except instead of old ladies on porches, it's tech geeks in basements.

                                                Fucking ISPs and telcos can't even get basic connectivity right. We do it better, cheaper, and with less bullshit.

                                                wopr.systems/?utm_campaign=mem

                                                Fucking ISPs and telcos can't even get basic connectivity right. We do it better, cheaper, and with less bullshit. #selfhosting

                                                Alt...Fucking ISPs and telcos can't even get basic connectivity right. We do it better, cheaper, and with less bullshit. #selfhosting

                                                  [?]woprsystems » 🌐
                                                  @woprsystems@mstdn.wopr.systems

                                                  Building your own home server? Go with a 12-core AMD and 64GB ECC RAM. It's like having a mini data center under your desk. 🪐

                                                  Why rent space in the cloud when you can have your own corner of the internet at home?

                                                  wopr.systems/?utm_campaign=mem

                                                  Why rent space in the cloud when you can have your own corner of the internet at home?

                                                  Alt...Why rent space in the cloud when you can have your own corner of the internet at home?

                                                    [?]uvok Grumpyspots » 🌐
                                                    @uvok@woof.tech

                                                    This is nice!

                                                    Gonna need some more experience, but isolating stuff in lxc containers seems a good idea.
                                                    (yeah, I could probably also use podman/docker, but I'm already going insane as-it-is, I don't need decision paralysis over even more options)

                                                    Screenshot of incus ls output, showing one machine

                                                    Alt...Screenshot of incus ls output, showing one machine

                                                      [?]Allyn » 🌐
                                                      @Allyn@mastodon.ie

                                                      Does anyone know what’s going on with the release schedule?

                                                      They’ve gone from regular releases, to releasing 7 pre-release candidates for v12:
                                                      github.com/jellyfin/jellyfin/r

                                                      I’m excited to get onto v12 as there are a bunch of performance increases but they don’t seem to have documented an actual release date.

                                                      Lots of release candidates, no releases…

                                                      Alt...Lots of release candidates, no releases…

                                                        AodeRelay boosted

                                                        [?]meowki » 🌐
                                                        @meowki@meowstodon.eu

                                                        I’m looking to create a VPN/Pangolin node in . Does anyone know a reliable provider? Something like

                                                        Ownership of provider must be Japanese or European.

                                                          [?]marius.blog » 🌐
                                                          @blog@marius.blog

                                                          Self-Hosted Matrix Server on Raspberry Pi 5: Migrating 1,456 Chats

                                                          For nearly five years, Beeper kept almost all my messaging in one inbox. Then came its fight with Apple, the acquisition by Automattic, and an escalating corporate feud. I decided to take control. This is how I migrated 1,456 chats to a self-hosted Synapse server on a Raspberry Pi 5, complete with five bridges, monitoring, and tested backups.

                                                          Read the full article: https://marius.blog/self-hosted-matrix-raspberry-pi/

                                                          Written by Marius Quabeck. Replies: @marius@social.nerdzoom.media

                                                          Front view of a compact homelab rack with a display, two rows of Raspberry Pi computers, a network switch, and a router

                                                          Alt...Front view of a compact homelab rack with a display, two rows of Raspberry Pi computers, a network switch, and a router

                                                            [?]EdTheDev [He/Him] » 🌐
                                                            @EdTheDev@infosec.exchange

                                                            Linux microblog update:

                                                            I'm relaxing on a Thursday night by deploying another service into my personal cloud.

                                                            Since I bet heavily on the value of learning Python, about 20 years ago; I love how much of this stuff is in Python, today.