fix: Update S3 config and add Gitea URL settings

- Change MINIO_ENDPOINT from IP to Docker hostname (s3storage)
- Add ROOT_URL and DOMAIN settings for proper Gitea configuration
- Give anonymous users Admin permission for bucket creation
- Document SeaweedFS bucket creation process
This commit is contained in:
Alex
2026-02-16 20:33:21 +00:00
parent b9e307bcc8
commit d2c28a91e6
6 changed files with 735 additions and 4 deletions
+5 -2
View File
@@ -1,10 +1,13 @@
{
"_comment": "Template file - use 'op inject' to generate s3_config.json",
"identities": [
{
"name": "anonymous",
"actions": [
"Read"
"Admin",
"Read",
"List",
"Write",
"Tagging"
]
},
{