diff --git a/forge_comparison.md b/forge_comparison.md index e5cdd77..c7d5512 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -17,8 +17,8 @@ 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| +[git.shivering-isles.com](https://git.shivering-isles.com)|🟢|Gitlab (CE)|n|n|n|n|| [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/input_data/forges.sql b/input_data/forges.sql index fc20980..277a1b3 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 ('git.shivering-isles.com','gitlab_ce'); +insert into forgesTbl (url_clrnet, software) values ('https://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%')));