Upload files to "documents"

This commit is contained in:
2026-06-10 13:22:07 +00:00
parent 39210db7f3
commit d67a17a652
5 changed files with 21 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Gitea Provisioning
viewer -> no account
developer/admin -> Gitea account
Portal controls provisioning.
+4
View File
@@ -0,0 +1,4 @@
# Gitea Configuration
DISABLE_REGISTRATION=true
ENABLE_OPENID_SIGNUP=false
+3
View File
@@ -0,0 +1,3 @@
# Backup
Create backup from VM and publish for production restore.
+4
View File
@@ -0,0 +1,4 @@
# Restore
Restore must preserve production .env values.
Missing keys are appended only.
+3
View File
@@ -0,0 +1,3 @@
# Production Deployment
Download backup, restore, validate preflight, validate running apps.