diff --git a/doc/ADMIN.md b/doc/ADMIN.md index e245837..3151f81 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,4 +1,3 @@ You can configure Vikunja with the config panels in the webadmin or by editing this file `/opt/vikunja/config.yml` using the [documentation](https://vikunja.io/docs/config-options/). - The API is accesible with this path: https://__DOMAIN__/api/v1/docs \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index e49f968..8d67723 100644 --- a/manifest.toml +++ b/manifest.toml @@ -73,6 +73,7 @@ ram.runtime = "50M" api.url = "/api" api.show_tile = false api.allowed = "visitors" + api.auth_header = false [resources.apt] packages = "postgresql"