ASKYA
ASKYA
Hello ! I had the same issue and solved it. In my local.json (/etc/onlyoffice/documentserver), it was written `AuthorizationJwt` instead of `Authorization`.
One solution is : - Add `Environment="HOSTNAME=%H"` in service file. - Add `-config.expand-env=true` command lilne argument Service file looks like below : ``` [Unit] Description=Promtail service After=network.target [Service] Environment="HOSTNAME=%H" Type=simple...
Hello @K-Jean . Please, may you provide me some guide to build the plugin ? I wan to apply your pull request in local.