Update guichet

This commit is contained in:
Alex 2021-08-16 16:45:04 +02:00
parent 9d5b490fd9
commit b8470be123
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
6 changed files with 12 additions and 2 deletions

View File

@ -25,6 +25,12 @@
"admin_account": "cn=admin,dc=deuxfleurs,dc=fr",
"group_can_admin": "cn=admin,ou=groups,dc=deuxfleurs,dc=fr",
"group_can_invite": "cn=asso_deuxfleurs,ou=groups,dc=deuxfleurs,dc=fr"
"group_can_invite": "cn=asso_deuxfleurs,ou=groups,dc=deuxfleurs,dc=fr",
"s3_endpoint": "garage.deuxfleurs.fr",
"s3_access_key": "{{ key "secrets/directory/guichet/s3_access_key" | trimSpace }}",
"s3_secret_key": "{{ key "secrets/directory/guichet/s3_secret_key" | trimSpace }}",
"s3_region": "garage",
"s3_bucket": "bottin-pictures"
}

View File

@ -69,7 +69,7 @@ job "directory" {
task "guichet" {
driver = "docker"
config {
image = "superboum/guichet_amd64:12"
image = "lxpz/guichet_amd64:13"
readonly_rootfs = true
ports = [ "web_port" ]
volumes = [

View File

@ -0,0 +1 @@
USER Garage access key for Guichet profile pictures

View File

@ -0,0 +1 @@
USER Garage secret key for Guichet profile pictures

View File

@ -0,0 +1 @@
USER SMTP password

View File

@ -0,0 +1 @@
USER SMTP username