Gogs – Go Git Service
11–20 of 186 posts
Re: Gogs – Go Git Service
#12Been using this for a while now and very happy with it. I decided to stop using Github for personal projects due to political disagreements with the company and the fact that git should really not be centralised. Gogs has probably 95% feature parity with Github and it is a lot faster (is Github still Ruby? That would explain it ...) I run a personal Kubernetes cluster for services and getting Gogs up and running was…
Re: Gogs – Go Git Service
#13Been using this for a while now and very happy with it. I decided to stop using Github for personal projects due to political disagreements with the company and the fact that git should really not be centralised. Gogs has probably 95% feature parity with Github and it is a lot faster (is Github still Ruby? That would explain it ...) I run a personal Kubernetes cluster for services and getting Gogs up and running was…
How can you compare speeds when you can't run GitHub on your setup? Running a multimillion user service is vastly different from running your own personal server, right?
Re: Gogs – Go Git Service
#14It kills me when people build GitHub alternatives that are hosted on GitHub.
Re: Gogs – Go Git Service
#15But since I was the one doing the installing, I sure wish we'd go with Gogs. It was 5 minutes from start to finish.
Re: Gogs – Go Git Service
#16Been using this for a while now and very happy with it. I decided to stop using Github for personal projects due to political disagreements with the company and the fact that git should really not be centralised. Gogs has probably 95% feature parity with Github and it is a lot faster (is Github still Ruby? That would explain it ...) I run a personal Kubernetes cluster for services and getting Gogs up and running was…
Re: Gogs – Go Git Service
#17For extra ease and security (two things not often found together!) try setting it up in a Sandstorm server, works with one click and is sandboxed from the rest of your server. https://sandstorm.io/
Re: Gogs – Go Git Service
#18We downloaded and installed Gogs, Gitlab, and Bitbucket. I liked Gogs the best, but Gitlab seemed more enterprise-y, and Bitbucket had an issue we could never figure out. We're trying to replace TFS, so we'll probably end up with Gitlab. But since I was the one doing the installing, I sure wish we'd go with Gogs. It was 5 minutes from start to finish.
Re: Gogs – Go Git Service
#19Can't recommend it enough. Resource usage matters.
Re: Gogs – Go Git Service
#20- How do you develop such web apps with html, css, javascript, go, etc. all interacting with each other?
- How are static assets packaged in a single binary?
- Any simple tutorial or stack walkthrough you would recommend me reading?
thanks!