Wednesday, June 28, 2023
apps@conference.yunohost.org
June
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
   
             

[13:27:04] <Yunohost Git/Infra notifications> [nextcloud_ynh] @rosbeef [commented](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/587#issuecomment-1611411771) on [issue #587](https://github.com/YunoHost-Apps/nextcloud_ynh/issues/587) Newer Nodejs version required for recognize addon.: I have no logs in /var/log/nextcloud/ . do you know where are logs ? in config.php logging is set to 0.
[16:52:46] <Carlos Solís> Quick question regarding `ynh_composer_exec`: how exactly do I run it with a specific user? I already tried `ynh_exec_as $app ynh_composer_exec` but the latter part doesn't get properly escaped. And running it without anything doesn't work, because Composer is supposed to not be run as root
[17:20:55] <tituspijean> IIRC a long time ago I had coded a patched version of the helper for Flarum, where I specifies the user.

Right now, the issue is that the helpers are not loaded in the subshells created by ynh_exec_as
[17:21:30] <tituspijean> IIRC a long time ago I had coded a patched version of the helper for Flarum, where you can specify the user. (Basically it does a sudo -u i
$user in the code)
Right now, the issue is that the helpers are not loaded in the subshells created by ynh_exec_as

[17:21:41] <tituspijean> IIRC a long time ago I had coded a patched version of the helper for Flarum, where you can specify the user. (Basically it does a sudo -u i $user in the code)
Right now, the issue is that the helpers are not loaded in the subshells created by ynh_exec_as
[17:34:47] <Carlos Solís> OK, guess I'll recheck Flarum
[17:37:33] <Carlos Solís> Well, looks like the patched helper is not in the flarum_ynh repo
[17:38:31] <tituspijean> You'll need to check its history, I have removed it since
[17:44:18] <Carlos Solís> I think I found the file: https://github.com/YunoHost-Apps/flarum_ynh/blob/0728ea096b4a0cd030b311821e659519b1346f4a/scripts/experimental_helpers/ynh_composer
[17:44:37] <Carlos Solís> Not sure if I should request it to be added back to the official package in this state, though.
[21:00:47] <Carlos Solís> Phew, eric_G is back
[21:14:14] <Carlos Solís> Also: good news everyone, seems like Senpai noticed us https://github.com/YunoHost-Apps/kbin_ynh/issues/2
[22:07:56] <gredin67> > <@bruno:spyckerelle.info> Hello there !
> I'm trying to package mautrix_googlechat based on the mautrix_signal_ynh package. I'm totally new to this exercise and I think I missed something as I have this warning during install :
> WARNING: The directory '/opt/yunohost/mautrix_googlechat/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
> The directory is created and owned by mautrix_googlechat
> My install script : https://github.com/BrunoSpy/mautrix_googlechat_ynh/blob/master/scripts/install
> Thx for your advice !

hi, I guess you should rather use the packaging v2, see https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/pull/104