gitea 1.14+ have broken fonts

This commit is contained in:
humanacollaborator 2021-05-04 15:22:56 -04:00
parent b7e9ccd455
commit 3f56c89f20
3 changed files with 20 additions and 2 deletions

View File

@ -7,14 +7,18 @@ 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.fsfe.org](https://git.fsfe.org)|✅|Gitea|n|n|n|n||
[de.edumat.io](https://de.edumat.io)|✅|Gitea 1.5.2|n|n|n|n||
[git.nixnet.services](https://git.nixnet.services)|❌|Gitea 1.13.1|n|n|n|n|formerly git.nixnet.xyz|
[git.disroot.org](https://git.disroot.org)|✅|Gitea 1.13.6|n|n|n|n|SSH over Tor works; based in NL|
[git.fuwafuwa.moe](https://git.fuwafuwa.moe)([onion](http://git.fuwafuwaqtlkkxwc.onion))|✅|Gitea 1.13.6|n|n|n|n|SSH over Tor [broken](http://git.fuwafuwaqtlkkxwc.onion/levena/fuwafuwa/issues/1); HTTPS over Tor works|
[git.safemobile.org](https://git.safemobile.org)|✅|Gitea 1.13.6|n|n|n|n||
[git.slashdev.space](https://git.slashdev.space)|✅|Gitea 1.13.6|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[git.sdf.org](https://git.sdf.org)|✅|Gitea 1.14.1|n|n|n|n|git.sdf.org is tar-pitting many Tor IPs in defense of attack & it's unclear if this is a temporary measure; SSH over Tor broken but HTTPS over Tor works; some UTF-8 emoticons apparently broke in upgrade from 1.13.1 to 1.14.1 (this table shows boxes now)|
[git.nogafam.es](https://git.nogafam.es)|✅|Gitea 1.15.0|n|n|n|n||
[opendev.org](https://opendev.org)|✅|Gitea 1.13.7|n|n|n|n||
[dev.sum7.eu](https://dev.sum7.eu)|✅|Gitea 1.14.0[⚠][gitea-bug]|n|n|n|n||
[git.sdf.org](https://git.sdf.org)|✅|Gitea 1.14.1[⚠][gitea-bug]|n|n|n|n|git.sdf.org is tar-pitting many Tor IPs in defense of attack & it's unclear if this is a temporary measure; SSH over Tor broken but HTTPS over Tor works; some UTF-8 emoticons apparently broke in upgrade from 1.13.1 to 1.14.1 (this table shows boxes now)|
[git.nogafam.es](https://git.nogafam.es)|✅|Gitea 1.15.0[⚠][gitea-bug]|n|n|n|n||
[try.gitea.io](https://try.gitea.io)|✅|Gitea 1.15.0[⚠][gitea-bug]|n|n|n|n|Intended only for Gitea experimentation; no expectation of future availability|
[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|
[gitlab.freedesktop.org](https://gitlab.freedesktop.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Freedesktop efforts|
@ -35,6 +39,8 @@ These forges are not as seriously flawed as the blacklisted ones, but they shoul
|---|---|---|---|---|---|---|---|
([onion](http://githidep2hynhdmutuv7n2tei4iie2c7lyqz5fes3r5zzoxe5dshtxyd.onion))|❌||n|n|n|n|**dead site**|
[codeberg.org](https://codeberg.org)|✅|Gitea|n|n|n|n|Based in Germany; [censored an anti-Cloudflare project](codeberg.md) in a reckless and destructive manner; functions without any JavaScript and the JavaScript that exists is all 1st-party ([ref](https://github.com/privacytoolsIO/privacytools.io/issues/843#issuecomment-483830547))|
[git.passageenseine.fr](https://git.passageenseine.fr)|❌|Gitea|n|n|n|n|**dead site**|
[gitea.shuishan.net.cn](https://gitea.shuishan.net.cn)|❌|Gitea|n|n|n|n|**dead site**|
[yerbamate.dev](https://yerbamate.dev)|❌|Gitea|n|n|n|n|**dead site**|
[gitea.it](https://gitea.it)|✅|Gitea 1.12.4|n|n|n|n|**Cloudflare NS server** (they can route all traffic via CF at the flip of a switch)|
[git.kiwifarms.net](https://git.kiwifarms.net)|✅|Gitea 1.13.1|n|n|n|n|**Cloudflare NS server** (they can route all traffic via CF at the flip of a switch)|
@ -57,3 +63,4 @@ git.openprivacy.ca|❌ (exclusive walled garden)|Gitea 1.12.4|y|n|n|n|Tor users
git.feneas.org|✅|Gitlab (CE)|n|n|⚒|☣|reCAPTCHA impedes registration and imposes non-free s/w|
gitlab.com|❌ (exclusive walled garden)|Gitlab (EE)|n|y|⚒|☣|flagship instance running the *Enterprise Edition*; uses both hCAPTCHA & reCAPTCHA; heavily restricted with discriminatory policies; [copious ethical issues](gitlab-dot-com.md)|
[gitea-bug]: https://try.gitea.io/JonasFranzDEV/drone-gitea-release/issues/2#issuecomment-82906

View File

@ -1,3 +1,5 @@
/* Monitor https://gitea.com/gitea/awesome-gitea#organizations for new hosts */
create table if not exists forgesTbl
(url_clrnet text,
url_onion text,
@ -46,6 +48,12 @@ insert into forgesTbl (url_clrnet, software) values ('https://de.edumat.io','Git
insert into forgesTbl (url_clrnet, software, cfns) values ('https://git.kiwifarms.net','Gitea 1.13.1',1);
insert into forgesTbl (url_clrnet, software) values ('https://git.safemobile.org','Gitea 1.13.6');
insert into forgesTbl (url_clrnet, software) values ('https://git.nogafam.es','Gitea 1.15.0');
insert into forgesTbl (url_clrnet, software) values ('https://dev.sum7.eu','Gitea 1.14.0');
insert into forgesTbl (url_clrnet, software) values ('https://git.fsfe.org','Gitea');
insert into forgesTbl (url_clrnet, software) values ('https://opendev.org','Gitea 1.13.7');
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.15.0','Intended only for Gitea experimentation; no expectation of future availability');
/*
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:
@ -83,3 +91,4 @@ update forgesTbl set notes = '**dead site**'||case when notes is null then '' el
update forgesTbl set notes = '**forced h/reCAPTCHA**'||case when notes is null then '' else '; '||notes end where hrecaptcha = 'unavoidable' and notes not like '%captcha%';
update forgesTbl set notes = '**access granted or denied based on national origin**'||case when notes is null then '' else '; '||notes end where nation_discrimination;
update forgesTbl set software = 'Gitlab (CE)' where software = 'gitlab_ce';
update forgesTbl set software = software||'[⚠][gitea-bug]' where software like 'gitea_1.14%' or software like 'gitea_1.15%';

View File

@ -151,6 +151,8 @@ $(intro $lst)"'
# for the future => order by naturalsort(software),url_clrnet...
printf $'\n'
done
printf '%s\n' '[gitea-bug]: https://try.gitea.io/JonasFranzDEV/drone-gitea-release/issues/2#issuecomment-82906'
};#table_md
table_populate