authelia/internal/configuration/validator
James Elliott fcd0b5e46a
[FEATURE] Allow Authelia to listen on a specified path (#1027)
* [FEATURE] Allow Authelia to listen on a specified path

* Fix linting and add a couple typescript types

* Template index.html to support base_url

* Update docs and configuration template

* Access base path from body attribute.

* Update CSP

* Fix unit test
Also remove check for body as this will never get triggered, react itself is loaded inside the body so this has to always be successful.

* Template index.html with ${PUBLIC_URL}

* Define PUBLIC_URL in .env(s)

* Add docs clarification

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
2020-05-21 12:20:55 +10:00
..
authentication.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
authentication_test.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
configuration.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
configuration_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
const.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
keys.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
keys_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
notifier.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
notifier_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
regulation.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
regulation_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
secrets.go [DEPRECATE] Environment Variable Secrets (#905) 2020-05-08 11:01:57 +10:00
server.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
server_test.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
session.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
session_test.go [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
storage.go [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
storage_test.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
totp.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
totp_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00