Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Selfhosted
  3. Selfhosting Sunday - What's up?

Selfhosting Sunday - What's up?

Scheduled Pinned Locked Moved Selfhosted
selfhosted
149 Posts 78 Posters 834 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T [email protected]

    I really like the idea of containers, it def solves my problems of running multiple services in the host OS. I’d like to build my own containers to pull the few “bare metal” services I’ll have outside of docker. Anyway, I’ll keep podman in the back of my head.

    One thing I’m already happy I did was create a docker directory and having sub directories keep all of my container volumes separate. Should make backing things up easier as well.

    S This user is from outside of this forum
    S This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #81

    Yeah, containers are great! It's really nice knowing exactly which directories to move if I need to rebalance my services onto other hardware or something.

    Most of my services are on my NAS, so I have this setup:

    • /srv/nas/<folder> - everything here is on my RAID, and offsite backups look here (and exclude certain directories to save on cost
    • /home/<user>/containers - my git repo with configs, sans passwords/keys
    • configs w/keys live in my password manager

    Disaster recovery should be as simple as:

    1. Copy my data from backup into /srv/nas
    2. Clone my container repo
    3. Copy env files to their respective locations
    4. Run a script to get things set up

    I use specific container versions, so I should get exactly the same setup.

    I'm going to be reinstalling my NAS soon (boot drive is getting old), so we'll see how this process works, though I'll skip step 1 since I'm keeping the drives.

    1 Reply Last reply
    0
    • S [email protected]

      My machine is not a workhorse. I got it second hand. It has around 8gb of RAM, and an 80gb HDD I found in a laptop.

      But it's enough to work as a testbed, so it's fine with me.

      irmadlad@lemmy.worldI This user is from outside of this forum
      irmadlad@lemmy.worldI This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #82

      This is the home lab creed: You do with what you have. Before I accumulated a bit of equipment, I've used laptops, RPi, minicomputers, at one time I had a cluster of Wyse thin clients bootstrapped together.

      1 Reply Last reply
      0
      • I [email protected]

        Doing that switch soon.

        Plex doesn't do hw accel well, which kind of defeats the purpose.

        kate@lemmy.uhhoh.comK This user is from outside of this forum
        kate@lemmy.uhhoh.comK This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #83

        Setting up HW accel on Jellyfin was a bit more manual than a single checkbox. You have to tell it which codecs it should HW decode and encode. I had some issues with it so left it off for now

        1 Reply Last reply
        0
        • T [email protected]

          What's up, what's down and what are you not sure about?

          Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

          S This user is from outside of this forum
          S This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #84

          Finally got around to trying what @[email protected] recommended me to troubleshoot my scanner sending to FTP. And I got it working! Thanks chaospatterns!

          1 Reply Last reply
          0
          • sixty@sh.itjust.worksS [email protected]

            Found out that docker volumes are important after restarting my server 🙃

            P This user is from outside of this forum
            P This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #85

            Am I mistaken that docker creates temporary volumes with a nondescript name and you can potentially dig up the volumes that were being used in /var/lib/docker/volumes?

            1 Reply Last reply
            0
            • T [email protected]

              What's up, what's down and what are you not sure about?

              Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

              Q This user is from outside of this forum
              Q This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #86

              I fixed DNS

              (My DNS queries were blocked by my ISP's modem, I flashed OpenWRT on an old WiFi Repeater, and set up a DoH proxy)

              1 Reply Last reply
              0
              • T [email protected]

                It kind of amazes me that, in this day and age, email has turned out to be the lynchpin of security. Email as a 2FA endpoint. Email password reset systems. If email is compromised, everything else falls. They used to tell us not to put anything in email that you wouldn't put on a postcard...how did this happen?

                dan@upvote.auD This user is from outside of this forum
                dan@upvote.auD This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #87

                That and email protocols are outdated and aren't too secure. For example:

                • Neither SMTP nor IMAP have no way to use two factor authentication.
                • Spam blocking is so hard because SMTP was not designed with it in mind.
                • SMTP has no way to do end-to-end encryption which is why you need to layer things like GPG on top.

                IMAP has a modern replacement in JMAP, but it's not widespread. SMTP is practically impossible to replace since it's how email servers communicate with each other.

                The "solution" has been for companies to make their own proprietary protocols and apps, for example the Gmail and Outlook apps combined with a Gmail or Microsoft 365 account respectively.

                1 Reply Last reply
                0
                • R [email protected]

                  I’m trying to figure out a basic CRM for my local sports club. I use docker to self host a voting platform called RALLLY that we use a lot and enjoy. If people can recommend a CRM I’d give it a go today. I tried a platform called twenty yesterday but couldn’t get it off the ground

                  S This user is from outside of this forum
                  S This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #88

                  Consider reviewing odoo, I last looked at them when they were known as openERP, I know one guy that runs it and is happy. It might be a bit much if you just want a CRM...

                  1 Reply Last reply
                  0
                  • S [email protected]

                    I'm considering Keycloak myself because it's trusted by security professionals (I think it's a RedHat project), whereas Authentik is basically a passion project.

                    S This user is from outside of this forum
                    S This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #89

                    I hear keycloak has quarkus builds as well these days which should be much slimmer than how it used to be built.

                    S 1 Reply Last reply
                    0
                    • S [email protected]

                      I hear keycloak has quarkus builds as well these days which should be much slimmer than how it used to be built.

                      S This user is from outside of this forum
                      S This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #90

                      I hadn't heard of it, and looking into quarkus just reminded me of how complicated the whole Java ecosystem is. Gross.

                      Hosting Go, Rust, etc stuff is dead simple, but with Java, there's all this complexity...

                      dan@upvote.auD 1 Reply Last reply
                      0
                      • T [email protected]

                        What's up, what's down and what are you not sure about?

                        Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

                        V This user is from outside of this forum
                        V This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #91

                        I've just set up Wireguard, so I can access my home network from everywhere, but the old laptop that I wanted to use as a server has just quit. So now I have to find a different machine

                        jagged_circle@feddit.nlJ 1 Reply Last reply
                        0
                        • T [email protected]

                          What's up, what's down and what are you not sure about?

                          Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

                          ? Offline
                          ? Offline
                          Guest
                          wrote on last edited by
                          #92

                          I had to reboot my Proxmox server after applying powertop --auto-tune. All was fine with every advised tweak but touching the Lan interfaces was not a great idea

                          T 1 Reply Last reply
                          0
                          • T [email protected]

                            What's up, what's down and what are you not sure about?

                            Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

                            ? Offline
                            ? Offline
                            Guest
                            wrote on last edited by
                            #93

                            I set up my own Lemmy server, mastodon, and matrix. Finally making the move off centralized social media and communication platforms

                            T ? 2 Replies Last reply
                            0
                            • kate@lemmy.uhhoh.comK [email protected]

                              Finally switched from plex to jellyfin, seems to be ok so far. Needed to make some small scripts for metadata management but it's running smoothly. Finally decided I'm hosting enough software with user accounts that I've made an authentik instance for SSO with each (ofc jellyfin first)

                              atheartengineer@lemmy.worldA This user is from outside of this forum
                              atheartengineer@lemmy.worldA This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #94

                              The only feature I want that jellyfin doesn't have (or I haven't found it) is shuffle. Throwing on how it's made or mythbusters on shuffle is great background stuff.

                              jagged_circle@feddit.nlJ ironkrill@lemmy.caI 2 Replies Last reply
                              0
                              • K [email protected]

                                As we received new network hardware from our ISP, and inevitably are getting a new IP address again with that, I'm looking into setting up a DDNS. I've wanted to check out DuckDNS. They run their (free) service on AWS CE2 instances, though, and as I am currently also trying to end my reliance on Google and Amazon, I've got some more digging to do. If anyone has a good, European (or heck, federated?) solution, hmu!

                                S This user is from outside of this forum
                                S This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #95

                                I've been using DuckDNS on a multiple platforms for a couple of years and it works great. Never had a problem.

                                1 Reply Last reply
                                0
                                • ? Guest

                                  I set up my own Lemmy server, mastodon, and matrix. Finally making the move off centralized social media and communication platforms

                                  T This user is from outside of this forum
                                  T This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #96

                                  Nice! Hosting your own Fedi stuff feels great.

                                  1 Reply Last reply
                                  0
                                  • ? Guest

                                    I had to reboot my Proxmox server after applying powertop --auto-tune. All was fine with every advised tweak but touching the Lan interfaces was not a great idea

                                    T This user is from outside of this forum
                                    T This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #97

                                    Did autotune touch the interfaces?

                                    ? 1 Reply Last reply
                                    0
                                    • R [email protected]

                                      I'm using the rb5009 but im using RouterOS not openwrt. Any reason why you'd want to do that?

                                      I personally think if you're buying a purpose built hardware and then putting your own software on it, you should move to a mini computer with OpnSense.

                                      S This user is from outside of this forum
                                      S This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #98

                                      In my experience mini computers don't handle power failures nearly as well as purpose-built hardware.

                                      After several power failures the SSD on my Raspberry Pi became so corrupted it wouldn't boot, and I was 250 miles away at the time and lost access to my home network for weeks. Overlay file systems work but are a PITA to maintain. By contrast my routers have never had a problem even with repeated power failures, so instead of relying on the Pi I've moved my DNS and Wireguard servers to my router.

                                      Besides adding a UPS, how do you deal with power failures? Are you somewhere where they're not much of a problem?

                                      R 1 Reply Last reply
                                      0
                                      • T [email protected]

                                        Did autotune touch the interfaces?

                                        ? Offline
                                        ? Offline
                                        Guest
                                        wrote on last edited by
                                        #99

                                        Yes, it applies some power-saving settings to both my interfaces, then I lose the connection in the following 10 seconds.
                                        I should screencap the commands for all the other settings and prepare a custom script that wouldn't touch my network

                                        1 Reply Last reply
                                        0
                                        • T [email protected]

                                          What's up, what's down and what are you not sure about?

                                          Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

                                          M This user is from outside of this forum
                                          M This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #100

                                          Got my jetKVM in the mail yesterday. Really sleek build and software. Liking it a lot so far.

                                          Migrated my network to a router running openwrt this past week as well. Having issues with avahi-daemon crash looping, so I haven't been able to get mdns working in between networks 🤷

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups