Friday, September 30, 2022
apps@conference.yunohost.org
September
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
   
             

[06:22:22] <limezy> https://aria.im/_matrix/media/v1/download/matrix.org/AFSqUVVpNFEPZFVBLyrepwxp
[06:22:24] <limezy> Oops
[08:10:22] <Guillaume Bouzige> Hello, I am willing to help to get cryptpad app to a higher version shipped in yunohost. I heard there is work being done on implementing sandbox domain but this morning I have discovered this separate repo https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh
[08:11:10] <Guillaume Bouzige> is it better to start from testing branch of main app repo or from that one ?
[08:11:51] <Guillaume Bouzige> is there any reason why it needs another specific app repo ?
[08:12:32] <eric_G[m]> https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh <- this is me trying to implement sandboxing... I failed
[08:12:52] <Guillaume Bouzige> i see, can you share what happen a bit ?
[08:16:35] <eric_G[m]> I can't recall exactly what was not working and if a specific app repo for sandboxing is required.
[08:17:26] <Guillaume Bouzige> ok so maybe I better start with the existing app repo https://github.com/YunoHost-Apps/cryptpad_ynh
[08:17:34] <eric_G[m]> yes
[08:17:45] <Guillaume Bouzige> it seems like the last version passed the tests...https://github.com/YunoHost-Apps/cryptpad_ynh/pull/142
[08:19:15] <eric_G[m]> udating the package to the last version works, but there is a problem accessing the different apps (if I recall there is some security warning messages)
[08:19:22] <eric_G[m]> *updating
[08:20:00] <Guillaume Bouzige> I see yes, they force some security setup to mandatory now after being audited for security
[08:20:44] <Guillaume Bouzige> (I use to host my own instance for quite sometime)
[08:21:52] <Guillaume Bouzige> I think if we manage to get sandboxing domain to work it might solve many problems...
[08:22:04] <eric_G[m]> We have a minimal NGINX config that needs to be worked according CryptPad NGINX example
[08:24:10] <Guillaume Bouzige> sound like what you already answered me in the related github issue 🤔
[08:24:47] <Guillaume Bouzige> let me try my best and if you see PR we might get lucky
[08:28:30] <Guillaume Bouzige> since it is my first time and to avoid wasting time in wrong direction... I pop a VM with standard yunohost install, fork app repo, deploy testing version, solve issues until it works enough, push to repo and propose a pull request...right ?
[09:17:01] <limezy> https://github.com/YunoHost-Apps/tldraw_ynh
The bot doesn't update that repo's readme - is this normal ?
Maybe I should wait for the app to be added to the catalog ?
Thanks !
[10:07:36] <Aleks> apparently there's a 502 on the webhook
[10:16:52] <Aleks> for some reason the yaml lib disappeared x_X
[10:19:34] <Aleks> limezy: https://github.com/YunoHost-Apps/tldraw_ynh/commits/master
[10:20:04] <Aleks> the webhooks service for github notification also seems to be down
[10:22:23] <tituspijean> https://aria.im/_matrix/media/v1/download/pijean.ovh/4b71eff914df36506294144158980558c5d4997086ff8d54ae5ba8d671501de8
[10:23:01] <Aleks> wtf ? xD
[10:23:07] <Aleks> abracadabrantesque ?
[10:23:15] <tituspijean> "pschitt" ^^
[10:24:34] <eric_G[m]> yes, just like my MySQL to postgreSQL migration for Mattermost 🙄
[10:40:19] <eric_G[m]> to be honest, the warning I have in the install logs is not 'pschitt' but `71631 WARNING KABOOM!` 😅
[10:41:50] <Aleks> dafuq 👀
[10:43:15] <Aleks> https://media.tenor.com/CXojMvlk4nQAAAAC/badaboom.gif
[12:34:05] <tituspijean> Ah yiss... search added in latest Dendrite version https://matrix.to/#/!UBhRLVEYYvUWnsljRs:matrix.org/$KmEw3qHTi8vBrSHQj7m_Y5_6zPKEYN-hWa1eFSb4QyQ?via=pijean.ovh&via=matrix.org&via=tchncs.de
[13:47:08] <Yunohost Git/Infra notifications> [wordpress_ynh] @El-Gavy commented on issue #191 Failed update 5.9.3~ynh2 -> 6.0.2~ynh1: @tituspijean very sorry, didn’t have time to try, will do next week and i will keep you informed. https://github.com/YunoHost-Apps/wordpress_ynh/issues/191#issuecomment-1263598821
[15:36:24] <Guillaume Bouzige> do anyone know if there is a working yunohost app for CICD instead of gitlab ?
[17:37:58] <tituspijean> yunohost-bot webhooks are broken :/
[17:45:05] <tituspijean> Tag: ? 😅
[17:45:09] <tituspijean> ```
Sep 30 17:44:31 saperlipopette python[123243]: [2022-09-30 17:44:31 +0000] [123243] [ERROR] Exception occurred while handling uri: 'http://127.0.0.1:8123/github'
Sep 30 17:44:31 saperlipopette python[123243]: Traceback (most recent call last):
Sep 30 17:44:31 saperlipopette python[123243]: File "/var/www/app_yunohost/apps/tools/README-generator/venv/lib/python3.7/site-packages/sanic/app.py", line 724, in handle_request
Sep 30 17:44:31 saperlipopette python[123243]: response = await response
Sep 30 17:44:31 saperlipopette python[123243]: File "webhook.py", line 75, in on_push
Sep 30 17:44:31 saperlipopette python[123243]: generate_READMEs(folder)
Sep 30 17:44:31 saperlipopette python[123243]: File "/var/www/app_yunohost/apps/tools/README-generator/make_readme.py", line 89, in generate_READMEs
Sep 30 17:44:31 saperlipopette python[123243]: antifeatures[k]['description'] = value_for_lang(antifeatures[k]['description'], lang_suffix)
Sep 30 17:44:31 saperlipopette python[123243]: KeyError: 'description'
Sep 30 17:44:31 saperlipopette python[123243]: [2022-09-30 17:44:31 +0000] - (sanic.access)[INFO][127.0.0.1:42526]: POST http://127.0.0.1:8123/github
```
[17:50:40] <tituspijean> https://github.com/YunoHost/apps/blob/1de0a51f2e256ccd9d610fa3c22e3165ac9926da/antifeatures.yml#L105
[17:51:30] <tituspijean> https://aria.im/_matrix/media/v1/download/pijean.ovh/ba15274aca94cc85066b5757a2cfc0c129a47ae15250164c907e1ffb645a412c
[17:52:27] <Yunohost Git/Infra notifications> [apps] @tituspijean pushed 1 commit to fix-typo: Fix typo https://github.com/YunoHost/apps/commit/18cbe0f54e872872ad11b164255171ee466e306f
[17:52:27] <Yunohost Git/Infra notifications> [apps] @tituspijean created new branch fix-typo
[17:52:35] <Yunohost Git/Infra notifications> [apps] @tituspijean opened pull request #1519: Fix typo https://github.com/YunoHost/apps/pull/1519
[17:54:16] <Yunohost Git/Infra notifications> [apps] @tituspijean commented on issue #1519 Fix typo: Save the cheertypo, save the README generator. https://github.com/YunoHost/apps/pull/1519#issuecomment-1263855842
[17:54:50] <Yunohost Git/Infra notifications> [apps] @tituspijean merged pull request #1519: Fix typo https://github.com/YunoHost/apps/pull/1519
[17:54:50] <Yunohost Git/Infra notifications> [apps] @tituspijean pushed 2 commits to master: https://github.com/YunoHost/apps/compare/1de0a51f2e25...23597a866877
[17:54:53] <Yunohost Git/Infra notifications> [apps/master] Fix typo - tituspijean
[17:54:57] <Yunohost Git/Infra notifications> [apps] @tituspijean deleted branch fix-typo
[17:54:57] <Yunohost Git/Infra notifications> [apps/master] Merge pull request #1519 from YunoHost/fix-typo - tituspijean
[18:01:41] <tituspijean> Fixed :)
[18:02:13] <Yunohost Git/Infra notifications> [apps] @yunohost-bot created new branch modify_level
[18:02:13] <Yunohost Git/Infra notifications> [apps] @yunohost-bot pushed 1 commit to modify_level: Update apps level https://github.com/YunoHost/apps/commit/3bd72c02e6f3afe123e161cb0a36ae39fd033ce5
[18:02:38] <Yunohost Git/Infra notifications> [apps] @tituspijean opened pull request #1520: Update apps level https://github.com/YunoHost/apps/pull/1520
[18:56:41] <Yunohost Git/Infra notifications> [apps] @tituspijean edited pull request #1520: Update apps level https://github.com/YunoHost/apps/pull/1520