Tuesday, November 15, 2022
dev@conference.yunohost.org
November
Mon Tue Wed Thu Fri Sat Sun
  1 2
3 4
5
6
7
8
9
10
11
12 13
14
15
16
17 18
19
20
21
22
23
24
25
26
27
28
29
30
       
             

[09:42:06] <tituspijean> @room infra team, forum is down and I have no idea what to do. A user says is LE certificate, while I cannot even ping it... but I can ssh into it from my VPS?! Network issues?
[09:42:43] <Salamandar> dns issues ?
[09:42:50] <autra[m]> are you speaking about https://forum.yunohost.org/ ? working for me as well
[09:42:53] <tituspijean> good ol' "reboot das server"
[09:43:10] <Salamandar> I'm accessing via ipv4 though
[09:43:45] <tituspijean> ah, and my VPS was using IPv6 and my local computer IPv4
[09:43:48] <autra[m]> @tituspijean the root certificate of letsencrypt has been updated recently. If your user is on linux, they should update their packages and their browser
[09:43:57] <autra[m]> like some weeks ago
[09:44:21] <autra[m]> on windows, I don't know how the list of root certificates is maintained
[09:44:48] <Salamandar> I'm using the let's encrypt certificate from 2020
[09:45:45] *autra[m] is trying to find *where* I've seen this
[09:46:05] <Salamandar> Hah ! the let's encrypt certificate for forum.yunohost.org was just renewed this morning
[09:46:21] <Salamandar> on my computer it's valid since this morning, 8h41 GMT
[09:46:38] <Salamandar> the user might just need to restart their browser to clear the cert cache
[09:48:04] <autra[m]> oh yes that might explain it as well
[09:48:20] <autra[m]> maybe this server can renew its certiifcate a bit sooner to avoid this overlap effect?
[09:48:51] <tituspijean> it should be all automated, I dunno what happened :/
[10:45:51] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle pushed 13 commits to enh-appv2modal: https://github.com/YunoHost/yunohost-admin/compare/071ae1cd3a1b...09df53adab0e
[10:45:54] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] AppInstall: display warning/danger depending on potential several problems - axolotle
[10:45:57] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] [fix] FormItem select as default for args with "choice" - axolotle
[10:46:05] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] [comp] add YunoAlert component - axolotle
[10:46:59] <Aleks (he/him/il/lui)> > <@titus:pijean.ovh> it should be all automated, I dunno what happened :/

#FullyAutomatedLuxuryCommunism
[10:50:42] <Yunohost Git/Infra notifications> [yunohost-admin] @tituspijean commented on issue #458 Add upstream manifest info (install, configuration pages): It looks like it is being partially superseded by #486, do you concur @Axolotle? (License info would be missing though) https://github.com/YunoHost/yunohost-admin/pull/458#issuecomment-1315133504
[10:53:50] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle edited pull request #486: [enh] app v2 modal details https://github.com/YunoHost/yunohost-admin/pull/486
[10:54:46] <tituspijean> > <@Alekswag:matrix.org> #FullyAutomatedLuxuryCommunism

Eh, how do you know my middle names?
[11:57:01] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle commented on issue #458 Add upstream manifest info (install, configuration pages): > It looks like it is being partially superseded by #486, do you concur @Axolotle? (License info would be missing though... https://github.com/YunoHost/yunohost-admin/pull/458#issuecomment-1315205828
[11:58:19] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle pushed 1 commit to enh-appv2modal: [fix] add missing license info and userdoc upstream link https://github.com/YunoHost/yunohost-admin/commit/4e2a92bb1ddaff7be0b9e9186db933239f797c73
[12:25:19] <axolotle> Should i split the app v2 changes into multiple PR for catalog+install, app info, app upgrade ?
[12:26:36] <axolotle> https://github.com/YunoHost/yunohost-admin/pull/486 is near to be testable i think (app catalog + install)
[13:37:35] <Aleks (he/him/il/lui)> > <@axolotle:matrix.org> Should i split the app v2 changes into multiple PR for catalog+install, app info, app upgrade ?

didnt check the details but it's probably fine as a single PR
[14:13:59] <axolotle> I'm adding new filter (as checkbox) to the web-admin catalog to hide:
- arch not supported (checked by default)
- already installed app with `"multi_instance": false` (checked by default)
- apps with antifeatures (not checked)
[14:21:05] <axolotle> I guess it is not needed to allow hiding for other requirements like disk/ram/need\_upgrade since it is then better explained in an alert in AppInstall ?
[14:21:07] <axolotle> I guess it is not needed to allow hiding for other requirements like disk/ram/need\_upgrade since it is then better explained in an alert in AppInstall?
[15:58:55] <Aleks (he/him/il/lui)> eeeeh i dont think i would filter by antifeatures because it's not really a blocking issue by itself, it's more like a "standardized disclaimer"
[15:59:42] <Aleks (he/him/il/lui)> and i wouldnt hide the app in the list but only disable the install form or something like this, otherwise people are going to be like "I thought app X was packaged for Yunohost but I cant find it in the catalog"
[16:06:06] <Yunohost Git/Infra notifications> @Lancelotmay forked SSOwat to Lancelotmay/SSOwat: https://github.com/Lancelotmay/SSOwat
[16:16:16] <axolotle> oki, no filters then!
[16:35:55] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle pushed 3 commits to enh-appv2modal: https://github.com/YunoHost/yunohost-admin/compare/4e2a92bb1dda...153787a6a18a
[16:35:58] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] rm no longer used AppCatalogDetails - axolotle
[16:36:02] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] [fix] CardFeedDeck display more card if scrolled on page load - axolotle
[16:36:04] <Yunohost Git/Infra notifications> [yunohost-admin/enh-appv2modal] [fix] AppInstall requirements error messages - axolotle
[16:36:40] <Yunohost Git/Infra notifications> [yunohost] @Axolotle pushed 1 commit to enh-apps-v2: add locales & fix multi_instance check https://github.com/YunoHost/yunohost/commit/8e5ffcb5636d985a37f1e20d39640d7c3ad63dfe
[16:38:47] <Yunohost Git/Infra notifications> [yunohost-admin] @Axolotle edited pull request #486: [enh] app v2 modal details https://github.com/YunoHost/yunohost-admin/pull/486
[16:44:36] <Yunohost Git/Infra notifications> [yunohost] @Axolotle edited pull request #1526: Enh apps v2 https://github.com/YunoHost/yunohost/pull/1526
[17:43:15] <Yunohost Git/Infra notifications> [yunohost] Pipeline failed on GitLab https://gitlab.com/yunohost/yunohost/-/pipelines/695519088 on commit https://github.com/YunoHost/yunohost/commit/8e5ffcb5636d985a37f1e20d39640d7c3ad63dfe "add locales & fix multi_instance check" by @axolotle on branches enh-apps-v2
[18:31:09] <Aleks (he/him/il/lui)> the authentication card expired
[18:31:09] <Aleks (he/him/il/lui)> Tag: tituspijean btw I have issues connecting to our bank account so I cant make the payments right now T.T
[18:37:54] <tituspijean> No worries :)
[20:46:15] <Tag> It's okay o/
[21:51:21] <Aleks (he/him/il/lui)> Ljf has the new card so now it's mostly a matter of waiting for the temporary lock to unlock