Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. I've cleaned up my Raspberry Pi selfhosting setup a bit.

I've cleaned up my Raspberry Pi selfhosting setup a bit.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
selfhostingraspberrypinextcloudimmichvaultwarden
6 Indlæg 4 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • mjack@mastodon.bsd.cafeM This user is from outside of this forum
    mjack@mastodon.bsd.cafeM This user is from outside of this forum
    mjack@mastodon.bsd.cafe
    wrote sidst redigeret af mjack@mastodon.bsd.cafe
    #1

    I've cleaned up my Raspberry Pi selfhosting setup a bit. I'm using two, each in an Argon ONE V5 case with a 1TB NVME drive, running Raspberry Pi OS.

    'one' is serving Nextcloud All-in-one, Immich and Vaultwarden via a Caddy reverse-proxy. All using Docker containers, Caddy as a custom build with my domain DNS provider added.

    'two' is used as remote borg backup destination for 'one', and later a few monitoring tools.

    All three sites are using a wildcard certificate for my domain, and I connect via WireGuard (on the router) when away from home.

    Path of least resistance:

    I've tried Podman, AlmaLinux, and running a manual install of Nextcloud on Ubuntu. This setup follows recommended installations methods, and gives me fewer things to worry about.

    #selfhosting #raspberrypi #nextcloud #immich #vaultwarden #caddy #wireguard

    zolaris@mastodon.illumos.cafeZ homelabista@mastodon.socialH ludman1@social.tchncs.deL 3 Replies Last reply
    0
    • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

      I've cleaned up my Raspberry Pi selfhosting setup a bit. I'm using two, each in an Argon ONE V5 case with a 1TB NVME drive, running Raspberry Pi OS.

      'one' is serving Nextcloud All-in-one, Immich and Vaultwarden via a Caddy reverse-proxy. All using Docker containers, Caddy as a custom build with my domain DNS provider added.

      'two' is used as remote borg backup destination for 'one', and later a few monitoring tools.

      All three sites are using a wildcard certificate for my domain, and I connect via WireGuard (on the router) when away from home.

      Path of least resistance:

      I've tried Podman, AlmaLinux, and running a manual install of Nextcloud on Ubuntu. This setup follows recommended installations methods, and gives me fewer things to worry about.

      #selfhosting #raspberrypi #nextcloud #immich #vaultwarden #caddy #wireguard

      zolaris@mastodon.illumos.cafeZ This user is from outside of this forum
      zolaris@mastodon.illumos.cafeZ This user is from outside of this forum
      zolaris@mastodon.illumos.cafe
      wrote sidst redigeret af
      #2

      @mjack I have did a similar one,but using OmniOS (on x86-64), Haproxy, and zrepl.

      1 Reply Last reply
      0
      • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

        I've cleaned up my Raspberry Pi selfhosting setup a bit. I'm using two, each in an Argon ONE V5 case with a 1TB NVME drive, running Raspberry Pi OS.

        'one' is serving Nextcloud All-in-one, Immich and Vaultwarden via a Caddy reverse-proxy. All using Docker containers, Caddy as a custom build with my domain DNS provider added.

        'two' is used as remote borg backup destination for 'one', and later a few monitoring tools.

        All three sites are using a wildcard certificate for my domain, and I connect via WireGuard (on the router) when away from home.

        Path of least resistance:

        I've tried Podman, AlmaLinux, and running a manual install of Nextcloud on Ubuntu. This setup follows recommended installations methods, and gives me fewer things to worry about.

        #selfhosting #raspberrypi #nextcloud #immich #vaultwarden #caddy #wireguard

        homelabista@mastodon.socialH This user is from outside of this forum
        homelabista@mastodon.socialH This user is from outside of this forum
        homelabista@mastodon.social
        wrote sidst redigeret af
        #3

        That's a tidy stack to run off a single Pi. How did Immich's first library scan land on the NVMe? The thumbnail + smart-search indexing pass is the one I always brace for.

        mjack@mastodon.bsd.cafeM 1 Reply Last reply
        0
        • homelabista@mastodon.socialH homelabista@mastodon.social

          That's a tidy stack to run off a single Pi. How did Immich's first library scan land on the NVMe? The thumbnail + smart-search indexing pass is the one I always brace for.

          mjack@mastodon.bsd.cafeM This user is from outside of this forum
          mjack@mastodon.bsd.cafeM This user is from outside of this forum
          mjack@mastodon.bsd.cafe
          wrote sidst redigeret af
          #4

          @homelabista

          Yeah, I noticed that when using podman: load at about 5 (with 4 cores) for more than 30 minutes. In the end I did a hard reboot (unplug power, apply power). I didn't notice it with the docker setup, but maybe I wasn't paying attention when it happened.

          1 Reply Last reply
          0
          • mjack@mastodon.bsd.cafeM mjack@mastodon.bsd.cafe

            I've cleaned up my Raspberry Pi selfhosting setup a bit. I'm using two, each in an Argon ONE V5 case with a 1TB NVME drive, running Raspberry Pi OS.

            'one' is serving Nextcloud All-in-one, Immich and Vaultwarden via a Caddy reverse-proxy. All using Docker containers, Caddy as a custom build with my domain DNS provider added.

            'two' is used as remote borg backup destination for 'one', and later a few monitoring tools.

            All three sites are using a wildcard certificate for my domain, and I connect via WireGuard (on the router) when away from home.

            Path of least resistance:

            I've tried Podman, AlmaLinux, and running a manual install of Nextcloud on Ubuntu. This setup follows recommended installations methods, and gives me fewer things to worry about.

            #selfhosting #raspberrypi #nextcloud #immich #vaultwarden #caddy #wireguard

            ludman1@social.tchncs.deL This user is from outside of this forum
            ludman1@social.tchncs.deL This user is from outside of this forum
            ludman1@social.tchncs.de
            wrote sidst redigeret af
            #5

            @mjack

            Are you using 'two' just to hold backups?

            Or you can switch to point to 'two' and continue serving the services when 'one' is down?

            I have a setup with 4 x Pi5. And any of them holds the same. They replicate from 'current primary'. They are also in 4 diff locations (lets say my 4 homes 🙂 )
            And I can switch from one to another when primary is down.

            mjack@mastodon.bsd.cafeM 1 Reply Last reply
            0
            • ludman1@social.tchncs.deL ludman1@social.tchncs.de

              @mjack

              Are you using 'two' just to hold backups?

              Or you can switch to point to 'two' and continue serving the services when 'one' is down?

              I have a setup with 4 x Pi5. And any of them holds the same. They replicate from 'current primary'. They are also in 4 diff locations (lets say my 4 homes 🙂 )
              And I can switch from one to another when primary is down.

              mjack@mastodon.bsd.cafeM This user is from outside of this forum
              mjack@mastodon.bsd.cafeM This user is from outside of this forum
              mjack@mastodon.bsd.cafe
              wrote sidst redigeret af
              #6

              @ludman1

              Right now 'two' is only used for backups, but I know about swarm mode, and might explore it later.

              I'm used to a similar setup from Proxmox, where you can use a (maybe less beafy) node to take over when doing maintenance.

              My main concern right now is simplicity. Except for vim and borgbackup, 'two' is just the basic OS.

              1 Reply Last reply
              0
              Svar
              • Svar som emne
              Login for at svare
              • Ældste til nyeste
              • Nyeste til ældste
              • Most Votes


              • Log ind

              • Har du ikke en konto? Tilmeld

              • Login or register to search.
              Powered by NodeBB Contributors
              Graciously hosted by data.coop
              • First post
                Last post
              0
              • Hjem
              • Seneste
              • Etiketter
              • Populære
              • Verden
              • Bruger
              • Grupper