From 557fe0d5dcdf29e2aafb11e36a757ed44889b565 Mon Sep 17 00:00:00 2001 From: DeadSwitch Date: Tue, 10 Feb 2026 09:36:44 +0100 Subject: [PATCH] Added the new defaults to the readme. HTTP & SSH ports. --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 65c9dba..1501d46 100644 --- a/README.org +++ b/README.org @@ -20,7 +20,7 @@ Use the =ds-posgresql= to configure the database. 4. Create the required directory structure 5. Wait for the secret creation and storage in SOPS - if secrets are not present 6. Deploy the Gitea configuration -7. Deploy the Gitea service file +7. Deploy the Gitea systemd service file (With Postgresql support if the backend is used) 8. Enable and start the service * Defaults @@ -28,6 +28,8 @@ Use the =ds-posgresql= to configure the database. #+begin_src yaml gitea_user: git gitea_group: git +gitea_http_port: 3000 +gitea_ssh_port: 22 #+end_src * Requirements