aboutsummaryrefslogtreecommitdiff
path: root/apks/cerrado/cerrado.scfg
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-06-11 22:41:29 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-06-11 22:41:29 +0200
commitaaff156f1fb3ee9f278e52446ab21cac46861771 (patch)
treed44782d93e449733c35f340989f6f9f1a4994ac1 /apks/cerrado/cerrado.scfg
parentb9d7aa0d477d23b5e9eee316152b580236aaa8fb (diff)
downloadapkbuilds-aaff156f1fb3ee9f278e52446ab21cac46861771.tar.gz
apkbuilds-aaff156f1fb3ee9f278e52446ab21cac46861771.tar.bz2
apkbuilds-aaff156f1fb3ee9f278e52446ab21cac46861771.zip
ref: Make cerrado run with port by default
Diffstat (limited to 'apks/cerrado/cerrado.scfg')
-rw-r--r--apks/cerrado/cerrado.scfg19
1 files changed, 17 insertions, 2 deletions
diff --git a/apks/cerrado/cerrado.scfg b/apks/cerrado/cerrado.scfg
index cf7ceed..6c4e3cd 100644
--- a/apks/cerrado/cerrado.scfg
+++ b/apks/cerrado/cerrado.scfg
@@ -1,3 +1,18 @@
# for tcp biding
-# listen-addr tcp://localhost:8080
-listen-addr unix://var/run/cerrado/cerrado.sock
+#listen-addr unix://var/run/cerrado/cerrado.sock
+listen-addr tcp://localhost:8088
+
+# set index page readme
+#root-readme /srv/git/README.md
+
+# add a whole folder to be scanned
+#scan /srv/git/ {
+# public true
+#}
+
+# add a single folder as repository
+#repository /srv/git/cerrado.git {
+# name cerrado
+# description "Self host single person forge"
+# public true
+#}