diff --git a/forge_comparison.md b/forge_comparison.md index c7d5512..ce59a46 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -18,7 +18,7 @@ The following forges have no significant ethical issues: [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.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| -[git.shivering-isles.com](https://git.shivering-isles.com)|🟢|Gitlab (CE)|n|n|n|n|| +[git.shivering-isles.com](https://git.shivering-isles.com)|🔴|Gitlab (CE)|n|n|n|n|Registration is open but broken (requires 2FA using a device that can QR-scan [thus restrictive], and the email verification fails: ![](images/shivering-isles_broken_reg.png))| [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| [gitlab.torproject.org](https://gitlab.torproject.org)|🟢|Gitlab (CE)|n|n|n|n|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)| diff --git a/images/shivering-isles_broken_reg.png b/images/shivering-isles_broken_reg.png new file mode 100644 index 0000000..f47899c Binary files /dev/null and b/images/shivering-isles_broken_reg.png differ diff --git a/input_data/forges.sql b/input_data/forges.sql index 277a1b3..6fb7e8e 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -53,7 +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 ('https://git.shivering-isles.com','gitlab_ce'); +insert into forgesTbl (url_clrnet, software, openpubreg, notes) values ('https://git.shivering-isles.com','gitlab_ce',0,'Registration is open but broken (requires 2FA using a device that can QR-scan [thus restrictive], and the email verification fails: ![](images/shivering-isles_broken_reg.png))'); 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%')));