aboutsummaryrefslogtreecommitdiffstats
path: root/roles/photostructure/templates/etc/sysconfig/photostructure
blob: b1143d21c583086ef0d370e9393a73849ac3e480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PS_COPY_ASSETS_TO_LIBRARY="false"
PS_SCAN_ALL_DRIVES="false"
PS_LIBRARY_DIR="{{ photostructure_library }}"
PS_LOG_DIR="{{ photostructure_home }}/logs"
PS_LOG_COLOR="false"
PS_LOG_LEVEL="{{ photostructure_log_level }}"
PS_SCAN_PATHS='{{ ([photostructure_scan_paths] if photostructure_scan_paths is string else photostructure_scan_paths) | to_json }}'
PS_EXPOSE_NETWORK_WITHOUT_AUTH="false"
PS_UPGRADE_INSECURE_REQUESTS="true"
PS_HTTP_PORT="{{ photostructure_port }}"
PS_TRUST_PROXY="loopback"
PS_CPU_LOAD_PERCENT="{{ photostructure_max_cpu_percent }}"
PS_ENABLE_VIPS_CACHE="true"
PS_SYNC_INTERVAL_HOURS="{{ photostructure_scan_interval_hours }}"
PS_REPORT_ERRORS="false"
PS_DB_BACKUP_INTERVAL_MINUTES="{{ photostructure_backup_interval_minutes }}"
PS_TAG_LENS="false"
PS_TAG_DATE_FROM_STAT="false"