chore: regen secrets (notably mqtt)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
Xavier Morel
2026-05-28 14:10:51 +02:00
parent 6ad872b28c
commit b0458b6043
20 changed files with 120 additions and 617 deletions
+3 -6
View File
@@ -14,9 +14,6 @@
"unsubscribe"
"websockets"
];
settings = {
# ???
};
listeners = [
{
acl = [ "pattern readwrite #" ];
@@ -30,7 +27,7 @@
};
settings = {
allow_anonymous = false;
require_certificate = true;
require_certificate = false;
use_identity_as_username = true;
};
}
@@ -46,8 +43,8 @@
};
settings = {
protocol = "websockets";
allow_anonymous = false;
require_certificate = true;
listener_allow_anonymous = false;
require_certificate = false;
use_identity_as_username = true;
};
}