I am running etherpad 3.2 in docker and embedding the pad using an iframe. The URL for the iframe is https://<domain>/p/<pad_name>?showChat=false&showLineNumbers=false&showControls=false&userName=<username>. Etherpad is running behind a nginx reverse proxy.
No matter what I set showLineNumbers to, I still get line numbering in the pad. I have also set PAD_OPTIONS_SHOW_LINE_NUMBERS: "false" in my docker-compose.yml.
Clearing Cache and using other browsers didn't change anything.
Any ideas would be appreciated.
I am running etherpad 3.2 in docker and embedding the pad using an iframe. The URL for the iframe is
https://<domain>/p/<pad_name>?showChat=false&showLineNumbers=false&showControls=false&userName=<username>. Etherpad is running behind a nginx reverse proxy.No matter what I set
showLineNumbersto, I still get line numbering in the pad. I have also setPAD_OPTIONS_SHOW_LINE_NUMBERS: "false"in my docker-compose.yml.Clearing Cache and using other browsers didn't change anything.
Any ideas would be appreciated.