From d67a17a65243bebef2128b8052543bb4eec5e6fd Mon Sep 17 00:00:00 2001 From: jiri Date: Wed, 10 Jun 2026 13:22:07 +0000 Subject: [PATCH] Upload files to "documents" --- documents/06-gitea-provisioning.md | 7 +++++++ documents/07-gitea-configuration.md | 4 ++++ documents/08-backup.md | 3 +++ documents/09-restore.md | 4 ++++ documents/10-production-deployment.md | 3 +++ 5 files changed, 21 insertions(+) create mode 100644 documents/06-gitea-provisioning.md create mode 100644 documents/07-gitea-configuration.md create mode 100644 documents/08-backup.md create mode 100644 documents/09-restore.md create mode 100644 documents/10-production-deployment.md diff --git a/documents/06-gitea-provisioning.md b/documents/06-gitea-provisioning.md new file mode 100644 index 0000000..da0ea52 --- /dev/null +++ b/documents/06-gitea-provisioning.md @@ -0,0 +1,7 @@ +# Gitea Provisioning + +viewer -> no account + +developer/admin -> Gitea account + +Portal controls provisioning. \ No newline at end of file diff --git a/documents/07-gitea-configuration.md b/documents/07-gitea-configuration.md new file mode 100644 index 0000000..fa45566 --- /dev/null +++ b/documents/07-gitea-configuration.md @@ -0,0 +1,4 @@ +# Gitea Configuration + +DISABLE_REGISTRATION=true +ENABLE_OPENID_SIGNUP=false \ No newline at end of file diff --git a/documents/08-backup.md b/documents/08-backup.md new file mode 100644 index 0000000..530d592 --- /dev/null +++ b/documents/08-backup.md @@ -0,0 +1,3 @@ +# Backup + +Create backup from VM and publish for production restore. \ No newline at end of file diff --git a/documents/09-restore.md b/documents/09-restore.md new file mode 100644 index 0000000..188b28c --- /dev/null +++ b/documents/09-restore.md @@ -0,0 +1,4 @@ +# Restore + +Restore must preserve production .env values. +Missing keys are appended only. \ No newline at end of file diff --git a/documents/10-production-deployment.md b/documents/10-production-deployment.md new file mode 100644 index 0000000..8dd51e3 --- /dev/null +++ b/documents/10-production-deployment.md @@ -0,0 +1,3 @@ +# Production Deployment + +Download backup, restore, validate preflight, validate running apps. \ No newline at end of file