cbdc8f35a5
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 8m53s
Gitea Branch PR & Ansible Deployment / Docker Compose & Ansible Lints (push) Failing after 12m35s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 31s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Failing after 19m9s
29 lines
977 B
Django/Jinja
29 lines
977 B
Django/Jinja
{% set vault_addr = 'https://vault.trez.wtf' %}
|
|
{% set secrets_path = 'rinoa-docker/env' %}
|
|
|
|
{
|
|
"always_keep_failed_tasks": true,
|
|
"auto_manage_completed_tasks": false,
|
|
"cache_path": "/tmp/unmanic",
|
|
"clear_pending_tasks_on_restart": false,
|
|
"concurrent_file_testers": 2,
|
|
"config_path": "/config/.unmanic/config",
|
|
"debugging": false,
|
|
"distributed_worker_count_target": 0,
|
|
"enable_library_scanner": false,
|
|
"first_run": false,
|
|
"follow_symlinks": true,
|
|
"installation_name": "Unmanic @ Rinoa",
|
|
"library_path": "/library",
|
|
"log_path": "/config/.unmanic/logs",
|
|
"max_age_of_completed_tasks": 91,
|
|
"number_of_workers": null,
|
|
"plugins_path": "/config/.unmanic/plugins",
|
|
"release_notes_viewed": "0.2.8",
|
|
"remote_installations": [],
|
|
"run_full_scan_on_start": false,
|
|
"schedule_full_scan_minutes": 1440,
|
|
"ui_port": 8888,
|
|
"userdata_path": "/config/.unmanic/userdata",
|
|
"worker_event_schedules": null
|
|
} |