You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works fine with Drawio but when I tried to export a PDF It fails. Do you know how to configure a login correctly?
How do I config Drawio with a .json?
I tried to create a .json, put the config and write the path in DRAWIO_CONFIG= on docker-compose.yml, did not work for me.
Now I am using this:
Hi,
I am trying to use drawio self-hosted and I have some questions.
server_name myserver.com;
location / {
auth_basic "Administrator’s Area";
auth_basic_user_file /etc/apache2/.htpasswd;
proxy_pass http://127.0.0.1:8080;
client_max_body_size 9000m;
proxy_redirect off;
}
It works fine with Drawio but when I tried to export a PDF It fails. Do you know how to configure a login correctly?
I tried to create a .json, put the config and write the path in DRAWIO_CONFIG= on docker-compose.yml, did not work for me.
Now I am using this:
It works except the language, can you help me to config the default language to spanish?
Thank you.
The text was updated successfully, but these errors were encountered: