Re: self host providers
Theo <[email protected]>
| Newsgroups | comp.misc |
|---|---|
| Organization | University of Cambridge, England |
| Message-ID | <cWd*[email protected]> |
bixbox <[email protected]> wrote: > Hello, > apologize in advance if that is the wrong group or it was posted > already. > I search around extensively but I did not found much. > > I want to share some of my git repo in read only mode, but for personal > reason I don't want to use existing web apps provider like github or > gitlab and the like. > > People should be free to fork it but I want to maintain the repo with simple > "git am" and friend that are more than enough for me. > > I did some research and some cloud providers are the usual suspect > Oracle Cloud > Google Cloud > etc. etc. > > I planning to use unauthenticated read only git daemon, and I more than > happy to get a vm that has some disk space and network ip and be hosted > somewhere, I can maintain that. > > One concern is that many free tier will charge you if you run of out > quota on traffic,cpu end the like. > I would like to have a hard cap or being throttle, no problem. If you just want a cheap virtual private server (VPS) to host your own stuff on (ie you manage running the daemons to provide whatever services you want), take a look at: https://lowendbox.com/ https://lowendtalk.com/ https://www.webhostingtalk.com/forumdisplay.php?f=104 You'll pay, but some are few dollars a month/year. As regards traffic, policies vary but I expect some will throttle when you reach your cap. Do consider some kind of AI bot blocking, as this consumes a big chunk of traffic and CPU time nowadays. Theo