From 52c6f6d17bc6ca03bad0d4cf8bb0ae4feaca2fbf Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Wed, 21 Jul 2021 09:30:59 -0400 Subject: [PATCH] add stux.host --- forge_comparison.md | 1 + input_data/forges.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/forge_comparison.md b/forge_comparison.md index 1cc6b04..14e5909 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -21,6 +21,7 @@ The following forges have no significant ethical issues: [try.gitea.io](https://try.gitea.io)|✅|Gitea 1.15.0[⚠][gitea-bug]|n|n|n|n|Intended only for Gitea experimentation; no expectation of future availability| [framagit.org](https://framagit.org)|✅|Gitlab (CE 13.10.2)|n|n|n|n|[may become more restricted](https://framablog.org/2019/09/26/lets-de-frama-tify-the-internet) in mid-2021| [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.stuxhost.com](https://git.stuxhost.com)|✅|Gitlab (CE)|n|n|n|n|| [gitlab.gnome.org](https://gitlab.gnome.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts| [gitlab.tails.boum.org](https://gitlab.tails.boum.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Tails efforts but no AUP says otherwise| [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 f276171..cc3c865 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -87,6 +87,7 @@ insert into forgesTbl (url_clrnet, software, hrecaptcha, notes) values ('https:/ 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; accounts are subject to spontaneous unjustified bans (apparent censorship): ![](images/purism_ban.png); 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, openpubreg, cfns, notes) values ('https://git.shivering-isles.com','gitlab_ce',0,1,'Registration is open but broken-- requires 2FA using a device that can QR-scan, and the email verification link is DoA: ![](images/shivering-isles_broken_reg.png) That stale link error triggers even when accessed immediately.'); +insert into forgesTbl (url_clrnet, software) values ('https://git.stuxhost.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%')));