add: safety_content_warning, master_pass env var

This commit is contained in:
trisua 2025-08-02 01:30:11 -04:00
parent a6a289c594
commit 15b417c6d6
9 changed files with 150 additions and 29 deletions

View file

@ -10,7 +10,7 @@ homepage = "https://fluffle.cc"
[dependencies]
tetratto-core = "12.0.2"
tetratto-shared = "12.0.6"
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
pathbufd = "0.1.4"
serde = { version = "1.0.219", features = ["derive"] }
tera = "1.20.0"
@ -27,7 +27,7 @@ axum-extra = { version = "0.10.1", features = ["cookie"] }
nanoneo = "0.2.0"
dotenv = "0.15.0"
glob = "0.3.2"
serde_json = "1.0.141"
toml = "0.9.2"
serde_json = "1.0.142"
toml = "0.9.4"
serde_valid = { version = "1.0.5", features = ["toml"] }
regex = "1.11.1"