added the first Forgejo instance (a gitea fork used in German schools)

This commit is contained in:
humanacollaborator 2023-11-23 10:33:03 +01:00
parent f8c4c0814c
commit 044e5254fd
2 changed files with 2 additions and 0 deletions

View File

@ -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|

View File

@ -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: