pwFoo

Results 251 comments of pwFoo

@timar Could you give an example how to allow it? I'm new with collabora and don't know how to set that / multiple options by env variable to the docker...

Tried for example that extra_params: ``` extra_params: '--o:ssl.enable=false --o:net.post_allow.host=172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host=172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3} --o:net.post_allow.host=172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}' ``` The `ssl.enable=false` should work, because without the connection fails earlier...

Files not opened. Have to check why... Only see... ![image](https://user-images.githubusercontent.com/333408/50711663-38b04080-106f-11e9-9458-b9b1fac1da03.png) Could anyone share a working compose / stack nextcloud with collabora?

The snippet fixes the error message, but still can't open a document? ``` --o:net.post_allow.host[0]=::ffff:172.[0-9]+.[0-9]+.[0-9]+ ``` Loading icon forever, no error message with collabora or nextcloud container logs and reverse proxy...

Here is my actual compose file, but documents not open. Just loading spinner and no failed calls. ``` version: '3.2' services: db: image: mariadb:latest network_mode: bridge volumes: - db:/var/lib/mysql environment:...

@nirui Because it's related to public key auth... Is it possible to use a hardware eToken via SafeNet Authentication Client to login?

Private and public key is stored on the etoken. Private key isn't exportable for security! Browser interacts with the etoken with a Chrome Browser or SafeNet Authentication Client popup: ![image](https://user-images.githubusercontent.com/333408/149290108-3f4231a9-2a80-4594-bdd5-a4c10a4c2700.png)...

Thanks for your explaination! It's possible to authenticate clients with smartcard via browser. So I just hoped that would be possible to use that api / way to use etoken...

Any progress with that issue? I have the same one (caddy reverse proxy, CSRF detected).

Hi @promethe42 , my idea as workaround would a wrapper script (bash for now...) which add installed packages to a file like alpine `/etc/apk/world`. But uninstall / update seems not...