From 4fb27dd920a6c30fdafb07a366074f4d1a6ca30f Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Sat, 19 Mar 2022 20:16:53 +0100 Subject: [PATCH] added mypdns.org --- 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 6760ec6..0ee7a45 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -26,6 +26,7 @@ The following forges have no significant ethical issues: [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)| +[mypdns.org](https://mypdns.org)|✅|Gitlab (CE)|n|n|n|n|Home of the deCloudflare project; Gitlab CE assumed (due to being a low-budget service -- plz correct or raise issue if needed)| [source.small-tech.org](https://source.small-tech.org)|❌|Gitlab (CE)|n|n|n|n|| [notabug.org](https://notabug.org)([onion](http://qs3zumwfci4tntnd.onion))|✅|Gogs|n|n|n|n|based on [liberated](https://notabug.org/hp/gogs) fork of Gogs; [supports Tor](https://notabug.org/tor) (the *onion* web UI is currently disabled in response to attack but the onion site accepts git connections); supports SSH keys and SSH over Tor to NAB's onion service; no e-voting; NAB doesn't associate PGP keys to users, so PGP signed commits may be unavailable or more manual work needed.| [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| diff --git a/input_data/forges.sql b/input_data/forges.sql index 1e2289d..7d28ded 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -85,6 +85,7 @@ insert into forgesTbl (url_clrnet, software, hrecaptcha, notes) values ('https:/ insert into forgesTbl (url_clrnet, software, hrecaptcha, notes) values ('https://gitlab.freedesktop.org','gitlab_ce','unavoidable','possibly restricted to Freedesktop efforts; reg. blocked by reCAPTCHA'); insert into forgesTbl (url_clrnet, software, notes) values ('https://gitlab.tails.boum.org','gitlab_ce','possibly restricted to Tails efforts but no AUP says otherwise'); insert into forgesTbl (url_clrnet, software, notes) values ('https://gitlab.gnome.org','gitlab_ce','possibly restricted to Gnome efforts'); +insert into forgesTbl (url_clrnet, software, notes) values ('https://mypdns.org','gitlab_ce','Home of the deCloudflare project; Gitlab CE assumed (due to being a low-budget service -- plz correct or raise issue if needed)'); 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; 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);