Thursday, April 20, 2023
dev@conference.yunohost.org
April
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
             

[10:37:00] <eric_G> I have reinstalled my server and the auto certificat blocks the access to the site...
It is maybe useful to add after:
```
Warning: The post-install completed! To finalize your setup, please consider:
- diagnose potential issues through the 'Diagnosis' section of the webadmin (or 'yunohost diagnosis run' in command-line);
- reading the 'Finalizing your setup' and 'Getting to know YunoHost' parts in the admin documentation: https://yunohost.org/admindoc.
```
a line about how to generate a Let's Encrypt certificat.

[10:50:43] <tituspijean[m]> it is listed in the documentation though 😉 https://yunohost.org/en/install/hardware:regular#get-a-let-s-encrypt-certi
[10:58:38] <eric_G> yes, but the info should be where it is needed.
[11:01:46] <eric_G> me, struggling to access my YunoHost server 😅
[11:07:01] <tituspijean[m]> The string is there: https://github.com/YunoHost/yunohost/blob/9a585f03c67923b31802aaee762888349f3b3f3d/locales/en.json#L765 😉
[14:38:33] <kayou> and used here: https://github.com/YunoHost/yunohost/blob/9a585f03c67923b31802aaee762888349f3b3f3d/src/tools.py#L282
[18:41:38] <tituspijean[m]> (Our Galene instance is not working correctly, give me 5 min or so to try to fix it)
[18:43:08] <tituspijean[m]> Aaaaalright... ahem...
[18:43:26] <tituspijean[m]> @room meeting o'clock!
- PAD: https://pad.lqdn.fr/p/yunohost-2023-04-20
- INVITE LINK TO GALENE: https://meeting.yunohost.org/group/Contributors%20meeting/?token=wyZoBPx97kM
[18:45:18] <Aleks (he/him/il/lui)> (cant join tonight, sowwy 😬)
[18:45:43] <tituspijean[m]> https://www.youtube.com/watch?v=JISlh7et1w4
[20:26:23] <tituspijean[m]> eric_G any issue related to closing https://github.com/YunoHost/yunohost/pull/1610 ? it looked ok and zamentur's suggestions were doable
[21:06:57] <Yunohost Git/Infra notifications> [issues] @tituspijean opened [issue #2193](https://github.com/YunoHost/issues/issues/2193): Log generated while adding/remove a user into a group is not verbose enough
[21:07:01] <Yunohost Git/Infra notifications> [issues] @tituspijean labeled :star2: ux on [issue #2193](https://github.com/YunoHost/issues/issues/2193): Log generated while adding/remove a user into a group is not verbose enough
[21:07:01] <Yunohost Git/Infra notifications> [issues] @tituspijean labeled :memo: Logs on [issue #2193](https://github.com/YunoHost/issues/issues/2193): Log generated while adding/remove a user into a group is not verbose enough
[21:31:55] <tituspijean[m]> I'm discovering that the hooks `post_app_{add,remove}access` are triggered when a permission is given to a user or group, but not when a user is added to a new group. It that an oversight or am I missing something?
[21:35:04] <tituspijean[m]> I'm discovering that the hook `post_app_addaccess` is triggered when a permission is given to a user or group, but not when a user is added to a new group. It that an oversight or am I missing something? (same thing with `post_app_removeaccess`)
[21:35:40] <tituspijean[m]> Use case: https://github.com/YunoHost-Apps/aeneria\_ynh/pull/36
I want to make sure all users having `aeneria.main` permission have their internal aeneria account created and enabled (or disabled if the permission is removed)