461
submitted 7 months ago by vivi@lemmy.ml to c/linux@lemmy.ml

If your IP (and possible your browser) looks "suspicious" or has been used by other users before, you need to add additional information for registration on gitlab.com, which includes your mobile phone number and possibly credit card information. Since it is not possible to contribute or even report issues on open source projects without doing so, I do not think any open source project should use this service until they change that.

Screenshot: https://i.ibb.co/XsfcfHf/gitlab.png

you are viewing a single comment's thread
view the rest of the comments
[-] delirious_owl@discuss.online 23 points 7 months ago
[-] wewbull@feddit.uk 47 points 7 months ago
[-] thejevans@lemmy.ml 12 points 7 months ago

I would LOVE to switch to codeberg for work, but my work requires that all data be hosted in the US, so I recently pitched GitLab as an alternative to GitHub, even though it's not perfect.

[-] zygo_histo_morpheus@programming.dev 10 points 7 months ago

For work gitlab is fine, I'm sure your company can get the accounts verified for example. At least it's not microsoft

[-] ReakDuck@lemmy.ml 9 points 7 months ago

Wait. Wtf does it need to be US specifically? So the goverment has full access to the data or what?

[-] Andrenikous@lemm.ee 8 points 7 months ago

Probably so other governments don’t have full access.

[-] ReakDuck@lemmy.ml 0 points 7 months ago

Well, EU or some countries like Switzerland dont allow themselves access to the service.

[-] peasntanks@lemmy.ml 2 points 7 months ago

Export controls or legal compliance, most likely. Export controls because the code may be a protected technology, or compliance because the company doesn't have gdpr or some other legal framework.

[-] wewbull@feddit.uk 6 points 7 months ago

In which case, get your code off the net and use Forgejo to get your own instance, same as codeberg. If hosting location is a real issue, bring it home.

[-] thejevans@lemmy.ml 4 points 7 months ago

That's eventually the plan, but I expect that process to take on the order of a year, unfortunately.

[-] uis@lemmy.world 0 points 7 months ago

git clone and say that code is on your computer

[-] pastermil@sh.itjust.works 3 points 7 months ago

What's your experience like with this? I'm seriously considering Gitlab & Github alternative.

[-] marty_relaxes@discuss.tchncs.de 7 points 7 months ago* (last edited 7 months ago)

Codeberg the community is very nice with strong focus on the right to privacy and free software, which I feel reflects itself especially in a lot of copylefted projects on the service.

Codeberg the collaboration platform is in my epxerience by the simple fact of critical mass quite a bit less 'collaborative' for many projects. There's a couple projects with tight communities, and a lot of single dev projects with maybe a drive-by PR.

Codeberg the software runs on Gitea (/Forgejo) which is wonderful software - slim, simple enough to get everything done without being in the way.

There's efforts to open up the gitea/forgejo forges to federation, which would be a very neat way to fix the collaboration issue and is - in my view - the way forward for open, decentralized collaborative software creation. It's still quite a ways off (especially from bring mature enough to be used day-to-day) but when it gets there platforms like codeberg will be the first to adopt it and to also benefit massively from it.

[-] wewbull@feddit.uk 2 points 7 months ago

I don't use codeberg much, but I have my own instance of Forgejo so I'm using the same software. My experience is that it's really nice. The feeling is one of having what you need and no bloat.

[-] uis@lemmy.world 1 points 7 months ago
[-] OsrsNeedsF2P@lemmy.ml 26 points 7 months ago

If you want people to contribute to your project, Github is by far the best. If you're off Github, it reduces your visibility by a lot.

[-] bizdelnick@lemmy.ml 23 points 7 months ago

You can host your project anywhere you want, setup mirroring to github and drop a link in its description. So you'll have github visibility and won't depend on github. Addiitional repo backup is a bonus.

[-] fruitycoder@sh.itjust.works 2 points 7 months ago

100% mirroring is the way to go.

