Skip to content

Add option to disable access to api dashboard

Lerk requested to merge lfuelling/ansible:master into master

Hi, this MR adds the following:

  • an nginx rule to return a 403 on /api/admin
    • default is false to keep behavior
  • a question to the install.sh script
    • it's only asked in the customization dialog
    • default is false

Merge request reports