I think everybody on here is constantly keeping an eye out for what to host next. Sometimes you spinup something which chugs along nicely but sometimes you find out you’ve been missing out.

For me it’s not very refreshing or new: Paperless-ngx. Never thought I would add all my administration to it. But it’s great. I probably can’t find the thing I need, but I should have a record of every mail or letter I’ve gotten. Close second is Wanderer. But I would like to have a little bit more features like adding recorded routes to view speed and compare with previous walks. But that’s not what it is intended for.

What is that service for you?

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    60
    ·
    2 days ago

    Forgejo. There are so many things that can use a git repo but I don’t want to have them out in the wild, so I host them myself, safe and sound behind my firewall.

    I also mirror other github forks so they don’t go away whenever those services decide to rugpull them.

    • thequickben@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I host foregejo, but I have a small problem. I can’t get my ssh keys to work for cloning repos. I can’t only use https.

      • jonathan@lemmy.zip
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 days ago

        Is port 22 accessible and pointed at it? You could also run it on an alternate port and specify that port in your ssh config.

        • thequickben@lemm.ee
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          2 days ago

          I’m using a different port and have it in my config. Sadly that didn’t work too 😭

          • kjetil@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 days ago

            In both client config and forgejo config? And docker config?

            It’s working for me, but I had to add a config to my ~/.ssh/config file

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        I run it in a docker on zfs so snapshots backed up to PBS seem pretty bulletproof.

      • mesamunefire@piefed.social
        link
        fedilink
        English
        arrow-up
        9
        ·
        2 days ago

        There’s automation and you can do it manually if needed. For example I have a couple of emulators that pull every 24 hours from GitHub just in case nint tendo gets a little lawsuit heavy. I also have one offs from GitHub that pull down when I want.

        You can also mirror a public repo from GitHub into a private repo so it does not gets indexed/ai trained.