this post was submitted on 16 Sep 2025
76 points (98.7% liked)

Selfhosted

60210 readers
647 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I've been recently dabbling on rust, and I am have been mostly doing that on my laptop. However, I also have a desktop and once in a while I would like to resume my stuff from the laptop, but without manual file transfers.

I know git by design does this, but I would like to use my current docker setup with Ubuntu server to have a very simple git server.

What would be the simplest git server to have in this situation? Keep in mind I am not planning to expose none of this to the internet

you are viewing a single comment's thread
view the rest of the comments
[–] portnull@lemmy.dbzer0.com 16 points 9 months ago (1 children)
[–] sylphio@lemmy.ml 1 points 9 months ago (2 children)

Do you have any experience with it? I am curious about it and wonder how is the usability in its current state. I have not seen any independent review or feedback about it yet.

[–] portnull@lemmy.dbzer0.com 3 points 9 months ago

I use it for my personal projects and its perfectly usuable. If you want people to contribute you'll just have to do it the old fashioned email patch way. You can use RSA keys but it requires a little fiddling. I've used them but needed to massage something. Now I just use ed keys. The SSH ui is perfectly fine. Your repos are stored as bare repos on the server in the configured directory. So they are easily backed up as regular files. It also supporta LFS.

Let me knownif you have any other questions

[–] todotoro@midwest.social 2 points 9 months ago* (last edited 9 months ago)

Happy to oblige your request stranger.

Softserve is perfectly usable, especially if your needs are more basic (its for you, no need for PRs, etc). The only gotcha is you'll need a ed55219 key to use it.

It has been stable for me the last few years I've known about it. Ive run it as a container of some sort for that entire time. It's definitely still maturing though, with more features added semi frequently.

I use it for literally everything I want self hosted, which is like 7-8 git repos for different things.