Fix: Authelia - Make user enter their domain manually (#2618)

* Make user enter domain manually

* Update json to remind user

* Update authelia.json

---------

Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
Slaviša Arežina
2025-02-24 16:19:41 +01:00
committed by GitHub
parent 42ad6832ea
commit 377d11bf48
2 changed files with 8 additions and 5 deletions

View File

@@ -30,5 +30,10 @@
"username": "authelia",
"password": "authelia"
},
"notes": []
"notes": [
{
"text": "During installation, you will have to input your domain (ex. domain.com). Authelia will use auth.domain.com",
"type": "info"
}
]
}