From 069d3c1c81d71042706372df153254487a765dfc Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 22:31:11 -0400 Subject: feat: wip web admin for mapping and crud --- config.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index a55e032..55dfa3e 100644 --- a/config.yaml +++ b/config.yaml @@ -5,6 +5,10 @@ startup_validation: root_rooms: [1001] ignore_unreachable: [] +tls: + cert_file: "" + key_file: "" + telnet: enabled: true port: 4000 @@ -13,21 +17,19 @@ http: enabled: true port: 8888 -# To use Telnet TLS or HTTPS, configure the path of a certificate and private -# key. If cert_file and key_file are left empty, a self-signed certificate is -# generated automatically on startup. - telnet_tls: enabled: false port: 4001 - cert_file: "" - key_file: "" https: enabled: false port: 8443 - cert_file: "" - key_file: "" + +admin_https: + enabled: true + port: 9090 + admin_accounts: + - admin default_colors: room_name: "51 bold" @@ -56,4 +58,3 @@ default_colors: credits_pickup: "DC" map_at: "0F" map_blocked: "C4" - -- cgit v1.2.3