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

[?]panzone » 🌐
@panzone91@social.treehouse.systems

Any solution alternative to Plex? I would like to create something like this but I don't really like to use something like Plex that, to my understanding, is depending on an external service.

    [?]Fossery Tech :debian: :gnome: » 🌐
    @fosserytech@social.linux.pizza

    (more Linux and FOSS news in previous posts of thread)

    Pi-hole releases FTL & Web v6.4 and Core v6.3 for network-wide ad and tracker blocking:
    alternativeto.net/news/2025/11

    Raspberry Pi Imager 2.0 makes it easier to install Raspberry Pi OS on bootable media:
    alternativeto.net/news/2025/11

    Vulkan 1.4.335 Released With The Very Notable VK_EXT_present_timing:
    phoronix.com/news/Vulkan-1.4.3

    GCC 16 Switches To Using C++20 Standard By Default:
    phoronix.com/news/GCC-16-Now-C

    Algol 68 Programming Language Front-End Merged Into GCC 16:
    phoronix.com/news/Algol-68-Mer

    iodéOS 7 beta launches with Android 16 base, enhanced battery life, and updated apps:
    alternativeto.net/news/2025/11

    GrapheneOS leaves France over encryption backdoor concerns:
    proton.me/blog/grapheneos-fran

    FreeBSD 15.0-RC4 Released Due To Last Minute Issues:
    phoronix.com/news/FreeBSD-15.0

      [?]Martijn van Exel » 🌐
      @mvexel@en.osm.town

      I think I am figuring out the hard way that you *can* configure an alternate email provider for the transactional emails (confirm subscribe / unsubscribe) but mailgun is still required for bulk email to send out your actual newsletters.

      1) Am I right?
      2) Is there a way to prevent Mailgun from inserting tracking code? So annoying!

        [?]The IT Blog » 🌐
        @blog@www.locked.de

        NextCloud on Hetzner is the OneDrive upgrade I didn’t know I wanted

        For years, I relied on Microsoft’s OneDrive — not for the Office 365 suite, but for its 1TB of cloud storage. It served me well for offsite backups and seamless syncing between my computers and phone. I even used the Personal Vault feature, though more out of curiosity than necessity. Later, I joined a friend’s family plan, making it even more cost-effective.

        […]

        locked.de/nextcloud-on-hetzner

          [?]yopp » 🌐
          @alex@feed.yopp.me

          Hey , , and people!

          I have Ubuntu 24.04.3 with encrypted root and two encrypted partitions mounted at /srv/disk[0|1]

          All 3 are remotely unlocked at boot using same key with keyscript=decrypt_keyctl. Unlock is handled via dropbear by semiautomatic tool with access to shared secret storage, where host specific encryption keys are stored.

          I want to get two things at the same time:

          1) if any encrypted partition is missing, host must boot regardless of that and preferably with as little timeout as possible

          2) if encrypted device failed to mount due 1) or due failed unlock, mount point must be masked, to avoid any containers that might have mounts there to access them. Sadly` chattr -I` doesn't help here, because mount point is still readable by root. Yeah, root, I know but rootless docker doesn't play well with swarm and k8s is too expensive to run on my scale.

          Basically, I need a degraded host that can accept *some* of scheduled workload

          What’s the right approach here?

          So far I tried removing fstab entry for `/srv/disk[0|1] `and adding explicit mount units

          ```toml
          [Unit]
          Description="/srv/${disk_name} filesystem"
          Requires=systemd-cryptsetup@${disk_name}\x2ddata\x2dcrypt.service
          After=systemd-cryptsetup@${disk_name}\x2ddata\x2dcrypt.service
          ConditionPathExists=/dev/mapper/${disk_name}-data-crypt

          [Mount]
          What=/dev/mapper/${disk_name}-data-crypt
          Where=/srv/${disk_name}
          Type=ext4
          Options=defaults,errors=remount-ro

          [Install]
          WantedBy=local-fs.target
          ```

          and extra `mask-srv@.service`

          ```toml
          [Unit]
          Description=mask /srv/%i if /dev/mapper/%i-data-crypt is missing
          DefaultDependencies=no
          After=cryptsetup.target systemd-cryptsetup@%i\x2ddata\x2dcrypt.service target srv-%i.mount
          Before=local-fs
          ConditionPathExists=!/dev/mapper/%i-data-crypt
          Conflicts=srv-%i.mount

          [Service]
          Type=oneshot
          ExecStart=/usr/bin/mount -t tmpfs -o ro,mode=000,nr_inodes=1,size=4k tmpfs /srv/%i

          [Install]
          WantedBy=local-fs.target

          ```

          But I it seems to have race condition between srv-disk0.mount and I can't figure out right set of dependencies between units here

            [?]Brudi Bräu » 🌐
            @brudibrau@hostux.social

            I just tried to upgrade the OS on my RPi to Trixie. Now it doesn't boot anymore.

            This is the second time this happens after an upgrade. Lots of hassle for a tiny Nextcloud server that I essentially use to keep my MP3 collection synchronized between two computers.

            I took it offline. Now I am considering getting a NUC-type device and running Nextcloud, E-Mail and maybe my own Mastodon instance on that.

            Thoughts? Experiences? Is that even technically feasible?

              [?]Derick » 🌐
              @derickp@techhub.social

              RE: mastodon.social/@itsfoss/11562

              I started a couple of years ago and it's right up there with adopting as one of the best things I've done in recent years to wrestle some control of my own data back. I'm excited that it's becoming more widespread!

              That said, I'm self-hosting on Synology and I'd really like to move to something less closed at some point. I'm just not confident enough in my skills yet to make the switch now.

              [?]It's FOSS » 🌐
              @itsfoss@mastodon.social

              Self-hosting is rising because Linux users refuse to wait for permission.

              itsfoss.com/self-hosting-risin

                  AodeRelay boosted

                  [?]Ethan Sholly » 🌐
                  @shollyethan@fosstodon.org

                  [?]Kalvin Carefour Johnny » 🌐
                  @kalvin0x58c@ohai.social

                  I have contacted Contabo: "I will be ordering multiple VPS in Singapore. Ensure your infrastructure, including IPv6, is functioning properly, as no refunds are offered. Customer support is slow and misaligned with my schedule. Confirm IPv4, IPv6, and overall infrastructure are fully operational."

                    fedicat boosted

                    [?]shom ✊🏽🐧📷🤿🏔️🪚 » 🌐
                    @shom@gts.shom.dev

                    I host my own Phanpy but there's a feature in dev (automatically populate alt-text if it's embedded in images, yessss!!!) I really want. So, I finally setup a build container for @phanpy and a small script to extract out the static folder so I can continue serving it out via Caddy. I wrote a quick post about it, I'm sure there are better and more idiomatic ways of doing this, so advice is welcome.

                    #PhanpySocial #GoToSocial #SelfHosting #Podman #Caddy

                      [?]Christian » 🌐
                      @chris@social.uggs.io

                      Oh,

                      this is really turning out better than anticipated. Installing, updating, authorizing and syncing of custom prompts with one command. Then use and forget!

                        AodeRelay boosted

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

                        Today's routine apt package updates results:

                        - CI/CD runner broken
                        - is broken on two environments

                        And that was not a . is the reason.

                          [?]The Chris Dantes » 🌐
                          @thechrisdantes@social.linux.pizza

                          I haven't figured out how to automate my backups. Last night, I figured I'd start one when I went to bed. Let it run overnight. But the admin console wouldn't load. Left it for this morning. I tried rebuilding the container. Now my system is technically running, and my files are still there, but it's saying it has no internet connection and a bunch of other errors. I'm rebooting the VM to see if that helps. Yay for

                            [?]Goldside543 :verified: » 🌐
                            @Goldside543@social.linux.pizza

                            starting to see why relying on external services to keep your website up fucking sucks

                            one little screw up from something like AWS or Cloudflare and bam, site's down and you can't even do jack shit about it

                              AodeRelay boosted

                              [?]𖨨ꛚ𖥕𖦪𖥣𖧥ꛘ » 🌐
                              @florianauer@freiburg.social

                              An alle, die einen Root Server bei @netcup haben: Konntet ihr AlmaLinux 10 installieren? Bei mir schlägt das fehl. Ubuntu geht.

                                [?]Linkzim » 🌐
                                @luiz_im@bolha.us

                                Galera dos
                                Alguém sabe de algum programa pra fazer um karaokê no proxmox + androidtv ?

                                  [?]Problem Fox » 🌐
                                  @Herne@corteximplant.net

                                  Unexpected consequences...
                                  Yesterday my #smolWeb server stopped working for the first time in several weeks. I didn't worry about it, just cycled the power and the sites reappeared.
                                  This morning I looked at the logs, and saw the IP blocklist update had failed when the script couldn't resolve a curl request to get the latest blocklist from github. In doing so it had wiped the prior days file, but had nothing to replace it with so my firewall didn't block the spurious requests.

                                  I'm now contemplating copying a version of the blocklist prior to the update running, so if it fails again the prior days list will still be sued instead.

                                  #selfHosting

                                    [?]Christian » 🌐
                                    @chris@social.uggs.io

                                    AodeRelay boosted

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

                                    My ideal for now is a . I started to think about the real possibility of it recently.

                                    I have options in the city I’m currently living in. It appeared costly compared to my dedicated server first, but then I calculated the price of upgrading the storage. Then I added an electricity price of hosting the part of at home, and now I kinda like the idea more and more. I need to see used rack-mountable prices now.

                                      [?]Chris » 🌐
                                      @ChrisLink@troet.cafe

                                      @chewie Took a look at Matrix + Element today — and wow, it seems like a really solid replacement for my old TS3 server, which I’ve grown pretty tired of using. Modern features, self-hosted, open — I like it! 🚀

                                        [?]Chris » 🌐
                                        @ChrisLink@troet.cafe

                                        @chewie Behind the scenes, my setup runs on Proxmox as the hypervisor, with a now fairly large Docker VM (Portainer) inside it. All data lives on a Ugreen NAS, and the network stack is managed with OPNsense + UniFi / MikroTik.

                                        Key services in daily use: Nextcloud, Home Assistant, Paperless-NGX, GitLab, Immich, Jellyfin — plus the usual IT admin overhead… because it’s fun. 😄⚙️

                                        What does your setup look like? Already tested Immich?

                                          AodeRelay boosted

                                          [?]Menel :xmpp: » 🌐
                                          @menel@snikket.de

                                          Did anyone ever deploy fedifetcher with snac?
                                          I'm not asking about mastodon but (https://codeberg.org/grunfink/snac2)
                                          It seems even consecutive runs take over one hour, I've got duplicates of reply trees in my conversations, while still not seeing all replies there are. Also the "database" increased considerable in size.

                                          I guess it's not fully compatible. But I would like to know what others did with it.


                                            [?]Christian » 🌐
                                            @chris@social.uggs.io

                                            [?]Christoph » 🌐
                                            @christph@mastodon.social

                                            Selfhosting Setup-Update 2025.11

                                            Mediaserver: Jellyfin, immich
                                            Music: FinAmp (iOS), Jellyfin WebApplet (Linux)
                                            Audio Books: Bookplayer (iOS)
                                            Camera: Halide (iOS)
                                            Photos: immich (Linux, iOS), shotwell (Linux)
                                            Podcasts: Kasts (Linux), iCatcher (iOS)
                                            Notes & Tasks: Joplin (iOS, Linux)

                                            Current Issues:
                                            Music: @manetmusic still got the blurred cover issue - made me swap to . Not as beautiful but reliable.

                                              [?]Christian » 🌐
                                              @chris@social.uggs.io

                                              Comint along nicley. So far 100% correct detection. While using very few api calls.

                                                [?]Luka Manestar » 🌐
                                                @rusty1281@fosstodon.org

                                                I will just put this info here in case anyone has missed a 40% offer for subscriptions.

                                                Lifetime now for €137 down from €230!

                                                plex.tv

                                                  [?]Blabla Linux » 🌐
                                                  @blablalinux@mastodon.blablalinux.be

                                                  Boostez votre Proxmox ! 🚀

                                                  Fini les manipulations complexes de scripts. Cette interface web moderne (Next.js/React) vous permet de gérer les scripts communautaires PVE du bout des doigts. Un must-have ! ✨

                                                  ➡️ Le Repo: github.com/community-scripts/P

                                                    AodeRelay boosted

                                                    [?]nocci [cyberpunk'd] » 🌐
                                                    @nocci@punk.cyber77.de

                                                    Ich habe heute einen Newsletter von https://addy.io/ erhalten.
                                                    Black Friday und so...

                                                    Hab mich daran erinnert, dass ich das ja mal selbst hosten wollte.
                                                    Ja nun... sagen wir so: Geld gespart! ​:cute:

                                                      AodeRelay boosted

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

                                                      [?]Saaste » 🌐
                                                      @saaste@mementomori.social

                                                      Tuli tuossa intterwebsejä selaillessa vastaan pari mielenkiintoista avoimen lähdekoodin projektia, jotka voi hostata itse. Täytynee jossakin välissä ottaa testiin.

                                                      Bichon on sähköpostien varmuuskopiointityökalu, jossa on sisäänrakennettu hakutoiminnallisuus ja varsin asiallinen web-käyttöliittymä. Vaikuttaa sähköpostilaatikolta ilman lähetysmahdollisuutta.

                                                      github.com/rustmailer/bichon

                                                      Zerobyte puolestaan on tiedostojen varmuuskopiontityökalu, jonka voi pyöräyttää käyntiin Dockerissa ja jonka hallinta tapahtuu web-käyttöliittymän kautta.

                                                      github.com/nicotsx/zerobyte

                                                      [?]Franz Graf » 🌐
                                                      @hikingdude@mastodon.social

                                                      Transferred my notes to .
                                                      Another service I don't use any more. Joplin doesn't have all the features as oneNote - but it looks like it has everything I need.

                                                      Now it's time to test it in real life.

                                                      This can really become addictive...

                                                        AodeRelay boosted

                                                        [?]*|FNAME|*:kami: » 🌐
                                                        @fname@kamloops.social


                                                        Interested in hearing about people’s backup strategies and methods they use for their Mastodon instances.

                                                          [?]Fossery Tech :debian: :gnome: » 🌐
                                                          @fosserytech@social.linux.pizza

                                                          (more Linux and FOSS news in previous posts of thread)

                                                          Immich v2.3.0 updates OCR languages and fixes iOS freeze:
                                                          alternativeto.net/news/2025/11

                                                          Python Developers Looking At Introducing The Rust Programming Language In CPython:
                                                          phoronix.com/news/Proposal-Rus
                                                          (Incorporating Rust to another programming language? Why?)

                                                          Git 2.52 Released With More Preparations Toward Git 3.0:
                                                          phoronix.com/news/Git-2.52-Rel

                                                          PHP 8.5 Released With New Pipe Operator, New URI Extension & Clone With:
                                                          phoronix.com/news/PHP-8.5-Rele

                                                          Angular v21 brings experimental Signal Forms, Aria preview, and Vitest support:
                                                          alternativeto.net/news/2025/11

                                                          GCC 16 Compiler Now Ready For AVX10.2 & APX With Intel Nova Lake:
                                                          phoronix.com/news/Nova-Lake-GC

                                                          GCC Patch Enables Support For The Rust-Based Wild Linker:
                                                          phoronix.com/news/GCC-Patch-Wi

                                                          GCC Developer Discovers "Our Codebase Isn't Fully C++20 Ready":
                                                          phoronix.com/news/GCC-Fix-CPP2

                                                          GCC Steering Committee Allows New Language Front-End To Land For GCC 16:
                                                          phoronix.com/news/GCC-Allowing

                                                          C# 14 arrives: extension members and cleaner syntax lead the update:
                                                          alternativeto.net/news/2025/11

                                                          FreeBSD 15.0-RC1 Brings Build Fixes For Google Cloud & Azure, Base Repository Changes:
                                                          phoronix.com/news/FreeBSD-15.0

                                                          FreeBSD 15.0-RC3 Ships Latest OpenZFS, KDE Dropped From DVD ISO Due To Size Constraints:
                                                          phoronix.com/news/FreeBSD-15.0

                                                          Enshittification of Arduino Begins? Qualcomm Starts Clamping Down:
                                                          itsfoss.com/news/enshittificat

                                                          Sovereign Tech Fund Hiring A New Leader For Driving Open-Source Funding:
                                                          phoronix.com/news/STF-Hiring-N

                                                          Deploy Your Thanksgiving Dinner with Cranberry sOSS:
                                                          itsfoss.com/cranberry-soss/
                                                          (Fun one. Although most devs would probably be more happy if they received money instead of some jam, but I mean it's still something lol)