Skip to content

amitshuklabag/authelia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authelia CI/CD pipeline

Deploy on Elest.io

Deploy Authelia server with CI/CD on Elestio



Once deployed ...

You can open Authelia UI here:

URL: https://[CI_CD_DOMAIN]
login: root
password: [ADMIN_PASSWORD]

Configuration

Authelia does not have a WEB UI to change the configuration, to do that you will need to edit the configuration file located in:

./config/configuration.yml

You can edit this file over SSH or VS Code (Elestio dashboard > Tools tab > VS Code)

After editing your configuration file, you must restart the stack, you can do that from Elestio dashboard or directly in the terminal with those commands:

docker-compose down;
docker-compose up -d;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages