mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
24 lines
646 B
Text
24 lines
646 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You installed Authelia: Single sign-on multi-factor portal for web apps.
|
|
|
|
In order to use it please start the service 'authelia' and
|
|
then access the URL http://0.0.0.0:9091/ in your favorite browser.
|
|
|
|
You can try a simplified config file %%PREFIX%%/etc/simplified-authelia.yml
|
|
instead of %%PREFIX%%/etc/authelia.yml if simplified setup suits you
|
|
better.
|
|
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: "4.39.0"
|
|
message: <<EOM
|
|
The default claims for ID Tokens minted by the Authelia OpenID Connect 1.0
|
|
Identity Provider have changed, check
|
|
https://www.authelia.com/blog/4.39-release-notes/ for more detail.
|
|
|
|
EOM
|
|
}
|
|
]
|