forked from stove/dataset
77 lines
1.4 KiB
YAML
77 lines
1.4 KiB
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
piwigo: # Piwigo
|
||
|
|
||
|
admin_email:
|
||
|
type: mail
|
||
|
description: Adresse courriel de l'administrateur Piwigo
|
||
|
examples:
|
||
|
- admin@example.net
|
||
|
|
||
|
admin_password:
|
||
|
type: secret
|
||
|
auto_save: false
|
||
|
hidden: true
|
||
|
default:
|
||
|
jinja: >-
|
||
|
{{ "admin_password" |
|
||
|
get_password(server_name=general.network.interface_0.domain_name,
|
||
|
description="piwigo",
|
||
|
type="cleartext",
|
||
|
hide=general.hide_secret)
|
||
|
}}
|
||
|
|
||
|
locations:
|
||
|
type: unix_filename
|
||
|
multi: true
|
||
|
hidden: true
|
||
|
default:
|
||
|
jinja: |-
|
||
|
/
|
||
|
{%- for user in _.users.users %}
|
||
|
/{{ user }}
|
||
|
{%- endfor -%}
|
||
|
|
||
|
title: Album photographique # Titre de l'album
|
||
|
|
||
|
users:
|
||
|
description: Piwigo users
|
||
|
type: leadership
|
||
|
|
||
|
users:
|
||
|
type: unix_user
|
||
|
description: Utilisateur ayant un album
|
||
|
examples:
|
||
|
- jdoe
|
||
|
|
||
|
email:
|
||
|
type: mail
|
||
|
description: Adresse courriel
|
||
|
examples:
|
||
|
- johndoe@example.net
|
||
|
|
||
|
oauth2:
|
||
|
|
||
|
client:
|
||
|
|
||
|
is_client_application:
|
||
|
redefine: true
|
||
|
default: true
|
||
|
|
||
|
name:
|
||
|
redefine: true
|
||
|
default: Album
|
||
|
|
||
|
description:
|
||
|
redefine: true
|
||
|
default: Album photographique Piwigo
|
||
|
|
||
|
category:
|
||
|
redefine: true
|
||
|
default: Diffusion
|
||
|
|
||
|
logo:
|
||
|
redefine: true
|
||
|
default: silique_image.png
|