hello,
I test Local install for Docspace.
→ On linux (Rockylinux or Debian), I always have an error that does not allow me to complete the procedure. For Exemple on a fresh debian 12, the configuration of elasticsearch causes an error and i can’t finish the docspace.deb is in an wrong installation.
Docker SSL :
In Docker, It’s OK but i can’t directly configure SSL . So I 've installed nginx as reverse proxy which redirect all request myip:443 → myip:80. but it 's not really safe (i must block external request to 80 , …)
Have you a method to switch Docspace on SSL ?
In // i 've try to configure SSO with ADFS. I found this : Configuring ONLYOFFICE SP and AD FS IdP - ONLYOFFICE . It’s for workspace but i think it’s a bit same.
→ But the url auth redirect send by Docspace is only “https://myadfs/adfs/ls” not something like “https://myadfs/adfs/l/wia?SAMLRequest=…”
I use ADFS on windows server 2016 and i ve already some web appli well configured over SAML Auth.
Have you a update documentation to plug Docspace to ADFS ?