gitlab alternative that supports groups/hierarchies to organize repositories?

Our gitlab installation refused to upgrade again (migration scripts not working and wrecking the database) quite some time ago and it is time to address the matter as that jail still lingers on 13.2-RELEASE (the instance is exclusively accessible from within a local VLAN).
This would be the fourth time in 3 years I'd have to migrate all data to yet another new installaiton *by hand*, because there is still no way to just backup/restore user data across versions. Instead I finally want to replace that overly fragile and bloated piece of software.

The reason why I haven't migrated to another (simpler) solution long ago:
Apart from some ports and internal projects, that server is mainly used for configuration and documentation of networking services/gear and servers. To somewhat organize this in a sensible manner, repositories are placed in groups and sub-groups (i.e. organized like directories on a filesystem) and servers/jails only have access to groups they actually need.
E.g. there's a group "network" with sub-groups "nameserves", "gateways", "dhcp", "switches"... which then hold the actual repositories (e.g. 'ns-master' and 'ns-slaves' in 'nameservers') or more sub-groups (e.g. for each branch). Servers and Jails that need access to repositories have a user created with their ssh-keys configured (e.g. 'branchA-ns1'). A user for a nameserver only gets access to either ns-master or ns-slaves repository from which it pulls configuration updates, but a jailhost on which nameservers are initially installed gets access to the whole "nameservers" group (and e.g. "dhcp") or even the whole top-level group "network".


There are plenty of git-based RCS web-frontends available, but I haven't found one that offers this particular feature to organize repositories - pretty much all of them just hold a flat hierachy for each user. I've tried mapping the current hierarchy to users and organizations, but this became an absolute mess and didn't serve the purposes I use this hierarchy for (i.e. 'ease of finding stuff' and 'only granting access to specific parts of the hierarchy').

So what I'm looking for are recommendations for "code forges"/"development platform"/"call it what you want its a web frontend that runs git in the background" that might be able to reproduce such a hierarchy of repositories and access rights. Recommendations on how to solve this without hierarchies are also welcome - I've used this system of organization for ~5 years now, so I'm pretty much blind by now on how this could be organized differently (maybe even better?).
I'm sure there are some gems out there (I just recently discovered forgejo which I might replace my private gitea instance with), but as with other types of software: with all search engines poisoned to the brim by the 'big players' it became quite hard to find those gems...
 
Gitlab EE can. But yeah, you really, really need to keep up with updates on Gitlab. Diverge too much, skip too many versions and you're going to have some serious issues getting it back up to date.
 
Gitlab EE can. But yeah, you really, really need to keep up with updates on Gitlab. Diverge too much, skip too many versions and you're going to have some serious issues getting it back up to date.
I am aware of that - but I couldn't even update to the next minor release... Given that this was the fourth time it blew up I got fed up and let it just run with the old version (as said: it's only accessible from within the mgmt VLAN). I'd like to get rid of that ancient jail though, so it's finally time to also get rid of gitlab...
 
Redmine supports organization hierarchies, although its SCM integration is only an addon. It's not built around it.

GitLab is basically provided as a service now and that's how they make money. The code is tailored for them and the self hosted edition with trimmed functionality is thrown over the wall every so often.
 
How are the other free Forge-type software doing? Wikipedia lists a few https://en.wikipedia.org/wiki/Forge_(software)
I've heard about some (gitea, gogs) while a lot of the others are unknown to me.

as i've written in the first post: I haven't found one that supports hierachies to organize projects/repositories. gitea definitely doesn't; I'm running it at home for my personal projects...

Matlib redmine looks promising, thanks. I'll take a look at it.
 
Back
Top