authelia/internal/utils
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
..
aes.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
check.go Misc Spelling Corrections 2020-01-21 12:16:00 +11:00
clock.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
const.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00
exec.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
files.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
safe_redirection.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
safe_redirection_test.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00
strings.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
strings_test.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00
time.go [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
time_test.go [Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832) 2020-04-09 11:05:17 +10:00