Replies: 2 comments
-
Issue with install script has been confirmed. Working on a fix. Stand by... |
Beta Was this translation helpful? Give feedback.
0 replies
-
New commit 1b8b135 should fix the issue you are experiencing. Let us know if any more issues. Unfortunately, will have to re-run the installation on a fresh install. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok so my issue is as follows,
I have installed Hermes-seg on both Ubuntu 18.04LTS and 20.04LTS and in both instances I cannot access the admin interface because the Authelia just wont run.
When I check the status of the service I get the following
cu_admin@test-seg:/usr/lib/systemd/system$ sudo systemctl status authelia.service
● authelia.service - Authelia authentication and authorization server
Loaded: loaded (/lib/systemd/system/authelia.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2023-03-14 03:09:12 UTC; 51s ago
Process: 12127 ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml (code=exited, status=1/FAILURE)
Main PID: 12127 (code=exited, status=1/FAILURE)
Mar 14 03:09:12 test-seg systemd[1]: Started Authelia authentication and authorization server.
Mar 14 03:09:12 test-seg authelia[12127]: time="2023-03-14T03:09:12Z" level=error msg="Configuration: option 'jwt_secret' is required"
Mar 14 03:09:12 test-seg authelia[12127]: time="2023-03-14T03:09:12Z" level=error msg="Configuration: session: option 'secret' is required when using the>
Mar 14 03:09:12 test-seg authelia[12127]: time="2023-03-14T03:09:12Z" level=error msg="Configuration: storage: option 'encryption_key' is required"
Mar 14 03:09:12 test-seg authelia[12127]: time="2023-03-14T03:09:12Z" level=fatal msg="Can't continue due to the errors loading the configuration"
Mar 14 03:09:12 test-seg systemd[1]: authelia.service: Main process exited, code=exited, status=1/FAILURE
Mar 14 03:09:12 test-seg systemd[1]: authelia.service: Failed with result 'exit-code'.
Anyone have any idea on how to rectify this, or perhaps know what I may be doing wrong during the install process?
Beta Was this translation helpful? Give feedback.
All reactions