nix disable check phase, fix incomplete/failed write in proxy mode, add FML support, rename executable to dmm, image tag specific to servers, config folder from env,

This commit is contained in:
2026-06-11 15:22:29 +02:00
parent 3f840ea284
commit 887a228cf2
11 changed files with 114 additions and 36 deletions

View File

@ -14,7 +14,8 @@ pub struct Servers {
pub name: String,
pub last_login: Option<NaiveDateTime>,
pub status: ServerStatus,
pub redirect_ip: Option<String>
pub redirect_ip: Option<String>,
pub simple_redirect: bool,
}