Difference between revisions of "GitHost"

From Archiveteam
Jump to navigation Jump to search
m (selfsaved)
(Now shutting down for real.)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = GitHost
| title = GitHost
| logo =
| URL = https://githost.io/
| image =
| project_status = {{closing}}
| description = "Simple GitLab CI and CE Hosting"
| archiving_status = {{selfsaved}} (after 2015 events)<br />{{notsaved}} (2019)
| URL = http://githost.io
| project_status = {{online}}
| archiving_status = {{selfsaved}}
| irc = gitghost
| irc = gitghost
}}
}}


'''GitHost''' is a paid [http://en.wikipedia.org/wiki/GitLab GitLab] git repository hosting service. On April 9, 2015 they announced that they would shut down the service and destroy all content on April 30, 2015.
'''GitHost''' is a paid [http://en.wikipedia.org/wiki/GitLab GitLab] git repository hosting service. On April 9, 2015 they announced that they would shut down the service and destroy all content on April 30, 2015. GitLab acquired GitHost and continued operating it for the next few years. It will finally shut down entirely on 1 June 2019.
 
== Shutdown notice ==


== 2015 shutdown ==
:;GitHost Shutting Down April 30th<ref>https://githost.io/blog/posts/githost-shutting-down</ref>
:;GitHost Shutting Down April 30th<ref>https://githost.io/blog/posts/githost-shutting-down</ref>


Line 33: Line 29:


:Because of the acquisition the GitLab.com terms of service now apply: [https://about.gitlab.com/terms/#gitlab_com Please review them here]
:Because of the acquisition the GitLab.com terms of service now apply: [https://about.gitlab.com/terms/#gitlab_com Please review them here]
== 2019 shutdown ==
On 15 April 2019, GitLab announced that GitHost would be shut down on 1 June 2019<ref>{{URL|https://twitter.com/GitHostIO/status/1117862882962759680}}</ref><ref>{{URL|https://about.gitlab.com/gitlab-hosted/#githost-is-shutting-down-on-june-1st-2019}}</ref>:
<blockquote>
Attention http://GitHost.io  users - We’re sad to say that GitHost will stop operating on June 1st, 2019.
Check out FAQ pages (https://bit.ly/2PbmjSy ) for details & available migration options.
</blockquote>


== Download your data ==
== Download your data ==
Line 50: Line 55:


     wget --header "Cookie:_gitlab_session=aba3ff1dcf17e35f5a52310d1d18685c; request_method=POST" http://instance-at.gitlab.io
     wget --header "Cookie:_gitlab_session=aba3ff1dcf17e35f5a52310d1d18685c; request_method=POST" http://instance-at.gitlab.io
== References ==
== References ==
<references/>
<references/>


{{Navigation box}}
{{Navigation box}}

Revision as of 01:23, 18 May 2019

GitHost
URL https://githost.io/
Status Closing
Archiving status Saved by itself (after 2015 events)
Not saved yet (2019)
Archiving type Unknown
IRC channel #gitghost (on hackint)

GitHost is a paid GitLab git repository hosting service. On April 9, 2015 they announced that they would shut down the service and destroy all content on April 30, 2015. GitLab acquired GitHost and continued operating it for the next few years. It will finally shut down entirely on 1 June 2019.

2015 shutdown

GitHost Shutting Down April 30th[1]
On April 30th GitHost will be closing it's doors. We've had a good run, but the growth we had hoped to see just isn't there, and it's time to move on and focus on other things.
You will continue to have service to your instances until April 30th, at which time all remaining instances will be destroyed. You will not be billed again for any instances online. Please be sure to backup any Git repos you would like to save before that time. We will not be able to recover any data for you.
Regards,
The GitHost Team

Saved by GitLab...?

GitLab Acquires GitHost[2]
We're happy to announce that GitLab will be acquiring GitHost and will be keeping all services running! GitLab will continue to provide support for all active and future instances and users. We're looking forward to GitHost staying online thanks to the support from GitLab.
For more info please see GitLab's blog post here
Because of the acquisition the GitLab.com terms of service now apply: Please review them here

2019 shutdown

On 15 April 2019, GitLab announced that GitHost would be shut down on 1 June 2019[3][4]:

Attention http://GitHost.io users - We’re sad to say that GitHost will stop operating on June 1st, 2019.

Check out FAQ pages (https://bit.ly/2PbmjSy ) for details & available migration options.

Download your data

if you can.

<yipdw>	wow, that's not even just repos; that's also e.g. issue tracking and shit
<yipdw>	so unless I'm missing something about gitlab's datastore a git clone + migrate isn't going to save people

[5]

"All instances have the option to be backed up to s3, in a standard GitLab compatible format. Those backups can be restored to any GitLab install."[2]

Site Structure

Hosted instances appear to be subdomains of githost.io and are a limited quantity. Search engine scrape.

Wget-ing instances

It looks like you can download GitLab instances that require login with a session cookie and the request method from the login page but this would require an account in the instance, some instances allow registration. Wget example:

    wget --header "Cookie:_gitlab_session=aba3ff1dcf17e35f5a52310d1d18685c; request_method=POST" http://instance-at.gitlab.io

References