Seweryn Zeman

Results 31 comments of Seweryn Zeman

Ad 1) Use `node:...-slim` image. Ad comment) It's because of how you enter secret in hex mode. Avoid `$` and other meaningful chars.

Currently I'm using BookStack in such a way I create Mermaid graph in Live Editor which gives me PNG and I use it as a image. But below I paste...

Another, maybe simpler way, would be to just list a docs files with their path and create static docs from it, in a separate menu. Just to wrap existing docs...

In era of extremely slow volume mounts on Docker for Mac this could be a solution before Docker team will do something with Apple.

Is there are migration documentation being prepared on how to migrate from `mm-prod-app` to `mm-*-edition`? I can see that missing `entrypoint.sh` is forcing us to use variables like `MM_SQLSETTINGS_DATASOURCE`. But......

I just tried to migrate from `mattermost-prod-app` to `mattermost-team-edition` and ended the same. I'll take a look at it today and try to find out what's wrong. BTW Anyone from...

@paddatrapper Docker images are now built from https://github.com/mattermost/mattermost-server/tree/master/build which entrypoint.sh is quite... empty.

In a matter of fact I noticed LDAP is not accepting any new connection when calling `ssh-ldap-pubkey`. I have a `ldap.example.com` LDAP using 389 and 636 port with only-TLS connection....

With either: ``` uri ldap://ldap.example.com uri ldaps://ldap.example.com uri ldaps://ldap.example.com:636 uri ldap://ldap.example.com:636 ``` I get immediate: ``` Error: Can't contact LDAP server. ```