←back to thread

160 points MattIPv4 | 7 comments | | HN request time: 1.133s | source | bottom
Show context
sschueller ◴[] No.36407473[source]
If gitlab keeps up with this hostility even towards paying customer a fork will be incoming sooner than later.
replies(4): >>36407527 #>>36407545 #>>36407837 #>>36407964 #
1. mschuster91 ◴[] No.36407545[source]
You can always run a GitLab CE instance on your own, takes less than five minutes to set up at any Docker hosting provider you want.
replies(2): >>36407603 #>>36407702 #
2. andrewstuart2 ◴[] No.36407603[source]
I've been hosting my own GitLab for nearly 10 years, and it's been amazing and has grown with my environment really, really well.
3. LeSaucy ◴[] No.36407702[source]
These are limited to 10 active users are they not?
replies(2): >>36407768 #>>36407780 #
4. TheRealPomax ◴[] No.36407768[source]
There are no limits when self-hosting.
replies(1): >>36408078 #
5. mschuster91 ◴[] No.36407780[source]
No. They're fine for at least 300 users (which is the case in an instance I run) and you can connect it with Keycloak and LDAP for SSO.

You don't get SSO user-group mappings in CE, but heh, if you use Terraform that is easy enough to manage manually even at that size.

6. __jonas ◴[] No.36408078{3}[source]
Last time I looked into Gitlab CE I decided not to go with it because there is no pull mirroring outside of their Premium offering, I would consider this a limit.

https://docs.gitlab.com/ee/user/project/repository/mirror/pu...

replies(1): >>36411502 #
7. TheRealPomax ◴[] No.36411502{4}[source]
Limits are not features. There are no limits on number of users, number of repos, etc. etc. However, you're fairly obviously not getting any of the features that are in the paid tiers of gitlab's own offering. It's open core[1], rather than just open source.

[1] https://about.gitlab.com/blog/2016/07/20/gitlab-is-open-core...