Compare commits
1 Commits
feature/tr
...
b58a0346d1
| Author | SHA1 | Date | |
|---|---|---|---|
| b58a0346d1 |
@@ -62,6 +62,7 @@ create_backup() {
|
||||
cp "$1" "$2"
|
||||
}
|
||||
|
||||
|
||||
##################################################
|
||||
# PART 1: Update .env file from .env.example
|
||||
##################################################
|
||||
@@ -205,6 +206,7 @@ update_env_file() {
|
||||
echo -e "\n${BLUE}Review your updated $ENV_FILE file and adjust any values as needed.${NC}"
|
||||
}
|
||||
|
||||
|
||||
##################################################
|
||||
# PART 2: Update Authelia configuration
|
||||
##################################################
|
||||
@@ -332,6 +334,7 @@ update_authelia_config() {
|
||||
echo -e "${CYAN} docker compose restart authelia${NC}"
|
||||
}
|
||||
|
||||
|
||||
##################################################
|
||||
# PART 3: Update service configurations
|
||||
##################################################
|
||||
@@ -690,8 +693,7 @@ update_service_configs() {
|
||||
fi
|
||||
}
|
||||
|
||||
##################################################
|
||||
# PART 5: Authelia Account Management
|
||||
|
||||
##################################################
|
||||
# PART 4: Authelia Policy Management
|
||||
##################################################
|
||||
|
||||
Reference in New Issue
Block a user