[Skip-CI] Consistent English

This commit is contained in:
patdyn 2024-07-05 11:34:14 +02:00
parent b9d38bdeed
commit 322a07de03

View file

@ -120,69 +120,74 @@ You may want to update your c4k-forgejo resources to reflect the changes made on
### Vor dem Upgrade ### Vor dem Upgrade
- host cert used for auth? - nein - host cert used for auth? - no
- benutzen wir webhooks? - nein - do we use webhooks? - no
- benutzen wir: - do we use:
- [/repos/{owner}/{repo}/releases](https://code.forgejo.org/api/swagger/#/repository/repoListReleases) - ja - [/repos/{owner}/{repo}/releases - repoListReleases](https://code.forgejo.org/api/swagger/#/repository/repoListReleases) - no
- [`/repos/{owner}/{repo}/push_mirrors`](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors) - nein - In the ListReleases, the `per_page` parameter has been decoupled from the `limit` parameter, we do not use the repoListReleases endpoint
- Application profiling - nein - In the `ArtifactDeploymentApi` in dda-devops-build we only use the `POST` method
- do we have repo descriptions? - The respective endpoint is [repoCreateRelease](https://code.forgejo.org/api/swagger/#/repository/repoCreateRelease)
- https://codeberg.org/forgejo/forgejo/commit/1075ff74b5050f671c5f9824ae39390230b3c85d - ja - [`/repos/{owner}/{repo}/push_mirrors`](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors) - no
- Application profiling - no
- do we have repo descriptions? - yes
- There is now a sanitizer that only allows links, emphasis, code and emojis
- See: https://codeberg.org/forgejo/forgejo/commit/1075ff74b5050f671c5f9824ae39390230b3c85d
- Our repository descriptions are mostly plaintext and links
### Upgrade plan ### Upgrade plan
TEST kennzeichnet Aktionen die nur für den Testserver gelten und in PROD ignoriert werden. TEST indicates actions that only apply to the test server and are ignored in PROD.
PROD kennzeichnet Aktionen die nur für den Testserver gelten und in TEST ignoriert werden. PROD indicates actions that only apply to the test server and are ignored in TEST.
Generelle Übersicht zu Upgrades: https://forgejo.org/docs/latest/admin/upgrade/ See also the overview for upgrading: https://forgejo.org/docs/latest/admin/upgrade/
- Forgejo Server aufsetzen mit c4k-forgejo v3.2.2 - Set up Forgejo server with c4k-forgejo v3.2.2
- Enthält Forgejo v1.19 - Has Forgejo v1.19
- TEST - TEST
- Alte remote id löschen - Delete old remote ids
- `ssh-keygen -f "/home/${USER}/.ssh/known_hosts" -R "repo.test.meissa.de"` - `ssh-keygen -f "/home/${USER}/.ssh/known_hosts" -R "repo.test.meissa.de"`
- Auf server ssh'en - Ssh to server
- Forgejo pod runterfahren - Forgejo pod downscale
- `k scale deployment forgejo --replicas=0` - `k scale deployment forgejo --replicas=0`
- Install lock aus - Install lock off
- `k edit cm forgejo-env` - `k edit cm forgejo-env`
- Set to `FORGEJO__security__INSTALL_LOCK: "false"` - Set to `FORGEJO__security__INSTALL_LOCK: "false"`
- Forgejo pod hochfahren - Forgejo pod upscale
- `k scale deployment forgejo --replicas=1` - `k scale deployment forgejo --replicas=1`
- Admin test oder prod admin anlegen und forgejo installieren - Create admin test or prod admin and install forgejo
- `gopass show server/meissa/forgejo-test` bzw `-prod` - `gopass show server/meissa/forgejo-test` bzw `-prod`
- Forgejo pod runterfahren - Forgejo pod downscale
- Install lock an - Install lock on
- Set to `FORGEJO__security__INSTALL_LOCK: "true"` - Set to `FORGEJO__security__INSTALL_LOCK: "true"`
- TEST - TEST
- Forgejo pod hochfahren - Forgejo pod upscale
- Einloggen - Log in
- Ssh keys anlegen - Make Ssh keys
- ed_xyz - ed_xyz
- rsa mit 2048 - rsa mit 2048
- rsa mit 4096 - rsa mit 4096
- Repos anlegen - Create repos
- Forgejo pod runterfahren - Forgejo pod downscale
- PROD - PROD
- Backup pod hochfahren - Backup pod upscale
- `k scale deployment backup-restore --replicas=1` - `k scale deployment backup-restore --replicas=1`
- Backups zurückspielen - Restore backups
- Im backup pod vorhandene app.ini's löschen bzw umbenennen - Delete or rename app.ini's in the pod
- Backup pod runterfahren - Backup pod downscale
- `k scale deployment backup-restore --replicas=0` - `k scale deployment backup-restore --replicas=0`
- Im Forgejo Deployment die Image Ver auf 7.0.4 setzen - Set image version to 7.0.4 in forgejo deployment
- `k edit deployment.apps forgejo` - `k edit deployment.apps forgejo`
- Configmap updaten: - Update configmap:
- Double check ob install lock an - Double check install lock enabled
- `FORGEJO__oauth2__ENABLED: "true"` - `FORGEJO__oauth2__ENABLED: "true"`
- `FORGEJO__log_0x2E_logger_0x2E_router__MODE: console, file` - `FORGEJO__log_0x2E_logger_0x2E_router__MODE: console, file`
- `FORGEJO__service__EMAIL_DOMAIN_ALLOWLIST:` - `FORGEJO__service__EMAIL_DOMAIN_ALLOWLIST:`
- `FORGEJO__mailer__PROTOCOL: smtp+starttls` - `FORGEJO__mailer__PROTOCOL: smtp+starttls`
- `FORGEJO__federation__ENABLED: true`
- TEST - TEST
- Backup pod hochfahren - Backup pod upscale
- Im backup pod vorhandene app.ini's löschen bzw umbenennen - Delete or rename app.ini's in the pod
- Backup pod runterfahren - Backup pod downscale
- `k scale deployment backup-restore --replicas=0` - Forgejo pod upscale
- Forgejo pod hochscalen
- Migrations happen automatically - Migrations happen automatically
- `/admin` page and click run Sync missed branches from git data to databases - `/admin` page and click run Sync missed branches from git data to databases
- and **Sync missed tags ...* - and **Sync missed tags ...*