[-] evranch@lemmy.ca -1 points 7 months ago

Even just for reporting issues, anyone who is capable of identifying a bug is likely to have a GitHub account. Not so for Gitlab or others.

Then you've got seamless integration with Vscode as a bonus, it's more like why would you not use GitHub unless you have a specific problem with them.

[-] dan@upvote.au 5 points 7 months ago

Even just for reporting issues, anyone who is capable of identifying a bug is likely to have a GitHub account. Not so for Gitlab or others.

If you really want to, you can add a "log in with Github" button to your Gitlab server: https://docs.gitlab.com/ee/integration/github.html

[-] bizdelnick@lemmy.ml 4 points 7 months ago

I was asked to report bugs by people without github account several times, so you are wrong.

[-] ALostInquirer@lemm.ee 2 points 7 months ago

Then you’ve got seamless integration with Vscode as a bonus, it’s more like why would you not use GitHub unless you have a specific problem with them.

Does GitHub still only permit one account? I remember looking into it awhile back and not wanting to get things mixed up between personal/professional arrangements and the one account policy put me off.

[-] alexdeathway@programming.dev 1 points 7 months ago

congratulations then, it supports multiple accounts, haven't used it yet though.

[-] ProdigalFrog@slrpnk.net 6 points 7 months ago* (last edited 7 months ago)

Drew DeVault created https://sourcehut.org/, which may be worth considering.

Also @thejevans@lemmy.ml

[-] thejevans@lemmy.ml 1 points 7 months ago

Looks cool. Their hosted service is still in Alpha, so I doubt my work would go for it.

[-] ProdigalFrog@slrpnk.net 1 points 7 months ago

Ahh, I didn't notice that, bugger.

[-] caseyweederman@lemmy.ca 2 points 7 months ago

I have no idea what everyone is on about.
Host your own git repo. It's trivial and built into git and you make every decision about it from the ground up.
For example you don't need to worry about registrations or what country it's hosted in because the country it's hosted in is your hard drive (or your company's server rack).
Then use whatever front-end you want and point it at that private repo.
It's only mildly more fiddly to set up and grant access, but it sure doesn't ask you for a credit card and it sure doesn't get scraped to train LLMs (unless you make it internet-facing and don't protect it).
If you want to stay close to the core experience but still have a decent interface, check out (heh) gitweb and git daemon. Though I wouldn't mind if gitweb had some of the fancier features, like the "download as zip"/"git clone path/to/branch copy-to-clipboard" buttons.

[-] delirious_owl@discuss.online 9 points 7 months ago

It is not trivial to host a git forge with modern features that allows easy collaboration between anonymous users all over the world.

[-] caseyweederman@lemmy.ca 2 points 7 months ago

Git forge?
Just git. Git command line.
It's about as trivial as setting up an Apache server.
The anonymous users part is maybe two lines in a config file.
The features are almost entirely part of the front-end, which is entirely up to each individual end-user.
Do you have a web server? You're already 95% of the way there. A workplace was mentioned in other replies, which likely means this infrastructure is already in place.

[-] delirious_owl@discuss.online 4 points 7 months ago

So no PRs. No Issues. No CI/CD. That doesn't work for 99% of actively developed open source projects with >10 devs

[-] uis@lemmy.world 1 points 7 months ago

I know project that is developed by 10.00000001 devs

[-] Eiim@lemmy.blahaj.zone 3 points 7 months ago

The difficulty of sending patches or reporting issues to the Linux kernel is a feature for them, as it keeps less-experienced devs from wasting maintainer's time with garbage requests. For most projects it's a bug.

[-] uis@lemmy.world 1 points 7 months ago

Linus accepted patch from literal child. But to be fair it was documentation style patch from one of kernel dev's kid.

[-] uis@lemmy.world 1 points 7 months ago

Start mailing list in i2p

this post was submitted on 09 Feb 2024
461 points (96.0% liked)

Linux

47223 readers
762 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS