From ff63742a2fa138c230fb2e080708d03ed888c248 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Sun, 7 Sep 2025 17:50:36 +0200 Subject: Add basic login and clean up config --- config.yml.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.yml.example (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example new file mode 100644 index 0000000..1a0ddc6 --- /dev/null +++ b/config.yml.example @@ -0,0 +1,7 @@ +--- +host: "0.0.0.0" +port: "8080" + +# Example hash for password "changeme" (double SHA256) +# echo -n "changeme" | sha256sum | awk '{printf $1}' | sha256sum | awk '{print $1}' +password_hash: "96c3780287c58bd0867c8cd9b2d60c387ea070c4df3f87d2d3e3c770d3baab0b" -- cgit v1.2.3