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