YunoHost-Apps / synapse_ynh

Matrix server (synapse) package for YunoHost
https://matrix.org/
GNU General Public License v3.0
79 stars 43 forks source link

Correct newline in config yaml lists with $'\n' #376

Closed Gredin67 closed 8 months ago

Gredin67 commented 1 year ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

Josue-T commented 1 year ago

Well ok but did you test the upgrade with your patch and did you check that the turn config file are correct ?

Gredin67 commented 1 year ago

I tested the lines manually, but upgrade indeed fails https://paste.yunohost.org/raw/ivayademod

Gredin67 commented 1 year ago

!testme

yunohost-bot commented 1 year ago

:stuck_out_tongue_winking_eye: Test Badge

Josue-T commented 1 year ago

Please don't change the check process, you should update your personnal repos just must have all branch named "old_version_for_CI_X"

Gredin67 commented 1 year ago

Does the CI not run on the main repo? I thought it was an issue related to the fact that you deprecated buster recently. I could'nt find the commit, but yeah if it's in another branch..

Btw if you could have a look at my PRs to get it merged.. It's been a while and I was just giving a hand.

Le 10 mai 2023 08:14:47 GMT+02:00, Josue-T @.***> a écrit :

Please don't change the check process, you should update your personnal repos just must have all branch named "old_version_for_CI_X"

-- Reply to this email directly or view it on GitHub: https://github.com/YunoHost-Apps/synapse_ynh/pull/376#issuecomment-1541412234 You are receiving this because you authored the thread.

Message ID: @.***>

Gredin67 commented 1 year ago

!testme

yunohost-bot commented 1 year ago

:carousel_horse: Test Badge

Gredin67 commented 1 year ago

!testme

yunohost-bot commented 1 year ago

May the CI gods be with you! Test Badge

Josue-T commented 10 months ago

!testme

yunohost-bot commented 10 months ago

May the CI gods be with you! Test Badge

Josue-T commented 10 months ago

I think we should use sed directly instead of the helper to work correctly because with the helper there are too many things between the helper call and the sed command.

Gredin67 commented 10 months ago

I will not work on this further because I don't understand anything of it. Anyone motivated ? @YunoHost-Apps/matrix-bridges

Gredin67 commented 10 months ago

We have an insecure client whitelist, see :

WARNING: An entry such as "https://my.client" is insecure, because it
    # will also match "https://my.client.evil.site", exposing your users to
    # phishing attacks from evil.site. To avoid this, include a slash after the
    # hostname: "https://my.client/".
Josue-T commented 8 months ago

Fixed by #426

gautz commented 7 months ago

@tituspijean for reference to https://forum.yunohost.org/t/synapse-upgrade-n-in-coturn-conf/26883/2 I never managed to get the correct syntax..