From c2d667873899c5ad7080a3c31db7595882a1999e Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Sat, 19 Mar 2022 20:57:08 +0100 Subject: [PATCH] mypdns.org is gitlab ee --- forge_comparison.md | 2 +- input_data/forges.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge_comparison.md b/forge_comparison.md index 0ee7a45..2dc9e5d 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -26,13 +26,13 @@ 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| [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| [code.netlandish.com](https://code.netlandish.com)|❌|Sourcehut|n|n|n|n|Access restricted to staff of the company working on the hosted projects| [sr.ht](https://sr.ht)|✅|Sourcehut|n|n|n|n|javascript-free; supports patches sent by email; offers an [IRC bouncer](https://sourcehut.org/blog/2021-11-29-announcing-the-chat.sr.ht-public-beta/); recognizes the harm of Cloudflare and takes an [ethical stance against it](https://srht.site/limitations)| +[mypdns.org](https://mypdns.org)|✅|Gitlab (EE)|n|n|n|n|Home of the deCloudflare project| ## Graylist diff --git a/input_data/forges.sql b/input_data/forges.sql index 7d28ded..b4f2123 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -85,7 +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, notes) values ('https://mypdns.org','gitlab_ee','Home of the deCloudflare project'); 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);