Add blossom.authenticated_read config setting
Docker / build-and-push-image (push) Successful in 5m16s

This commit is contained in:
Jon Staab
2026-05-06 16:45:46 -07:00
parent 6ef94a76c8
commit 9e56d47fc0
3 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ type Config struct {
} `toml:"management" json:"management"`
Blossom struct {
Enabled bool `toml:"enabled" json:"enabled"`
Enabled bool `toml:"enabled" json:"enabled"`
AuthenticatedRead bool `toml:"authenticated_read" json:"authenticated_read"`
} `toml:"blossom" json:"blossom"`
Livekit struct {