feat: extend admin operations and media review

This commit is contained in:
ik
2026-09-16 19:50:01 +07:00
parent 4c75db1f74
commit 9bcb019d3a
13 changed files with 1063 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
@manifest path /site.webmanifest
header @manifest Cache-Control "public, max-age=3600"
@admin path /admin/*
@admin path /admin /admin/*
handle @admin {
basic_auth {
{$ADMIN_BASIC_USER} {$ADMIN_BASIC_PASSWORD_HASH}