182
top 50 comments
sorted by: hot top controversial new old
[-] impiri@lemm.ee 177 points 2 years ago

Yeah I'm into Gitness

Gitness goddamn code to compile

[-] surewhynotlem@lemmy.world 20 points 2 years ago

We're done. This guy wins the Internet. We can all go home now.

[-] Squirrel@thelemmy.club 13 points 2 years ago

You're down with the Gitness?

[-] sheepishly@kbin.social 8 points 2 years ago

The one person who downvoted this couldn't get their code to compile

load more comments (2 replies)
[-] Sir_Simon_Spamalot@lemmy.world 5 points 2 years ago

Gitness balls into your mouth

[-] MrMcGasion@lemmy.world 99 points 2 years ago

Looks interesting, although the comments about other git repo services being bloated, complicated, and resource heavy, followed by a paragraph about AI features that have been added, with more planned in the future, seems a touch ironic to me.

[-] MonkCanatella@sh.itjust.works 22 points 2 years ago

My first thought is that it's just an AI training move

[-] stardreamer 7 points 2 years ago* (last edited 2 years ago)

Isn't the whole point of these things the "bloated" (CI/CD, issue tracker, merge requests, mirroring, etc) part? Otherwise we'd all be using bare git repos over ssh (which works great btw!)

It's like complaining about IDE bloat while not using a text editor. Or complaining there's too many knives in a knife set instead of buying just the chef knife.

[-] Anafroj@sh.itjust.works 3 points 2 years ago* (last edited 2 years ago)

Actually, I do use git bare repos for CD too. :) The ROOT/hooks/post-update executable can be anything, which allows to go wild : on my laptop, a push to a bare repos triggers deploy to all the machines needing it (on local or remote networks), by pushing through ssh to other bare repos hosted there, which builds and installs locally, given they all have their own post-update scripts ; all of that thanks to a git push and scripts at the proper paths. I don't think any forge could do it more conveniently.

