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.
  • S [email protected]

    Absolutely. I used Tailscale for a bit because I didn't want to get a VPS (I'm behind CGNAT), but I needed to expose a handful of services and use my own domain name, and I couldn't figure that out w/ Tailscale. So I bought a cheap VPS and configured WireGuard on it to get into my LAN and I'm much happier.

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

    I'm considering going this route - just to hide my (static) home IP.

    What's the rough sizing I'd need for a VPS? I'm guessing the smallest possible, but with the best / unlimited data usage?

    S 1 Reply Last reply
    0
    • ? Guest

      Ive been using Zola for a bit now and love it. Very simplistic. Could be worth a look but simple pages can be html or markdown. Couldnt be much simpler. Super fast to build

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

      I will look into that too, thank you for the suggestion

      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.

        sixty@sh.itjust.worksS This user is from outside of this forum
        sixty@sh.itjust.worksS This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #76

        Found out that docker volumes are important after restarting my server šŸ™ƒ

        E P 2 Replies Last reply
        0
        • sixty@sh.itjust.worksS [email protected]

          Found out that docker volumes are important after restarting my server šŸ™ƒ

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

          That’s a mistake you only make once!

          I 1 Reply Last reply
          0
          • E [email protected]

            That’s a mistake you only make once!

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

            Meh, made it a few times.

            Some images treat volumes differently .

            Looking at you, nextcloud.

            1 Reply Last reply
            0
            • N [email protected]

              Side question, but where are you hearing this about incus?

              I'm wrapping up 9 years of using proxmox and I have very specific reasons for switching to incus, but I this is the third time I'm fielding questions in the last month about incus.

              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
              #79

              I read a lot. LOL I might not understand it all, but I read TBs of articles and stuff.

              1 Reply Last reply
              0
              • C [email protected]

                I'm considering going this route - just to hide my (static) home IP.

                What's the rough sizing I'd need for a VPS? I'm guessing the smallest possible, but with the best / unlimited data usage?

                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
                #80

                That really depends on your use case. I use very little transfer because most of my usage is within my LAN. I set up a DNS server (built in to my router) to resolve my domains to my local servers, and all the TLS happens on my local server, so it never goes out to the VPS. So I only need enough transfer for when I'm outside my house.

                Here's my setup:

                • VPS - WireGuard and HAProxy - sni-based routing
                • router - static DNS for local services
                • local servers - TLS trunking and services

                My devices use my network's DNS, but if that fails, they fall back to some external DNS and route traffic through the VPS.

                VPSs without data caps tend to have worse speeds because they attract people who will use more transfer. I think it's better to find one with a transfer cap that's sufficient for your needs, so things stay fast. I use Hetzner, which has generous caps in the EU (20TB across the board) and good enough for me caps in the US (1TB base scales with instance size and can buy extra). Most of my use outside my house is showing something off every now and them, or accessing some small files or uploading something (transfer limits are only for outgoing data).

                C 1 Reply Last reply
                0
                • 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
                                          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