aboutsummaryrefslogtreecommitdiff
path: root/consul/configuration/seafile/conf/ccnet.conf.tpl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-11 22:36:45 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-15 16:20:47 +0100
commit6da7ecfa9f001f3a51a1bb183c782821934dec0c (patch)
treedfa5c3810c6d8e82d7f3afad5467ffc6667858b3 /consul/configuration/seafile/conf/ccnet.conf.tpl
parentacdb34027b361cccfe6200ed8f087aa146d0ab55 (diff)
downloadinfrastructure-6da7ecfa9f001f3a51a1bb183c782821934dec0c.tar.gz
infrastructure-6da7ecfa9f001f3a51a1bb183c782821934dec0c.zip
Move ccnet.conf to ccnet.conf.tpl
Diffstat (limited to 'consul/configuration/seafile/conf/ccnet.conf.tpl')
-rw-r--r--consul/configuration/seafile/conf/ccnet.conf.tpl29
1 files changed, 29 insertions, 0 deletions
diff --git a/consul/configuration/seafile/conf/ccnet.conf.tpl b/consul/configuration/seafile/conf/ccnet.conf.tpl
new file mode 100644
index 0000000..2395a9b
--- /dev/null
+++ b/consul/configuration/seafile/conf/ccnet.conf.tpl
@@ -0,0 +1,29 @@
+[General]
+USER_NAME = deuxfleurs
+ID = {{ key "secrets/seafile/ccnet/seafile_id" | trimSpace }}
+NAME = deuxfleurs
+SERVICE_URL = https://cloud.deuxfleurs.fr
+
+[Network]
+PORT = 10001
+
+[Client]
+PORT = 13418
+
+[LDAP]
+HOST = ldap://bottin2.service.2.cluster.deuxfleurs.fr/
+BASE = ou=users,dc=deuxfleurs,dc=fr
+USER_DN = {{ key "secrets/seafile/ccnet/ldap_binddn" | trimSpace }}
+FILTER = memberOf=CN=seafile,OU=groups,DC=deuxfleurs,DC=fr
+PASSWORD = {{ key "secrets/seafile/ccnet/ldap_bindpwd" | trimSpace }}
+LOGIN_ATTR = mail
+
+[Database]
+ENGINE = mysql
+HOST = mariadb.service.2.cluster.deuxfleurs.fr
+PORT = 3306
+USER = seafile
+PASSWD = {{ key "secrets/seafile/ccnet/mysql_pwd" | trimSpace }}
+DB = ccnet-db
+CONNECTION_CHARSET = utf8
+