For me the main interest of forges is to publish my code and get it discovered (before GitHub, getting people to find your repos hosted on your blog's server was a nightmare). Even for the collaboration, I could do with emails. That being said, most people aren't on top of their inbox, in which mails from family are mixed with work mails and commercial spam in one giant pile of unread items, so it's a good thing for them we have those issue trackers.

[-] emax_gomax@lemmy.world 4 points 2 years ago

I find that claim so dubious. Like they list running on the smallest VMs as a feature but give no specific requirements for hosting or running the service. This whole article reads like buzzword salad. I question if the creators even know what a git forge is.

[-] megaman@discuss.tchncs.de 66 points 2 years ago

Im amused that the repo for it is on github and not on, well, Gitness

[-] MonkCanatella@sh.itjust.works 9 points 2 years ago

total power move

[-] Anafroj@sh.itjust.works 65 points 2 years ago

There hasn’t been a new Git repo launch in almost a decade

Am I the only person annoyed they seem to mistake repositories for forges? It's already annoying when casual users say "git" for "GitHub", but those guys actually want to build a forge, explaining they're going to do better than anyone else. Maybe start by properly using the terms?

[-] kinttach@lemm.ee 24 points 2 years ago

And of course there have been forges launched, including SourceHut, Gitea, Gogs, Forgejo…

[-] SomethingBurger@jlai.lu 8 points 2 years ago* (last edited 2 years ago)

Gitea, Gogs, Forgejo

"They are the same picture."

[-] authorinthedark@lemmy.sdf.org 21 points 2 years ago

I myself have launched several new git repos in the last decade. Where's my article TechCrunch?

[-] some_guy@lemmy.sdf.org 19 points 2 years ago

I complained when the term "crypto" was co-opted. Come die with me on this hill where we care about things.

[-] FooBarrington@lemmy.world 10 points 2 years ago

Also plain wrong - Codeberg launched in 2019. Now the question is: did the author just not know better, or is he paid not to know?

Codeberg isn't an entirely new forge. It's just a well-known gitea/forgejo instance. Sourcehut would probably be a better example.

[-] FooBarrington@lemmy.world 9 points 2 years ago

Thank you for the correction! Then it's also wrong due to Gitea which launched in 2016.

[-] Anafroj@sh.itjust.works 5 points 2 years ago

The worst part is that this is a direct quote from Harness' CEO, not from TechCrunch author. :) Maybe they have a great product, I don't know, but it certainly feels like an amateurish launch. :D

[-] FooBarrington@lemmy.world 4 points 2 years ago

Yeah, if a CEO has to lie to make their product seem better, it's blacklisted in my mind.

[-] emax_gomax@lemmy.world 7 points 2 years ago

I thought you were being overly pedantic but my god, they keep repeating the point. They seem to have no idea what the difference between a platform hosting code repositories and an individual repository is or even what version control software is. What the bloody hell is this.

load more comments (1 replies)
[-] qnick@lemmy.world 59 points 2 years ago

Nobody name their new product Gitler for some reason. Such a good name.

[-] hansl@lemmy.world 18 points 2 years ago

The logo writes itself.

[-] possiblylinux127@lemmy.zip 36 points 2 years ago

I want gitea to get federation

[-] fmstrat@lemmy.nowsci.com 21 points 2 years ago

AI? Not bloated? Mmm. Will stick with Gitea.

[-] YawnTor@infosec.pub 17 points 2 years ago

Seems fast compared to self-hosted GitLab or Bitbucket. I don't see a way to add an ssh key or gpg key for code signing. No dark mode so expect to burn your retinas out in the middle of the night. I'll wait until it's a little more fleshed out before thinking about replacing Gitea in my network, though.

[-] macallik@kbin.social 10 points 2 years ago

How's it compare to gitea?

load more comments (2 replies)
[-] SquishyPandaDev@yiffit.net 13 points 2 years ago
[-] megaman@discuss.tchncs.de 15 points 2 years ago

Gitlab takes way more RAM to run the docker container than i want. If this is lighter, that sounds nice. And im using only the most basic functionality, so wont be much loss to me if it cant do whatever fancy stuff.

[-] d3Xt3r@lemmy.world 18 points 2 years ago* (last edited 2 years ago)

How about Gogs? The whole thing is < 30 MB, and is lightweight enough to run on a Raspberry Pi. You can even get a native binary package if you want to run it without the overhead of Docker.

[-] u_tamtam@programming.dev 10 points 2 years ago

Or forgejo, with, you know, federation?

[-] macallik@kbin.social 2 points 2 years ago

Installed Gogs but will switch the this FOSS version tomorrow. Thanks for sharing!

[-] TheHolm@aussie.zone 7 points 2 years ago

Gitea is in same lightweight category.

[-] lambda@programming.dev 11 points 2 years ago

Gitea is a fork of gogs. Forgejo is a forge of Gitea too. I would suggest/use Forgejo.

[-] YurkshireLad@lemmy.ca 4 points 2 years ago

Also hosted on… GitHub! 😀

[-] megaman@discuss.tchncs.de 4 points 2 years ago

well, shit, it looks like that is indeed what I want! setting it up now, thanks!

[-] Die4Ever@programming.dev 3 points 2 years ago

Many years ago I ran my own Gogs and it was pretty good, would recommend

[-] taaz@biglemmowski.win 8 points 2 years ago
[-] SquishyPandaDev@yiffit.net 5 points 2 years ago

Fair. Competition is also good.

[-] Blizzard@lemmy.zip 3 points 2 years ago

Especially if it's a competition to Microsoft.

load more comments (3 replies)
[-] Mario1159@lemmy.world 10 points 2 years ago

Does someone have a link to an instance to view? I don't get why their code is hosted on Github

[-] emax_gomax@lemmy.world 9 points 2 years ago

I disagree with this almost on principle. GitHub was a mistake. We don't need these large, bloated, isolated forges that are just going to be acquired and converted into social networks. Forgejo> is the future. Any new forge not even trying to support federation and independent hosting out of the box is dead in the water to me. You wanna build a github style accessible platform above forgejo go right ahead, the thing github did best was make all of this accessible.

[-] megaman@discuss.tchncs.de 6 points 2 years ago

i'm not finding a way to prevent creating users right now... i'm just able to register new users again and again on the docker run. maybe i'm just missing the config (the documentation is looking like it needs to be fleshed out).

not really trying to anyone with the url make an account on my basement computer...

[-] phe@toot.aquilenet.fr 2 points 2 years ago

@loren how does it compare to #gitea ?

load more comments
view more: next ›
this post was submitted on 22 Sep 2023
182 points (100.0% liked)

Selfhosted

45412 readers
532 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS