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 + ```