add SI-Gitlab
This commit is contained in:
parent
a47860e6b2
commit
8c658a6bdb
@ -17,6 +17,7 @@ The following forges have no significant ethical issues:
|
||||
[launchpad.net](https://launchpad.net)|🟢|Launchpad|n|n|n|n|It's [unknown](https://wiki.freephile.org/wiki/Comparison_of_git_hosting_options) whether it functions without JavaScript; no wiki|
|
||||
[gitee.com](https://gitee.com)|🟢|OSCHINA|n|n|n|n|based in China; registration over Tor with throwaway email works; no automatic mirror (unlike Gitea); some areas written in simplified chinese|
|
||||
[sr.ht](https://sr.ht)|🟢|Sourcehut|n|n|n|n|javascript-free|
|
||||
git.shivering-isles.com](git.shivering-isles.com)|🟢|Gitlab (CE)|n|n|n|n||
|
||||
[git.jami.net](https://git.jami.net)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Jami efforts; acces to help page blocked to non-members so CE/EE unknown|
|
||||
[gitlab.freedesktop.org](https://gitlab.freedesktop.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Freedesktop efforts|
|
||||
[gitlab.gnome.org](https://gitlab.gnome.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts|
|
||||
|
@ -53,6 +53,7 @@ insert into forgesTbl (url_clrnet, software, notes) values ('https://gitlab.gnom
|
||||
insert into forgesTbl (url_clrnet, software, hrecaptcha, notes) values ('https://gitlab.torproject.org','gitlab_ce','non-essential tasks','open registration; repo creation possibly restricted; Google reCAPTCHA is [allegedley](https://lists.gnu.org/archive/html/repo-criteria-discuss/2021-03/msg00000.html) used, but [not at registration time](https://gitlab.onionize.space)');
|
||||
insert into forgesTbl (url_clrnet, software, notes) values ('https://source.puri.sm','gitlab_ee','open registration but activity is [restricted](https://social.librem.one/@kyle/106030358887310621) to puri.sm efforts; no CAPTCHA (confirmed March 2021); is the JavaScript non-free with the enterprize edition?');
|
||||
insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://source.small-tech.org','gitlab_ce',0);
|
||||
insert into forgesTbl (url_clrnet, software) values ('git.shivering-isles.com','gitlab_ce');
|
||||
|
||||
update forgesTbl set forced_nfsw = 1 where hrecaptcha = 'unavoidable';
|
||||
update forgesTbl set lst_kind = 'gray' where lst_kind = 'white' and (aws or cfns or dead or nation_discrimination or (notes is not null and (notes like '%google_cloud_hosted%' or notes like '%censor%')));
|
||||
|
Loading…
Reference in New Issue
Block a user