From 044e5254fd3c52367504100508ee636b335b2416 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Thu, 23 Nov 2023 10:33:03 +0100 Subject: [PATCH] added the first Forgejo instance (a gitea fork used in German schools) --- 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 45fee0d..b43d2e0 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -7,6 +7,7 @@ The following forges have no significant ethical issues: | *forge* | *registration publicly open* | *software* | *Tor-hostile* | *Cloudflare MitM* | *forced re/hCAPTCHA* | *forced execution of non-free software* | *notes* | |---|---|---|---|---|---|---|---| [git.disroot.org](https://git.disroot.org)|✅|Forgejo 1.19.0-2|n|n|n|n|SSH over Tor works; based in NL| +[sloyd.work](https://sloyd.work)|❌|Forgejo 1.19.0-2|n|n|n|n|| ([onion](http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion))|✅|Gitea|n|n|n|n|Focused on human rights| [git.fsfe.org](https://git.fsfe.org)|✅|Gitea|n|n|n|n|Access intended only for FSFE projects and very small projects; SSH port: 22| [git.fuwafuwa.moe](https://git.fuwafuwa.moe)([onion](http://git.fwfwqtpi2ofmehzdxe3e2htqfmhwfciwivpnsztv7dvpuamhr72ktlqd.onion))|✅|Gitea 1.13.6|n|n|n|n|SSH port: 22; SSH over Tor [broken](http://git.fwfwqtpi2ofmehzdxe3e2htqfmhwfciwivpnsztv7dvpuamhr72ktlqd.onion/levena/fuwafuwa/issues/1); HTTPS over Tor works| diff --git a/input_data/forges.sql b/input_data/forges.sql index 757309f..51ef511 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -71,6 +71,7 @@ insert into forgesTbl (url_clrnet, software) values ('https://git.platypush.tech insert into forgesTbl (url_onion, software, notes) values ('http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion','Gitea','Focused on human rights'); insert into forgesTbl (url_clrnet, software) values ('https://git.slipfox.xyz','Gitea 1.17.2'); insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://git.veen.world','Gitea 1.20.4',0); +insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://sloyd.work','Forgejo 1.19.0-2',0); /* Bug: the record for de.edumat.io sorts unfavorably. We need a natural sort but that's not part of Sqlite. A collation function is needed: