Переглянути джерело

Configuration paragraph added in gogs guide

DricomDragon 5 роки тому
батько
коміт
d53078bfea
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      Guides/gogs.md

+ 6 - 0
Guides/gogs.md

@@ -52,6 +52,12 @@ Find the script to start gogs programmatically in `Install/Templates/startgogs`
 
 And add the line : `@reboot /home/gituser/gogs/startgogs`
 
+### Configure Gogs
+
+When you start Gogs for the first time, Gogs shows a landing page when you can configure your installation.
+
+Then, if you want to tweak your installation, you can do so by modifying the file `custom/conf/app.ini`. For example, you can disable registration by modifying this line to `DISABLE_REGISTRATION   = true`. Then restart the server to reload configuration changes.
+
 ## Use ssh
 
 ### Add ssh key