updates config

This commit is contained in:
Dennis Schoepf 2025-07-23 22:35:39 +02:00
parent 1848753796
commit 75a9d59c9f

View file

@ -8,6 +8,8 @@
plugins = [ ]; plugins = [ ];
scrapers = [ ]; scrapers = [ ];
settings = { settings = {
username = "admin";
password = "MyPassword";
passwordFile = pkgs.writeText "stash-password" "$2y$10$VcuMbQR7Lfh4gyLkDsidJ.tHpQdRfKXQzVcU/.oI7MmNNuwGMUjaq"; # MyPassword passwordFile = pkgs.writeText "stash-password" "$2y$10$VcuMbQR7Lfh4gyLkDsidJ.tHpQdRfKXQzVcU/.oI7MmNNuwGMUjaq"; # MyPassword
host = "100.103.199.4"; host = "100.103.199.4";
port = 9069; port = 9069;