feat: disable public frigate access
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
Xavier Morel
2026-06-01 14:15:11 +02:00
parent 1cd503ee97
commit e186ce10fd
+2 -2
View File
@@ -23,7 +23,7 @@
frigate = "";
};
};
private = false;
auth = true;
private = true;
auth = false;
};
}