Boris Rybalkin

Results 79 comments of Boris Rybalkin

sorry you are saying `undefined section platfom` but we always set it, like here: https://github.com/syncloud/platform/blob/master/.drone.jsonnet#L10 or you mean something else?

It would be great to have this feature, I get this (it was working fine): ```` tar all files into /tmp/658263401/y2AiHlI6cf.tar scp file to server. drone-scp error: **** error copy...

Right, service can either run default entrypoint and detach or custom commands and then detach. In either case it can also provide envs. As I understand now I can run...

This config: ``` { name: "syncloud.test", image: "mailserver/docker-mailserver:10.1.0", detach: true, environment: { OVERRIDE_HOSTNAME: "syncloud.test" }, commands: [ "mail addmailuser [email protected] 'password'", "supervisord --configuration /etc/supervisor/supervisord.conf" ] } ``` Produces an error:...

Sorry my bad, that fixed it! :) Here is the full drone ci detached service: ``` { name: "syncloud.test", image: "mailserver/docker-mailserver:10.1.0", detach: true, environment: { OVERRIDE_HOSTNAME: "syncloud.test" }, commands: [...

Wow, I do not even remember creating this PR :)

I am fine with the workaround still works never touched it again :)

https://github.com/matrix-org/dendrite/pull/2986

So it was rejected in favour of the future OIDC (which is not available right now as I understand) For those who are desperate like me to get LDAP support...

it has this new config section: ``` ldap: enabled: true uri: "ldap://localhost:389" base_dn: "dc=syncloud,dc=org" # admin bind modes uses a separate admin ldap account to perform user search admin_bind_enabled: true...