Advertisement
how2hometech

onlyoffice

Feb 16th, 2019
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # INTEGRATE ONLYOFFICE & NEXTCLOUD, WITH LETSENCRYPT (OPENMEDIAVAULT DOCKERS)
  2.  
  3. #How to use this file, see: https://youtu.be/6C6y0N7vDg8
  4.  
  5. su -c 'mkdir -p /sharedfolders/AppData/onlyoffice/DocumentServer/logs' user1
  6.  
  7. pull onlyoffice/documentserver and configure:
  8. JWT_ENABLED : true
  9. JWT_SECRET : {secret}
  10. JWT_HEADER : Authorization
  11. Extra arguments: --network my-net
  12.  
  13. cd /sharedfolders/AppData/letsencrypt/nginx/proxy-confs
  14. wget https://raw.githubusercontent.com/howtohometech/onlyoffice/master/onlyoffice.subdomain.conf
  15. chown user1:users onlyoffice.subdomain.conf && chmod 664 onlyoffice.subdomain.conf
  16.  
  17. nano onlyoffice.subdomain.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement