Advertisement
PostPollux

omnidb env

Feb 21st, 2019
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # On first startup: Username: admin, Password: admin
  2.  
  3. # IMPORTANT: make sure "EXTERNAL_WEBSOCKET_PORT" is set correctly. (depending on http or https)
  4.  
  5. # Variables for "jwilder/nginx-proxy" reverse proxy and "jrcs/letsencrypt-nginx-proxy-companion" SSL-Companion
  6.  
  7. VIRTUAL_HOST=omnidb.yourdomain.com
  8. VIRTUAL_PORT=80 # don't change this
  9. LETSENCRYPT_EMAIL=your@email.com
  10.  
  11.  
  12. ##### OmniDB settings #####
  13.  
  14. OMNIDB_VERSION=2.14.0
  15. NGINX_VERSION=1
  16.  
  17. # Set this to 80 for HTTP or 443 for HTTPS (This is important to avoid "cannot connect to websocket server" errors)
  18. EXTERNAL_WEBSOCKET_PORT=443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement