From fe8b0b64cc24f435fe10bc262e0f8a3c7c4c982a Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Tue, 7 Mar 2023 10:16:03 -0600 Subject: [PATCH] Update linux.md instructions for changing app.ini in Gitea --- Runbooks/linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Runbooks/linux.md b/Runbooks/linux.md index 7806ee5..fd78e28 100644 --- a/Runbooks/linux.md +++ b/Runbooks/linux.md @@ -243,6 +243,10 @@ sudo systemctl enable gitea # Access gitea http://localhost:3000 + +# If you ever need to change settings like DOMAIN +sudo nano /etc/gitea/app.ini + ```