I checked out this guy's site. I understand he is reinventing the wheel. I respect that and do not mean anything negative about that. A lot of us are here to understand the wheel and build for ourselves. There is good value for that. What I do not understand, with all due respect, is the value of Github, and to a lesser extent Bitbucket, is in the features outside of the VCS core and how most people realize there is…
Self-hosted Git Server
31–40 of 62 posts
Re: Self-hosted Git Server
#32Re: Self-hosted Git Server
#33I checked out this guy's site. I understand he is reinventing the wheel. I respect that and do not mean anything negative about that. A lot of us are here to understand the wheel and build for ourselves. There is good value for that. What I do not understand, with all due respect, is the value of Github, and to a lesser extent Bitbucket, is in the features outside of the VCS core and how most people realize there is…
> more recently a la ArchLinux and Music Player Daemon
> (MPD) I have seen Mantis BT.
Arch Linux uses Flyspray, not Mantis.Great post.
Re: Self-hosted Git Server
#34Earlier quoted context omitted.
Is branding the biggest reason for hosting your own git server?
For me personally, I guess the biggest reason is being able to control the user's experience, as well as my own. Plus I think it's neat, and it was a fun project to do on a Sunday afternoon :)
Of course it's a fun project, but it's really meta. Wouldn't it be more fun to work on one of your actual projects ?
Re: Self-hosted Git Server
#35I checked out this guy's site. I understand he is reinventing the wheel. I respect that and do not mean anything negative about that. A lot of us are here to understand the wheel and build for ourselves. There is good value for that. What I do not understand, with all due respect, is the value of Github, and to a lesser extent Bitbucket, is in the features outside of the VCS core and how most people realize there is…
(minor?) correction: > more recently a la ArchLinux and Music Player Daemon > (MPD) I have seen Mantis BT. Arch Linux uses Flyspray, not Mantis. Great post.
UPDATE: Sigh, too late to edit now. The internet preserves my follies for future generations!
Re: Self-hosted Git Server
#36It's hard to make it do that when the power goes out, when you anger somebody and they decide to ddos you, or when your code/service/whatever becomes insanely popular and whatever mac mini you run it on is overheating. It's hard to keep up with all the security patches required to keep your box from getting pwned. It's hard to negotiate the fine print with all the TOS's you've signed with your internet provider.
Re: Self-hosted Git Server
#37I checked out this guy's site. I understand he is reinventing the wheel. I respect that and do not mean anything negative about that. A lot of us are here to understand the wheel and build for ourselves. There is good value for that. What I do not understand, with all due respect, is the value of Github, and to a lesser extent Bitbucket, is in the features outside of the VCS core and how most people realize there is…
Huh? I haven't read any negative comments about Fossil here.
And yes, Fossil deserves to become more mainstream, it's pretty good (though my use is simple).
Re: Self-hosted Git Server
#38Earlier quoted context omitted.
Yeah, GitLab is great. I wanted a quick solution without many dependencies that would also act as a portfolio, so I went with a custom thing. GitLab is definitely something to consider.
I use GitLab at work, but for home, the amazing GitBucket does the trick and took a total of 30 seconds to install https://github.com/takezoe/gitbucket
Re: Self-hosted Git Server
#39Re: Self-hosted Git Server
#40I checked out this guy's site. I understand he is reinventing the wheel. I respect that and do not mean anything negative about that. A lot of us are here to understand the wheel and build for ourselves. There is good value for that. What I do not understand, with all due respect, is the value of Github, and to a lesser extent Bitbucket, is in the features outside of the VCS core and how most people realize there is…
> begun to look into fossil again, despite what people here say Huh? I haven't read any negative comments about Fossil here. And yes, Fossil deserves to become more mainstream, it's pretty good (though my use is simple).
In any event, it is nice to meet others using it.