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

AodeRelay boosted

[?]ElPerroNegro GoToSocial » 🌐
@richard@epn.life

Another move into self hosting today with an install of SearXNG search on my Raspberry Pi 5. Incredibly, on this Pi5 there is only 2gb RAM but it's already hosting my books, recipes, notes, pihole, bookmarks and now, search. All served through my Tailnet

#Selfhosted #selfhosting  

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

    Ditch the big clouds this week with your own mesh network.

    Deployed Docker and Caddy on my local server yesterday, feels like freedom from data sovereignty theft.

    wopr.systems/?utm_campaign=mem

    Deployed Docker and Caddy on my local server yesterday, feels like freedom from data sovereignty theft.

    Alt...Deployed Docker and Caddy on my local server yesterday, feels like freedom from data sovereignty theft.

      AodeRelay boosted

      [?]mosspiglet » 🌐
      @pluvialgeist@littleone.littlefedi.social

      My reading seems to suggest that I have a serious obstacle to self-hosting on my own hardware:

      CGNAT

      I really do live in Bumblefuck—I love it here—and Starlink is my only option for a high-speed ISP. I hate that, but I need a high-speed connection for work and I don't want to move. Not many other options for work out here, so for now: Starlink.

      It looks like I can maybe get around some CGNAT issues with a VPN that includes port forwarding…but now I'm wondering if maybe I should just consider self-hosting from a VPS instead.

      Anyone else on the Fedi have any experience with self-hosting with Starlink as an ISP? What's that been like for you? Have any tips or suggestions?

      @homelab@fedigroups.social

        [?]Russell (Robin) Phillips [They/them] » 🌐
        @rpbook@gts.phillipsuk.org

        I love open source. I self-host quite a lot, and I'm pleased that I can do that.

        But I get frustrated at how often documentation only covers the initial set up. Earlier today I looked at documentation for a service I was considering self-hosting.

        It had instructions for installing, but nothing about how to upgrade an existing installation. But it's important to me that I know how to upgrade when a new version is released.

        I've seen desktop programs where the documentation has "How to make your first in five minutes". Then the rest of the documents assume a deep understanding, with apparently nothing to help you get from new user to wizard level.

        #OpenSource #SelfHosting #FOSS

          [?]David » 🌐
          @deFractal@infosec.exchange

          RE: mastodon.social/@harold/117146

          If knew the US was negotiating in bad faith, he certainly didn't show it by understanding the necessity of urgently developing Canadian . Someone please sit him down in front of a @pluralistic talk (as Doctorow's a Canadian source, and Carney appears to trust journalists well enough to appoint them Ministers: though urgently read also the books by the experts cited below), and persuade our PM that our and depend on freeing from all Microsoft, Alphabet (Google), and Amazon (AWS) dependence, with wartime urgency.

          Hon. @Paulatics, @KristopherWells, @SenKarenAb, or @colindeacon: Can any of you talk some sense into our Honourable bank executive about this? I'd be happy to volunteer to explain anything in Cory's presentations or books that you or Mark doesn't understand. (I have over 20 years' paid experience explaining tech stuff to non-tech people, if that'd be useful.) I'm sure plenty other Canadians such as those in the @linuxassociation and the Canadian community could help explain this too.

          Perhaps this needs to be more diplomatically phrased, but if we need funds to accelerate Canadian digital sovereignty, I suggest taking them from Evan Solomon's tax-abyss Ministry of Slop. Evan's an uncritical career tech hype-man with less qualification to run a technology ministry than the historically and catastrophically incompetent has to run the US DoD. Solomon's education is in English literature and religious studies, not anything even remotely related to computing, and it shows. His religious fanaticism for, as Drs. @emilymbender and @alex aptly put it, The AI Con, ought to disqualify him from leading a tech ministry.

          Meanwhile, the very existence of such an office as "Minister of Artificial Intelligence and Digital Innovation" shows that our illustrious economist mistakenly believes that, in the Empire of AI (per Karen Hao), Canada can become a colonizer, not return to its prior status as a colony: exactly as Trump and the coterie of technofeudal "AI" CEOs backing him are seeking to coerce us into becoming. The promises of "economic efficiency" (i.e., mass layoffs, wage deflation, and metastatic rent extraction) promised by the (@timnitGebru) dogma of the AI cult system may resound with confirmation bias in the heart of the true believer in the religion of neoclassical economics (may the Earth become infinite and Homo economicus cease requiring infinite compute power), but alas, our first priority in tech policy should not be proliferation of climate- and community-destroying hyperscale for the Slop God, but instead, in removing Trump's ability to do to all government and business what Donald did the the with a few sanctions.

          [?]Harold Jarche » 🌐
          @harold@mastodon.social

          I wonder if PM Carney always knew that the US was negotiating in bad faith, and that their terms could be changed after the fact, but waited until the final humiliating demands were made by the US team before walking away. Now Carney has widespread national support and perhaps more respect from our other allies and partners.

              [?]banshee7076 » 🌐
              @banshee7076@hear-me.social

              AodeRelay boosted

              [?]BlablaLinux » 🌐
              @blablalinux@mastodon.blablalinux.be

              🔧 Correction d'un bug sournois sur mes scripts de maintenance PeerTube : le nettoyage automatique (prune-storage/house-keeping) attendait une confirmation qui n'arrivait jamais en cron → rien n'était supprimé depuis des mois, sans erreur visible. C'est corrigé, avec des notifs Gotify plus détaillées en bonus.

              📖 Docs à jour sur mon wiki :
              🐳 Docker : wiki.blablalinux.be/fr/mainten
              ⚙️ Classique : wiki.blablalinux.be/fr/mainten

                [?]OldCoder » 🌐
                @OldCoder@dansu.org

                I've started to add my own Angie [Nginx spoon] rules to implement my own short links. This approach allows #selfhosting people to use any of their own websites as a link shortener.

                This should at least reduce the issues that you've mentioned. Another advantage of this approach is that wildcards and even regular expressions are supported.

                Here's an example of an #Nginx or #Angie link shorten rule. This goes before the first existing location block for a given server.

                location ~ ^/ai-*article$ {
                    return 301 https://www.linkedin.com/pulse/ai-fake-goodness-sake-robert-kiraly-wl4ec/;
                }

                This example redirects both "/ai-article" and "aiarticle".

                  [?]OldCoder » 🌐
                  @OldCoder@dansu.org

                  I don't think that you've understood the technical part of what I've said. You may be unclear on what the difference between an internal and external link is.

                  If I host my own website, and I create two links to a post on the website, and the links are created internally to the website, it's none of your business or anybody's business which of the links I choose to post.

                  Here's a link to one of my posts on my own Fediverse instance [Coder Dansu]:
                  https://dansu.org/halloy-review

                  That is a short link. So what? There is no external link shortener. It's internal to the site. If you're saying "No, if there is a longer possible version of the link, you must post that!" the statement is uneducated and arguably ridiculous. In this context, how would you even define what a "short link" is?

                  That is especially true for dynamically generated pages that aren't even stored in a specific location on disk. You're trying to make some sort of Purity Test or Angels Dancing on the Head of a Pin argument. It isn't productive.

                  Further, if I choose to generate and manage my own short links even to external sites [and not just to my own sites] I don't especially care about the Purity Test in that context either.

                  The approach that I've suggested has all of the advantages and none of the disadvantages of the abstinence approach that you've demanded. I'll continue to offer my #nginx tweak to would-be #selfhosting novices.

                  Thank you very much.

                  Your comments aren't as wild-eyed as it usually goes on Twitter. You started with an important point. However, the peremptory tone isn't welcome here.

                  You're free to offer suggestions. But this isn't a venue where you can set yourself up as the arbiter. You're likely to find that out right quick.

                  Focus on your novels. Unless there is a genuine desire on your part to learn more.

                  If you're posting in good faith, take this to DM [Direct Message].

                    AodeRelay boosted

                    [?]BlablaLinux » 🌐
                    @blablalinux@mastodon.blablalinux.be

                    Toujours au programme : verrou anti-chevauchement, notifications Gotify, purge mensuelle des orphelins, rotation des logs.

                    📄 Docker : wiki.blablalinux.be/fr/mainten
                    📄 Installation classique : wiki.blablalinux.be/fr/mastodo

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

                      Just set up Grafana + Prometheus + Loki for my servers. Now I can watch the data flow like a hawk over my kingdom of nodes 🐫📊

                      Don't let Big Tech spy on you, monitor your own stuff! With open-source tools, you're in control of your data.

                      wopr.systems/?utm_campaign=mem

                      Don't let Big Tech spy on you, monitor your own stuff! With open-source tools, you're in control of your data.

                      Alt...Don't let Big Tech spy on you, monitor your own stuff! With open-source tools, you're in control of your data.

                        AodeRelay boosted

                        [?]Nick Kerker :coffefied: [He/him/his] » 🌐
                        @thekerker@mstdn.social

                        ...why in the ever living fuck is there an ad on my Ubuntu Server's splash screen?

                        ssh nick@[REDACTED]                                                                                                                                                                                             
