-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 #426
Conversation
- Adapt all script with packaging v2 - Rework cleanly control pannel and remove all replace in file as it's breaken after each update - Cleanup
I tried to install it but it has failed : https://paste.yunohost.org/raw/uwetisotec |
Well, as it's written, it's a draft, so it's not finished. 😉 |
|
- for mail stack we use the system user with password provided by yunohost settings and for LDAP filter we still be waiting on matrix-org/matrix-synapse-ldap3#186
Similar issue here - and it's even more complicated now, because I can't even force upgrading to the latest version:
Is there some way of manually setting the |
Hello, PLEASE, don't upgrade to this version. This PR is just for information but is NOT ready. There still be a lot of work before to release it !! It could eventually be tested but NOT on production. |
Yup, just noticed it the hard way. Guess I'll have to wipe and reinstall the stable version later. |
Oh and if you stubbornly tried this PR before it was baked, and now you're stuck on the update part like I did, you can try setting the uninitialized values by hand:
|
!bookwormtestme |
!bookwormtestme |
!testme |
!testme !bookwormtestme |
@@ -1,7 +1,7 @@ | |||
[Unit] | |||
Description=Coturn | |||
Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1) | |||
After=syslog.target network.target | |||
After=syslog.target network-online.target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is supposed to fix issue #313 but it is not always working.
On my server, after making the change, the synapse-coturn service is still failing to start at boot time.
One way to fix the issue that I have tested and that is working is to add the parameter -L 0.0.0.0
to the ExecStart
line, as in this commit on my fork of the app : Lab-8916100448256@d211419
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well are you really sure about that this parameter -L 0.0.0.0
will fix the issue ?
!testme !bookwormtestme |
Let's merge as we don't know when YunoHost/package_linter#136 will be merged. |
Since the migration to the packaging v2 in YunoHost-Apps#426 the system user for this app is $app and not matrix-$app anymore.
Problem
Solution
sed
directly in config fileTODO
synapse
yunohost user. -> Add support of ldap filter with anonymous user matrix-org/matrix-synapse-ldap3#186PR 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)