From 9bd241330fcdf71cc3c64b55029d016bb89e01c5 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Tue, 1 Mar 2022 22:40:53 +0100 Subject: [PATCH] added git.pofilo.fr --- 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 15d80c5..6760ec6 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -19,6 +19,7 @@ The following forges have no significant ethical issues: [git.safemobile.org](https://git.safemobile.org)|✅|Gitea 1.15.6[⚠][gitea-bug]|n|n|n|n|| [opendev.org](https://opendev.org)|✅|Gitea 1.15.6[⚠][gitea-bug]|n|n|n|n|SSH port: 22| [try.gitea.io](https://try.gitea.io)|✅|Gitea 1.16.0|n|n|n|n|Intended only for Gitea experimentation; no expectation of future availability| +[git.pofilo.fr](https://git.pofilo.fr)|❌|Gitea 1.16.1|n|n|n|n|no registration link| [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|| diff --git a/input_data/forges.sql b/input_data/forges.sql index ae4de9a..1e2289d 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -58,6 +58,7 @@ insert into forgesTbl (url_clrnet, software, notes) values ('https://opendev.org insert into forgesTbl (url_clrnet, software, dead) values ('https://git.passageenseine.fr','Gitea',1); insert into forgesTbl (url_clrnet, software, dead) values ('https://gitea.shuishan.net.cn','Gitea',1); insert into forgesTbl (url_clrnet, software, notes) values ('https://try.gitea.io','Gitea 1.16.0','Intended only for Gitea experimentation; no expectation of future availability'); +insert into forgesTbl (url_clrnet, software, openpubreg, notes) values ('https://git.pofilo.fr','Gitea 1.16.1',0,'no registration link'); insert into forgesTbl (url_clrnet, software, openpubreg, notes) values ('https://forge.april.org','Gitea 1.15.6',0,'French is the primary language; no registration form; access is for [April](https://www.april.org) members -- but perhaps April membership is open to all?'); insert into forgesTbl (url_clrnet, software) values ('https://git.eta.st','Gitea 1.15.0');