nick@[REDACTED]'s password: 
Welcome to Ubuntu 26.04 LTS (GNU/Linux 7.0.0-1017-raspi aarch64)

 * Documentation:  https://docs.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Aug 21 13:44:28 CDT 2026

  System load:  2.28               Temperature:           58.4 C
  Usage of /:   8.5% of 234.02GB   Processes:             179
  Memory usage: 5%                 Users logged in:       0
  Swap usage:   0%                 IPv4 address for eth0: [REDACTED]

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status


Last login: Fri Aug 21 08:42:11 2026 from [REDACTED]
nick@[REDACTED]:~$

                        Alt...ssh nick@[REDACTED] nick@[REDACTED]'s password: Welcome to Ubuntu 26.04 LTS (GNU/Linux 7.0.0-1017-raspi aarch64) * Documentation: https://docs.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/pro System information as of Fri Aug 21 13:44:28 CDT 2026 System load: 2.28 Temperature: 58.4 C Usage of /: 8.5% of 234.02GB Processes: 179 Memory usage: 5% Users logged in: 0 Swap usage: 0% IPv4 address for eth0: [REDACTED] * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s just raised the bar for easy, resilient and secure K8s cluster deployment. https://ubuntu.com/engage/secure-kubernetes-at-the-edge Expanded Security Maintenance for Applications is not enabled. 0 updates can be applied immediately. Enable ESM Apps to receive additional future security updates. See https://ubuntu.com/esm or run: sudo pro status Last login: Fri Aug 21 08:42:11 2026 from [REDACTED] nick@[REDACTED]:~$

                          [?]Nathan » 🌐
                          @nathan@social.hurel.me

                          mastodon mis à jour en 4.7.0 !

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

                            Who needs the cloud when you can have a server rack? Switched from AWS to my own setup this week.

                            Less latency, more control. Plus, no GDPR worries!

                            wopr.systems/?utm_campaign=mem

                            Less latency, more control. Plus, no GDPR worries!

                            Alt...Less latency, more control. Plus, no GDPR worries!

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

                              Today my Termix answered with a 404 this morning 🫠 CloudFront was fine, EC2 was fine (obviously since 404 was returned from nginx). There was just nothing behind it.

                              Termix on :latest, the host updates everything at night, and by morning it was exit 1, restart, 1, restart.

                              It is a Graviton box, so I went at the architecture first and the architecture was innocent. docker inspect said linux/arm64. Right image, right machine.

                              The mismatch was inside it. better-sqlite3 ships a prebuilt binary linked against GLIBC 2.38 and the image has 2.36, so the linker refuses and node never starts.

                              Pinned 2.6.1 and it came back (AWS Sessions Manager saved me).

                              I put :latest there on purpose a year ago, FOMO, and because it is only a homelab. A homelab I route every other server through.

                              ntfy has been sending me those logs every night. I read them.

                              I am clearly going to keep reading them exactly the same way. The hard lesson learned.

                              Bug Report is still open BTW: github.com/Termix-SSH/Support/

                              Diagram titled From :latest to 404, subtitled it moved overnight, I found out in the morning. On the left a numbered chain of six steps under the heading how the bastion went down. 01, colon latest, a tag I chose on purpose. 02, at night, the host pulls and restarts. 03, termix 2.7.0, new image, linux slash arm64. 04, its prebuild, wants GLIBC 2.38. 05, the base image, has GLIBC 2.36. 06, exit 1, crash loop, then a 404. On the right, under the heading what it was saying all night, a black panel labelled docker logs termix shows the error output: version GLIBC_2.38 not found, required by better_sqlite3.node. Below it three rows. docker inspect, linux slash arm64, right image. issue 1184, already open, same error. pin 2.6.1, and it came back. At the bottom a note reads: a prebuilt binary carries the glibc it was built on. Nothing on the host changed, the tag moved underneath it.

                              Alt...Diagram titled From :latest to 404, subtitled it moved overnight, I found out in the morning. On the left a numbered chain of six steps under the heading how the bastion went down. 01, colon latest, a tag I chose on purpose. 02, at night, the host pulls and restarts. 03, termix 2.7.0, new image, linux slash arm64. 04, its prebuild, wants GLIBC 2.38. 05, the base image, has GLIBC 2.36. 06, exit 1, crash loop, then a 404. On the right, under the heading what it was saying all night, a black panel labelled docker logs termix shows the error output: version GLIBC_2.38 not found, required by better_sqlite3.node. Below it three rows. docker inspect, linux slash arm64, right image. issue 1184, already open, same error. pin 2.6.1, and it came back. At the bottom a note reads: a prebuilt binary carries the glibc it was built on. Nothing on the host changed, the tag moved underneath it.

                                AodeRelay boosted

                                [?]jbz » 🌐
                                @jbz@indieweb.social

                                🐡 Running your own mail server with OpenBSD and OpenSMTPD bsd-audit.com/self-hosting/run

                                  [?]Simone » 🌐
                                  @roughnecks@social.woodpeckersnest.space

                                  Just finished writing up this little wiki about services we offer, both public, by invitation and by registration. I think it's quite informative and looks pretty decent too :wpn:

                                  https://cloud.woodpeckersnest.space/wiki/publish/wpnwiki

                                  #wpn #wiki #selfhosted #selfhosting #services

                                    AodeRelay boosted

                                    [?]BlablaLinux » 🌐
                                    @blablalinux@mastodon.blablalinux.be

                                    🐘 Mon instance Mastodon vient de passer en 4.7.0 !

                                    Grosse mise à niveau côté interne (sécurité, nouveaux protocoles ActivityPub, préparation à la 5.0), presque invisible côté utilisateurs — mais ça méritait un petit guide.

                                    📝 J'en ai profité pour documenter toute la procédure Docker Compose (backup, migrations, bascule) sur mon wiki, pour celles et ceux qui gèrent leur propre instance :
                                    👉 wiki.blablalinux.be/fr/mise-a-

                                      [?]Yehor :dartlang: 🇺🇦 » 🌐
                                      @yehor@mastodon.glitchy.social

                                      What do community think about @ente? Did anyone try to it? Do shared albums appear in the timeline?

                                      It is a very interesting project, I need to say.

                                        AodeRelay boosted

                                        [?]Yehor :dartlang: 🇺🇦 » 🌐
                                        @yehor@mastodon.glitchy.social

                                        Even more crazy than I’m doing it from the mountain village through my instance, which is hosted on an old mini PC 200km away.

                                          [?]Jan-Lukas Else » 🌐
                                          @en@janlukas.blog

                                          I knew of the existence of paperless-ngx for a long time. A new YouTube video now finally gave me the push to set up an instance on my VPS. It’s configured to use Bunny.net storage using S3 and rclone for the media files, and a restic backup is configured to regularly back up the bucket to Scaleway. Now I just need to upload all the documents and start to scan all those papers. 🖨️

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

                                            Uh...I have a VPS in Helsinki?

                                            OK...

                                              AodeRelay boosted

                                              [?]Fox Ritch :fjoxicon:🇩🇪 » 🌐
                                              @fox@social.hostnetwork.xyz

                                              my activity pub stuff was down cause my postgresql database ran out of storage space, i hope this shit doesnt use up 3gb in 2 days

                                                [?]al » 🌐
                                                @alan@lighthouse.co.im

                                                The Sovereign Auditor articles page just got dragged into the 21st century: searchable tags, instant title/excerpt filtering, no more scrolling past 50 headlines to find the one you half-remember.
                                                No third-party search widget, no analytics call, no dependency added, just vanilla JS reading the page you're already looking at. Consistent with the rest of this operation: if it can run client-side with nothing phoning home, it does.
                                                haunted.lighthouse.co.im/articles/

                                                  [?]/home/rqm » 🌐
                                                  @rqm@exquisite.social

                                                  Rocking out to my bandcamp purchases stored on my home desktop from 1600kms away because

                                                  Screenshot of Tempus app playing music

                                                  Alt...Screenshot of Tempus app playing music

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

                                                    Who needs Amazon when you can run your own server?

                                                    Cloud services may seem cheap, but the hidden costs of data extraction and surveillance outweigh the savings. Embrace self-hosting for a more secure and independent digital future.

                                                    wopr.systems/?utm_campaign=mem

                                                    Cloud services may seem cheap, but the hidden costs of data extraction and surveillance outweigh the savings. Embrace self-hosting for a more secure and independent digital future.

                                                    Alt...Cloud services may seem cheap, but the hidden costs of data extraction and surveillance outweigh the savings. Embrace self-hosting for a more secure and independent digital future.

                                                      [?]Elena Rossini 🌈 » 🌐
                                                      @_elena@mastodon.social

                                                      About to create my first cron job. Wish me luck! 😅

                                                        [?]bnjbvr's blog ✍️ » 🌐
                                                        @bnjbvr_blog@tutut.delire.party

                                                        Notes hebdomadaires 82 : des artistes avec des doctorats, ni Dieu ni Maître, Bonding, la romanticisation de la solitude, Sheepherds, et nos capacités d’attention qui semblent rétrécir.

                                                        bouvier.cc/notes/notes-hebdoma

                                                          🗳

                                                          [?]Nino Treyssat-Vincent » 🌐
                                                          @ninotrey@phpc.social

                                                          My fellow homelabbers and homehosters, do you have a scheduled time where your home server(s) is turned off?

                                                          For example I do have mine to shutdown during the night and switch on back at the morning.

                                                          Yes, complete shut-off:0
                                                          Partially, only some services:0
                                                          No:0
                                                            🗳

                                                            [?]Nino Treyssat-Vincent » 🌐
                                                            @ninotrey@phpc.social

                                                            My fellow homelabbers and homehosters, do you have a scheduled time where your home server(s) is turned off?

                                                            For example I do have mine to shutdown during the night and switch on back at the morning.

                                                            Yes, complete shut-off:0
                                                            Partially, only some services:0
                                                            No:0

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

                                                              4 Cores baby!
                                                              Had to bump up my VPS on the account of the making it ooze bodily fluids.

                                                              Now we can party like its 2006!
                                                              4 CORES! WOOOO!

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

                                                                You can run your own server, but first you'll need to build a nuclear bunker for it.

                                                                Decentralize with self-hosted services! Take back control from corporate clouds and their surveillance.

                                                                selfhosting cloudfree bunkerbuild

                                                                wopr.systems/?utm_campaign=mem

                                                                Decentralize with self-hosted services! Take back control from corporate clouds and their surveillance. #selfhosting #digitalfreedom

                                                                Alt...Decentralize with self-hosted services! Take back control from corporate clouds and their surveillance. #selfhosting #digitalfreedom

                                                                  [?]neon_circuit_ » 🌐
                                                                  @neon_circuit_@infosec.exchange

                                                                  How I evaluate software/services in 2026:

                                                                  • Big Tech involvement
                                                                  • AI integration
                                                                  • Surveillance/telemetry
                                                                  • Jurisdiction? (including 14 Eyes alliance)
                                                                  • Data transportability (can I export, migrate, integrate?)
                                                                  • Funding model (who pays, what are their incentives?)
                                                                  • Self-hostable
                                                                  • Openness (source, protocols, governance)
                                                                  • Community health (maintainer diversity, bus factor)
                                                                  • Social policy alignment? (LGBTQIA+, political positions)
                                                                  • License? (GPL preferred, OSI-approved accepted)

                                                                  Software freedom is inherently political. I will not separate the tool from the hands that build it, the money that funds it, or the laws that govern it.

                                                                  Some failures are disqualifying. Others are negotiable based on context. The framework is politically coherent, not a compromise.

                                                                  Is there anything else you consider before committing to software or services?

                                                                    [?]Courtney Rosenthal [she/her] » 🌐
                                                                    @courtney@pdx.social

                                                                    New Blog Post: Bespoke router versus disaster recovery

                                                                    My DIY router failed twice in one year. I need a disaster recovery plan.

                                                                    crosenthal.com/chrome/2026/08/

                                                                      [?]🏳️‍🌈🎃🇧🇷Luana🇧🇷🎃🏳️‍🌈 [she/her] » 🌐
                                                                      @luana@wetdry.world

                                                                      So now Home Assistant requires you to open its web UI via http in order to... change the web UI http settings. What the fuck could go wrong right? This has to be the dumbest change I've ever seen done in a software.

                                                                      If the default settings don't work for you how are you supposed to do the first configuration of your instance?

                                                                      community.home-assistant.io/t/

                                                                        [?]Yavo » 🌐
                                                                        @cleantext@fosstodon.org

                                                                        Hi, guys, please recommend me a free DNS hosting service that:

                                                                        * is reliable
                                                                        * has a free tier
                                                                        * EU or Europe-based organization, or has nodes on the continent
                                                                        * good for super-low-traffic, mission-critical websites
                                                                        * DNSSEC support is obligatory
                                                                        * is not CloudFlare

                                                                        Thanks!

                                                                          [?]Valère » 🌐
                                                                          @valere@hostux.social

                                                                          Nouveau thème disponible sur FreshRSS : Cyberpunk 2077.

                                                                          Disponible sur : rss.hostux.net

                                                                          Capture d’écran de FreshRSS utilisant un thème sombre inspiré de Cyberpunk 2077. L’interface mêle fond noir, lignes et accents bleu cyan, éléments jaune vif et typographie contrastée. À gauche se trouvent les catégories de flux RSS ; au centre, une liste compacte d’articles avec leur source, leur titre, l’heure et le temps de lecture. La barre supérieure regroupe la recherche et les principales actions.

                                                                          Alt...Capture d’écran de FreshRSS utilisant un thème sombre inspiré de Cyberpunk 2077. L’interface mêle fond noir, lignes et accents bleu cyan, éléments jaune vif et typographie contrastée. À gauche se trouvent les catégories de flux RSS ; au centre, une liste compacte d’articles avec leur source, leur titre, l’heure et le temps de lecture. La barre supérieure regroupe la recherche et les principales actions.

                                                                            [?]Alex Kretzschmar » 🌐
                                                                            @ironicbadger@techhub.social

                                                                            I think it's getting to the point I should be seriously considering a real, proper, big boy rack. (Writing this up makes me think a Homelab tour video is in order).

                                                                            Top row - Unifi UCG Fiber Gateway with WAF110 + Anker USB-C power station
                                                                            Row 2 - PDU
                                                                            Row 3 - 3x m90q in proxmox cluster with 64gb RAM each (from the before times) plus 3x 1tb nvme ceph cluster each node has a sfp+ NIC, PiKVM with 4 port switcher (love this thing)
                                                                            Row 4 - Unifi 10 gig agg
                                                                            Row 5 - Patch
                                                                            Row 6 - USW 48 Pro Max (screamin' FB marketplace deal, such an awesome switch)
                                                                            Row 7 - Unifi NVR
                                                                            Row 8 - Zimaboard (running DNS, my network VIP, a few other core services split in HA with a Pi5 upstairs), Framework desktop as my primary dev workstation all via SSH.

                                                                            Out of shot, my NAS which I document here - perfectmediaserver.com/01-over

                                                                              [?]Achim :antifa: » 🌐
                                                                              @achim@mastodon.weindl.biz

                                                                              @dansup

                                                                              Thanks — that is good news, especially for Loops.

                                                                              Unless I am missing something, though, Pixelfed's OIDC support is not yet operator-friendly: I could not find a documented, supported .env configuration for issuer URL, client ID, client secret, scopes and redirect URI.

                                                                              So far I have had to modify configuration inside the container, which makes upgrades and reproducible Docker deployments unnecessarily painful.

                                                                              A first-class .env interface — ideally documented and usable through Docker Compose secrets — would make Pixelfed's OIDC support actually practical for self-hosted instances. Is that planned as well?

                                                                                [?]Achim :antifa: » 🌐
                                                                                @achim@mastodon.weindl.biz

                                                                                @dansup

                                                                                Full agree: the Fediverse needs to become easier and more familiar to use.

                                                                                But that should mean open, self-hostable standards too. I would really like to see / Connect as a built-in option — like supports, or can gain through plugins — alongside Sign in with Apple, Google, etc.

                                                                                For Pixelfed, an easy .env-based configuration for a generic OIDC provider would be ideal: issuer URL, client ID, client secret, scopes, redirect URI — done. That would let instance admins use , , , their university/work SSO, or any other compatible provider.

                                                                                Does have plans for generic OIDC login? And is this planned for as well?

                                                                                Making sign-up familiar matters. Making it interoperable and self-hostable matters just as much.