Can customize login background image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-28 18:05:35 +01:00
parent 2a729d4153
commit ffd93c5435
5 changed files with 50 additions and 33 deletions

View File

@@ -58,6 +58,10 @@ pub struct AppConfig {
/// Action logger output format
#[arg(long, env, default_value_t, value_enum)]
pub action_logger_format: ActionLoggerFormat,
/// Login background image
#[arg(long, env, default_value = "/assets/img/forest.jpg")]
pub login_background_image: String,
}
lazy_static::lazy_static! {