[07:29:39]
<Yunohost Git/Infra notifications> [joplin_ynh] ericgaspar merged [pull request #64](https://github.com/YunoHost-Apps/joplin_ynh/pull/64): Upgrade to v3.2.4
[07:29:39]
<Yunohost Git/Infra notifications> [joplin_ynh] ericgaspar deleted branch ci-auto-update-3.2.4
[07:29:47]
<Yunohost Git/Infra notifications> [joplin_ynh] ericgaspar opened [pull request #65](https://github.com/YunoHost-Apps/joplin_ynh/pull/65): Testing
[07:29:57]
<Yunohost Git/Infra notifications> [joplin_ynh] ericgaspar merged [pull request #65](https://github.com/YunoHost-Apps/joplin_ynh/pull/65): Testing
[09:05:03]
<eric_G> access to Etherpad `/admin` page (with web authentication) is broken (I guess since YNH 12)
[09:05:13]
<eric_G> Do we have to add Etherpad to the `apps_that_need_external_auth_maybe` list?
[09:05:50]
<eric_G> or is it something else?
[09:38:54]
<rodinux> How debug this fact on Collabora install script adding the service coolwsd `yunohost service add "coolwsd" --description="Collabora online office suite" --log="/var/log/$app/$app.log"` is it relevant ? the folder `/var/log/$app/$app` is never created
[09:40:39]
<rodinux> I try understand how the systemd manage the logs... I saw this with `systemctl status`
```
CGroup: /system.slice/coolwsd.service
├─ 536 /usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd
├─1568 /usr/bin/coolforkit-ns --systemplate=/opt/cool/systemplate --lotemplate=/opt/collaboraoffice --childroot=/opt/cool/child-roots/536-53484bdc/ --clientport=9980 --masterport=coolwsd-"-->
└─1679 /usr/bin/coolforkit-ns --systemplate=/opt/cool/systemplate --lotemplate=/opt/collaboraoffice --childroot=/opt/cool/child-roots/536-53484bdc/ --clientport=9980 --masterport=coolwsd- "--
```
[10:01:27]
<rodinux> > The actual logging has to be either redirected from stdout in unit file or configured on app level
Ah Ok ! thanks
[10:01:27]
<orhtej2> > <@rodinux:matrix.org> How debug this fact on Collabora install script adding the service coolwsd `yunohost service add "coolwsd" --description="Collabora online office suite" --log="/var/log/$app/$app.log"` is it relevant ? the folder `/var/log/$app/$app` is never created
This log then appears under webadmin-tools-services, nothing more
[10:01:27]
<orhtej2> The actual logging has to be either redirected from stdout in unit file or configured on app level
[10:04:31]
<rodinux> To make the script works an v2.1 I have to comment lines like `ynh_backup "/opt/logrotate.d/$app` for example also there is no folders `/opt/logrotate.d/collabora`...
[10:11:15]
<rodinux> well I din't know also If I can add a argument on the test or somewhere to redirect as said the CI `A SHITLOAD of warnings in the output ! If those warnings are coming from some app build step and ain't actual warnings, please redirect them to the standard output instead of the error output ...!`, this happens on upgrade when stopping the service coolwsd we see all the status of the service before stop...
[10:19:08]
<rodinux> There is something like this in the file `/lib/systemd/system/coolwsd.service`
```
ProtectSystem=strict
ReadWritePaths=/opt/cool /var/log
```
and in the `coolwsd.xml` conf
```
<file enable="false">
<!-- If you use other path than /var/log and you run coolwsd from systemd, make sure that you enable that path in coolwsd.service (ReadWritePaths). -->
<property name="path" desc="Log file path.">/var/log/coolwsd.log</property>
<property name="rotation" desc="Log file rotation strategy. See Poco FileChannel.">never</property>
<property name="archive" desc="Append either timestamp or number to the archived log filename.">timestamp</property>
<property name="compress" desc="Enable/disable log file compression.">true</property>
<property name="purgeAge" desc="The maximum age of log files to preserve. See Poco FileChannel.">10 days</property>
<property name="purgeCount" desc="The maximum number of log archives to preserve. Use 'none' to disable purging. See Poco FileChannel.">10</property>
<property name="rotateOnOpen" desc="Enable/disable log file rotation on opening.">true</property>
<property name="flush" desc="Enable/disable flushing after logging each line. May harm performance. Note that without flushing after each line, the log lines from the different processes will not appear in chronological order.">false</property>
</file>
```
[10:37:00]
<rodinux> well I just have testing upgrade a collabora on a perso server, and it works fine, I just have to go in the params in Nextcloud to save again the url before, like this it upload the new version for the server collabora...
[10:39:58]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux [commented](https://github.com/YunoHost-Apps/collabora_ynh/pull/95#issuecomment-2538512782) on [issue #95](https://github.com/YunoHost-Apps/collabora_ynh/pull/95) V24.04.10 2: @ericgaspar is OK for me, but if there is something to review ?
[10:45:54]
<rodinux> Hummm... wait, I cant't connect to admin collabora... have try to understand why
[10:55:05]
<orhtej2> and in `install`
[10:55:05]
<orhtej2> the logging as configured goes to `/var/log/$app.log` not `/var/log/$app/$app.log` and the `shitload of warnings` stems from lacking `match_line` in `ynh_systemd_action` I guess
[10:55:05]
<orhtej2> (in `upgrade`, hence the service is not up)
[10:55:06]
<orhtej2> <del>and you're lacking a unit file oO</del>
[10:55:06]
<orhtej2> ah, it comes from deb
[10:55:06]
<orhtej2> how is this supposed to work, for now you're provisioning a placeholder `index.html`
[10:55:07]
<rodinux> > ah, it comes from deb
if the file is come the source package, we don't need this ?
```
ynh_config_add --template="root_index.html" --destination="$install_dir/index.html"
chown -R "$app:www-data" "$install_dir"
chmod 640 "$install_dir/index.html"
```
[10:55:07]
<orhtej2> <del>@rodinux you're lacking the call to https://doc.yunohost.org/en/packaging\_apps\_helpers#ynh-add-systemd-config</del>
[10:55:48]
<rodinux> we need it to be on the correct path
[10:55:48]
<orhtej2> > <@rodinux:matrix.org> if the file is come the source package, we don't need this ?
> ```
> ynh_config_add --template="root_index.html" --destination="$install_dir/index.html"
>
> chown -R "$app:www-data" "$install_dir"
> chmod 640 "$install_dir/index.html"
> ```
this is placeholder served on Collabora's URL, I have no clue how the app works and if this is OK 🤷
[11:00:47]
<rodinux> A new issue is I can't connect to the admin url `http://collabora.domain.tld/browser/dist/admin/admin.html` and if I put https I have a warning
[11:03:13]
<Aleks (he/him/il/lui)> if you "can't" then explain what happens
[11:08:08]
<rodinux> There is a popup when you want enter in the admin of collabora where you need enter `admin` and `password`, first when tryng to get rhe link it was on http, I have to desactivate `https everywhere` to get the link in https... don't know if is important, next when enter the admin and password rfresh just the popup
[11:10:35]
<rodinux> there is something like `2axx:xxxx:xxxxx:xxx - domain [12/Dec/2024:11:47:23 +0100] "GET /favicon.ico HTTP/2.0" 404 146 "https://office.rodinux.fr/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"`
[11:10:57]
<Aleks (he/him/il/lui)> does `yunohost app setting collabora protect_against_basic_auth_spoofing -v false` followed by `yunohost app ssowatconf` fixes the issue ?
[11:11:10]
<Aleks (he/him/il/lui)> the favicon.ico 404 is completely unrelated
[11:14:01]
<rodinux> not seem
[11:19:20]
<orhtej2> I have a sinking feeling I know what the issue is https://github.com/CollaboraOnline/online/blob/ba62ed6748de9ce0f4f6629da9aa209cd05c053b/debian/coolwsd.install#L4
[11:19:20]
<orhtej2> but it doesn't pull `apache2` 🤔
[11:19:21]
<rodinux> well something wrong
```
2024-12-12T12:12:26.495292+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:12:26.494249 +0100 [ websrv_poll ] ERR Admin Console wrong username.| wsd/FileServer.cpp:154
2024-12-12T12:12:26.495504+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:12:26.494338 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found: Invalid admin login| wsd/FileServer.cpp:768
2024-12-12T12:14:15.773482+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:14:15.772423 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
2024-12-12T12:14:15.893918+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:14:15.893717 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
2024-12-12T12:14:32.914829+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:14:32.913728 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
2024-12-12T12:14:35.724752+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:14:35.723655 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
2024-12-12T12:14:35.845905+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:14:35.845701 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
2024-12-12T12:15:39.157202+01:00 domain coolwsd[16777]: wsd-16777-16803 2024-12-12 12:15:39.156129 +0100 [ websrv_poll ] ERR FileServerRequestHandler::NotAuthenticated: No authentication information found| wsd/FileServer.cpp:768
```
[11:24:21]
<rodinux> I am trying found where is the file`FileServer.cpp`
[11:43:14]
<orhtej2> I cannot figure out if this is reading your conf
[11:43:15]
<orhtej2> > <@rodinux:matrix.org> I am trying found where is the file`FileServer.cpp`
[in collabora sources](https://github.com/CollaboraOnline/online/blob/master/wsd/FileServer.cpp) of course 🤷
[11:43:15]
<rodinux> what about use PAM for admin console ?
[11:47:15]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to testing: Update manifest.toml ([8bc0cff0](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/8bc0cff0c15a3353d6eba2e953fd8b371e6756e7))
[11:47:40]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to v2_PostgreSQL: Update manifest.toml ([c291b2e2](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/c291b2e2bd929e887ba3dfdc0e2509c89ff6b36e))
[11:48:08]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to v2_PostgreSQL: Update manifest.toml ([3aa9f9ca](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/3aa9f9cac2e8d60025685894878a99b39f8d5556))
[11:48:24]
<rodinux> Ok I found the matter ! we talk about it in the forum, the upgrade added in the password in the conf coolwsd.xml a `xxxxxxxxxxxx__PASSWORD__xxxxxxxx</password>
`
[11:50:04]
<rodinux> because of a symbol `&` in the password...
[11:58:28]
<Yunohost Git/Infra notifications> [nextcloud_ynh/v2_PostgreSQL] fix - Éric Gaspar
[11:58:28]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 2 commits to v2_PostgreSQL ([807afd32161d...6912d19a577c](https://github.com/YunoHost-Apps/nextcloud_ynh/compare/807afd32161d...6912d19a577c))
[11:58:29]
<Yunohost Git/Infra notifications> [nextcloud_ynh/v2_PostgreSQL] Merge branch v2_PostgreSQL of https://github.com/YunoHost-Apps/nextcloud_ynh into v2_PostgreSQL - Éric Gaspar
[12:09:43]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to testing: fix ([893daef1](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/893daef1341bf7f7390cc474f19fdbe5bd71b210))
[12:09:52]
<rodinux> well after tryng correct the password in the settings and in the file coolwsd.xml, restart service, I still can't login...
[12:23:09]
<rodinux> Perhpas due to `<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or coolconfig to set up a secure password.">xxxxxxxxxxxxx</password>`
[12:34:59]
<rodinux> well is OK... due to some cookies on my browser
[12:56:56]
<eric_G> new nextcloud version updated (30.0.4 and 28.0.14)
[12:57:30]
<eric_G> we still have patch issue on upgrade. Is it solved in the core yet?
[13:01:32]
<eric_G> https://ci-apps-dev.yunohost.org/ci/job/4799
[14:49:25]
<orhtej2> > <@ericg:matrix.org> we still have patch issue on upgrade. Is it solved in the core yet?
No, Proposal here but needs tweaking: https://github.com/YunoHost/yunohost/pull/1968
[14:49:25]
<orhtej2> You can try moving patches one folder up but iirc they're not copied during install anyway
[14:53:04]
<Yunohost Git/Infra notifications> [nextcloud_ynh] ericgaspar pushed 1 commit to testing: cleaning ([fc6f6d1d](https://github.com/YunoHost-Apps/nextcloud_ynh/commit/fc6f6d1d15120fba7fca0c3fcedaa2fa5d0e299b))
[14:55:55]
<rodinux> Ok, I try connecting to collabora with `yunohost app shell collabora`, then if I want use `coolconfig` commands I need use user `cool` but anyway, using collabora shell
```
coolconfig update-system-template
Access to file denied: /etc/coolwsd/coolwsd.xml
```
using user `cool` and his password did not match also
```
sudo -u cool coolconfig update-system-template
[sudo] password for collabora:
Sorry, try again.
[sudo] password for collabora
```
[15:01:07]
<rodinux> Ok, root can use `coolconfig` with write permissions...
[15:14:46]
<Salamandar> sounds okay to me, but again a one-man-project :D
[15:14:46]
<Nathanaël H> Hello, can someone review (merge 😇) my pr https://github.com/YunoHost-Apps/synapse-admin_ynh/pull/62 ? (I don't have write permission on this repo).
[16:07:04]
<eric_G> Nathanaël H: why are we moving away from the original repo?
[16:12:45]
<Nathanaël H> > <@ericg:matrix.org> Nathanaël H: why are we moving away from the original repo?
The original repo is not maintened. The people behind the fork are known in the Matrix community and tried to contribute upstream, but had no answer.
[16:12:46]
<eric_G> at least they have a logo now 😄
[16:15:33]
<Yunohost Git/Infra notifications> [apps] ericgaspar created new branch synapse-admin-logo
[16:15:42]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to synapse-admin-logo: Update synapse-admin.png ([f0c945d5](https://github.com/YunoHost/apps/commit/f0c945d5c830906f4802081fd3493831d3ef4e20))
[16:16:19]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to synapse-admin-logo: Update synapse-admin.png ([a422f371](https://github.com/YunoHost/apps/commit/a422f371529d6f4d3138da06bd56aafe4e502de2))
[16:16:27]
<Yunohost Git/Infra notifications> [apps] ericgaspar opened [pull request #2746](https://github.com/YunoHost/apps/pull/2746): Synapse admin logo
[16:16:37]
<Yunohost Git/Infra notifications> [apps] ericgaspar pushed 1 commit to master: Synapse admin logo (#2746) * Update synapse-admin.png * Update synapse-admin.png ([ae47e18e](https://github.com/YunoHost/apps/commit/ae47e18e5cf3a57dbc1757884f860924c02886df))
[16:16:38]
<Yunohost Git/Infra notifications> [apps] ericgaspar merged [pull request #2746](https://github.com/YunoHost/apps/pull/2746): Synapse admin logo
[16:16:38]
<Yunohost Git/Infra notifications> [apps] ericgaspar deleted branch synapse-admin-logo
[16:17:31]
<Yunohost Git/Infra notifications> [syncthing_ynh] ericgaspar merged [pull request #194](https://github.com/YunoHost-Apps/syncthing_ynh/pull/194): Upgrade to v1.28.1
[16:17:35]
<Yunohost Git/Infra notifications> [syncthing_ynh] ericgaspar deleted branch ci-auto-update-1.28.1
[16:17:51]
<Yunohost Git/Infra notifications> [syncthing_ynh] ericgaspar merged [pull request #195](https://github.com/YunoHost-Apps/syncthing_ynh/pull/195): Testing
[16:17:51]
<Yunohost Git/Infra notifications> [syncthing_ynh] ericgaspar opened [pull request #195](https://github.com/YunoHost-Apps/syncthing_ynh/pull/195): Testing
[16:25:28]
<rodinux> is it relevant open the port TCP 9980 use in collabora ?
```
# static files
location ^~ /browser {
proxy_pass http://localhost:9980;
proxy_set_header Host $host;
more_set_headers "X-Frame-Options: ALLOWALL";
}
```
[17:05:05]
<rodinux> Ok, I confirm I need
```
yunohost app setting collabora -v protect_against_basic_auth_spoofing --false
yunohost app ssowatconf
```
to get the admin if collbora... How I add this parameter in the scripts ?
[17:05:22]
<rodinux> Ok, I confirm I need
```
yunohost app setting collabora -v protect_against_basic_auth_spoofing -v false
yunohost app ssowatconf
```
to get the admin if collbora... How I add this parameter in the scripts ?
[17:13:14]
<Aleks (he/him/il/lui)> using ynh_app_setting_set
[18:15:43]
<m606> > <@m606:matrix.org> That's improving! I had to add `ynh_app_config_run $1` at the end of the config script... and now the logs show that both getters and setters work: https://paste.yunohost.org/ifelemuzuj.yaml
> Now only remains the fact that the config panel's picker is always displayed with default value instead of the ones I expect to be provided by the getters...
I am trying to find what doesn't work (without adding `ynh_app_settings_set()` so far) for me in the config panel, i.e. why the config.json has `value=null` instead of the value returned by the custom getter I set up.
Could you point me to where is the config.json generated? https://github.com/YunoHost/yunohost/blob/dev/src/utils/configpanel.py ?
[18:16:33]
<m606> (I mean the config.json which populates the config panel page in the webadmin)
[18:23:29]
<Aleks (he/him/il/lui)> not sure what you mean by config.json ... there is no config.json ... or do you mean the logic bit calling the "config" script to fetch the values ..?
[18:25:26]
<m606> when loading config panel page in the webadmin, if I check with dev tools for the network resources loaded, I can see a file named config.json containing the following: https://paste.yunohost.org/toyulufuma.json
[18:26:35]
<m606> where panels.sections.options.value are `null` instead of `MY_GETTER_VALUE`
[18:27:29]
<Aleks (he/him/il/lui)> hmmm weird that it's called config.json but yeah whatever that should be the same thing obtained if you run `yunohost app config get $yourapp --full` (not 100% sure about the naming / option there)
[18:27:48]
<Aleks (he/him/il/lui)> anyway if you run that command with `--debug` you should see the script running with your custom getter being called
[18:28:39]
<Aleks (he/him/il/lui)> in https://paste.yunohost.org/ifelemuzuj.yaml apparently it properly echoed the proper value
[18:29:01]
<Aleks (he/him/il/lui)> btw maybe i was mistaking with having `bind = null` on those property, there should be no need to have a bind statement in there
[18:30:08]
<m606> > <@Alekswag:matrix.org> hmmm weird that it's called config.json but yeah whatever that should be the same thing obtained if you run `yunohost app config get $yourapp --full` (not 100% sure about the naming / option there)
indeed it is the same data (although in slightly different order, and not in json format)
[18:30:38]
<Aleks (he/him/il/lui)> yeah if you really want it to be json you can add `--ouput-as json`
[18:31:10]
<m606> no I don't care, I was just mentioning it for the record, but thanks
[18:32:32]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux pushed 1 commit to v24.04.10-2: Update install need auth-sproofing false to connect admin collabora ([a1d5fade](https://github.com/YunoHost-Apps/collabora_ynh/commit/a1d5fade8147f4e1b736d23f2996ff1dfda4c288))
[18:35:11]
<rodinux> Is it correct like this ? Only install script is enough for this ?
[18:35:49]
<Aleks (he/him/il/lui)> upgrade script too for existing installs
[18:37:55]
<m606> > <@Alekswag:matrix.org> btw maybe i was mistaking with having `bind = null` on those property, there should be no need to have a bind statement in there
If I don't add any `bind` property, it defaults to `bind: settings`, but still I've got `value: None`, despite the getters echoing expected values https://paste.yunohost.org/anuwurapum.yaml
[18:38:59]
<Aleks (he/him/il/lui)> hmmm
[18:39:12]
<m606> are those data generated by https://github.com/YunoHost/yunohost/blob/dev/src/utils/configpanel.py ?
[18:39:13]
<Aleks (he/him/il/lui)> or could it be that it needs to `echo 'propertyname: value'`
[18:39:32]
<m606> let me try
[18:39:54]
<Aleks (he/him/il/lui)> hmnah that's not it ... https://github.com/YunoHost-Apps/vpnclient_ynh/blob/master/scripts/config#L88
[18:41:01]
<m606> right
[18:43:33]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux pushed 1 commit to v24.04.10-2: Update upgrade needed to access admin collabora ([53dd88b4](https://github.com/YunoHost-Apps/collabora_ynh/commit/53dd88b4aaa98cbfa00972703b61bbcdd443bacc))
[18:49:52]
<m606> maybe i fall under https://doc.yunohost.org/en/packaging_config_panels#bind-versus-app-settings ?
[18:50:37]
<m606> even though i don't use `ynh_add_config`
[18:53:05]
<Aleks (he/him/il/lui)> idk, your getter is just super simple, there something obvious we're missing ...
[18:54:43]
<Aleks (he/him/il/lui)> can you push your current version of the code to the git repo
[19:40:58]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux pushed 1 commit to v24.04.10-2: Update restore not needed ([e92ef497](https://github.com/YunoHost-Apps/collabora_ynh/commit/e92ef497e7b1a5b84d4cb33eea90714b80586165))
[19:41:30]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux pushed 1 commit to v24.04.10-2: Update backup not needed ([4e75b3f8](https://github.com/YunoHost-Apps/collabora_ynh/commit/4e75b3f8d68a5440f68f5e42959cb34713cb8443))
[20:08:12]
<rodinux> Could I merge the PR ? or wait for a reviewer ?
[20:09:06]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 1 commit to testing: Upgrade synapse to 1.121.1 ([3064f326](https://github.com/YunoHost-Apps/synapse_ynh/commit/3064f3267a4933b2be2c5399c8ac95350a0c5464))
[20:24:24]
<Yunohost Git/Infra notifications> [synapse_ynh/matrix_v2] Auto-update READMEs - yunohost-bot
[20:24:24]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T pushed 4 commits to matrix_v2 ([6e0911478b8c...012beea26138](https://github.com/YunoHost-Apps/synapse_ynh/compare/6e0911478b8c...012beea26138))
[20:24:24]
<Yunohost Git/Infra notifications> [synapse_ynh/matrix_v2] Upgrade synapse to 1.121.1 - App auto update
[20:24:25]
<Yunohost Git/Infra notifications> [synapse_ynh/matrix_v2] Merge branch testing into matrix_v2 - Josué Tille
[20:25:46]
<Yunohost Git/Infra notifications> [synapse_ynh] Josue-T opened [pull request #505](https://github.com/YunoHost-Apps/synapse_ynh/pull/505): Testing
[21:12:25]
<rodinux> > are you using this app on your server? does it work for you? (if yes go ahead)
Yes, I do and test it on my server. Ok thanks
[21:12:25]
<orhtej2> > <@rodinux:matrix.org> Could I merge the PR ? or wait for a reviewer ?
are you using this app on your server? does it work for you? (if yes go ahead)
[21:17:30]
<Yunohost Git/Infra notifications> [collabora_ynh] rodinux merged [pull request #95](https://github.com/YunoHost-Apps/collabora_ynh/pull/95): V24.04.10 2
[21:17:30]
<orhtej2> (as in there are no meaningful tests in terms of connectivity, right?)
[21:17:30]
<orhtej2> This only serves websocket server?
[21:29:52]
<Yunohost Git/Infra notifications> [collabora_ynh] orhtej2 deleted branch v24.04.10-2
[21:58:57]
<orhtej2> This is 403 but should be 200: https://ci-apps-dev.yunohost.org/ci/summary/4814.png
[21:58:58]
<Salamandar> > This is 403 but should be 200: https://ci-apps-dev.yunohost.org/ci/summary/4814.png
i don't get it
[21:58:58]
<orhtej2> rodinux: https://github.com/YunoHost-Apps/collabora_ynh/pull/92 passed CI as well, feel free to release the version
[21:58:59]
<Salamandar> it is 200
[21:59:01]
<Salamandar> O:)
[21:59:05]
<Salamandar> (but the image is buggy)
[21:59:50]
<orhtej2> > <@Salamandar:matrix.org> i don't get it
I swear it said 403 before x_x
[21:59:50]
<Salamandar> (yes it was i fixed it)
[22:01:20]
<orhtej2> ah now it redirects to login page
[22:01:20]
<orhtej2> https://aria.im/_bifrost/v1/media/download/AWzaDWa4TlniB3-zv3JHqnu9B8_2pPo4mPdyKaiUhNBzcwrEomLiZkZEO7bk7HIY1Z73Q0tYdTH7AP0Svo417gVCeTwgpggQAGNpcmNsZWRzcXVhcmVyb290Lm92aC9hODVhYzdjMDFlMDEwZTY5Nzg1OGQ4Mjc3YTU1NGU3MjljZTY0ZDI2MGVhMWZjMzQxNjRhODNmNGU0YzhiZTk4
[22:01:20]
<Salamandar> https://github.com/YunoHost-Apps/yunorunner_ynh/commit/f11627e98c6cdb77f5e9d00c4ca221b32b6b6908
[22:01:25]
<Salamandar> > ah now it redirects to login page
hmmmmmmmm
[22:01:26]
<Salamandar> wuuut
[22:01:45]
<Salamandar> no it's just 404
[22:02:17]
<orhtej2> hmmm not sure about this on a second glance, I think it's favicon thats bugging out and that's ok
[22:02:18]
<Salamandar> ooooooh
[22:02:18]
<Salamandar> my bad
[22:02:20]
<Salamandar> that is my bad
[22:02:28]
<Salamandar> forgot to mv a directory after CI changes
[22:02:50]
<orhtej2> badges work so no rush
[22:02:50]
<Salamandar> ye
[22:03:09]
<Salamandar> just a mv logs results and it should be good (for next jobs only. For this one it could not generate the png)
[23:50:57]
<Yunohost Git/Infra notifications> [jellyfin_ynh] tokenwizard opened [issue #181](https://github.com/YunoHost-Apps/jellyfin_ynh/issues/181): Roku App Cant Connect to Yunohost Jellyfin