flag.txt 1.7 KB

1234567891011121314151617181920212223
  1. 
  2. -allow_autologin
  3. Allow RESTFUL login redirection that allow machines like billboards to login to the system on boot (default true)
  4. -cert string
  5. TLS certificate file (.crt) (default "localhost.crt")
  6. -dir_list
  7. Enable directory listing (default true)
  8. -disable_ip_resolver
  9. Disable IP resolving if the system is running under reverse proxy environment
  10. -enable_homepage
  11. Redirect not logged in users to home page instead of login interface
  12. -hostname string
  13. Default name for this host (default "My ArOZ")
  14. -key string
  15. TLS key file (.key) (default "localhost.key")
  16. -max_upload_size int
  17. Maxmium upload size in MB. Must not exceed the available ram on your system (default 8192)
  18. -ntt int
  19. Nightly tasks execution time. Default 3 = 3 am in the morning (default 3)
  20. -tls
  21. Enable TLS on HTTP serving