this post was submitted on 04 Oct 2025
26 points (96.4% liked)

Selfhosted

59955 readers
482 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a n100 server running proxmox and asustor drivestor2 pro nas.

I would like to setup a low maintenance git platform (with lfs) with backups for all of my code.

My current plan is to host forgejo and Postgres as lxc using the helperscripts installs and then store proxmox backups using the inbuilt backup tool via nfs on the nas. I am new to forgejo but heard that it uses much fewer resources than gitlab, which I am hosting in my job and have therefore more experience with.

Instead of lxc I could also host it in a vm and docker.

The n100 mainboard (asrock n100 dc itx) is a bit unstable, so backups that are easy to recover are important to me.

I want my setup to draw little power, that’s why I think gitlab and proxmox backup server are overkill.

I would also like to extend the setup with immich at some point, so anything that facilitates this would be best.

Any comments or suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] Evilschnuff@feddit.org 1 points 8 months ago (3 children)

But that means that the database is running on nfs, right? I read that this is not recommended due to locking issues and roundtime latency.

[–] Mondez@lemdro.id 3 points 8 months ago

You can run a separate db server using local storage and use NFS only for the data volumes for the applications themselves.

[–] credics@sh.itjust.works 1 points 8 months ago

Yes. I didn’t have any problems so far. I guess, it’s because all my services are used by around four people, so the load is pretty low.

[–] rjc@lemmy.world 0 points 8 months ago

Forgejo can run with Sqllite if you're just hosting a small instance for your own purposes.