this post was submitted on 25 Jan 2025
505 points (99.2% liked)

Selfhosted

60093 readers
730 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] ikidd@lemmy.world 62 points 1 year ago (3 children)

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 4 points 1 year ago (2 children)

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 5 points 1 year ago (1 children)

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 3 points 1 year ago (1 children)

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

[–] kjetil@lemmy.world 3 points 1 year ago (1 children)

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

[–] thequickben@lemm.ee 3 points 1 year ago

I’ll check my docker config when I get home to make sure.

[–] ikidd@lemmy.world 3 points 1 year ago

I use API tokens. Seems to work fine for mirroring.

[–] bitwolf@sh.itjust.works 2 points 1 year ago (1 children)

Do you manually mirror and keep the forks up to date? Or is there an automation for it?

[–] mesamunefire@piefed.social 9 points 1 year 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.

[–] fine_sandy_bottom@discuss.tchncs.de 1 points 1 year ago (1 children)

I started with gitea but found it difficult to backup. I've been using gogs for a while now and find it minimal and easy to administrate.

[–] ikidd@lemmy.world 1 points 1 year ago

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