added git.exozy.me, which demonstrates federated issues for the 1st time

This commit is contained in:
humanacollaborator 2022-07-12 07:20:32 +02:00
parent fb2bea2119
commit eff0719ffa
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ The following forges have no significant ethical issues:
[git.pofilo.fr](https://git.pofilo.fr)|❌|Gitea 1.16.1[⚠][gitea-bug]|n|n|n|n|no registration link|
[git.kescher.at](https://git.kescher.at)|✅|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n||
[git.redxen.eu](https://git.redxen.eu)|❌|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n||
[git.exozy.me](https://git.exozy.me)|✅|Gitea 1.18.0|n|n|n|n|[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)|
[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||

View File

@ -66,6 +66,7 @@ insert into forgesTbl (url_clrnet, software) values ('https://git.eta.st','Gitea
insert into forgesTbl (url_clrnet, software) values ('https://git.kescher.at','Gitea 1.16.5');
insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://git.redxen.eu','Gitea 1.16.5',0);
insert into forgesTbl (url_clrnet, software, notes) values ('https://gitnet.fr','Gitea','Forge is resource deprived. The admin (simonv) had to ask a project to leave his forge for [performance reasons](https://framagit.org/dCF/deCloudflare/-/issues/46)');
insert into forgesTbl (url_clrnet, software, notes) values ('https://git.exozy.me','Gitea 1.18.0','[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)');
/*
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: