2021-01-20 14:50:45 +00:00
|
|
|
---
|
|
|
|
couchpotato_enabled: false
|
2022-07-23 15:32:51 +00:00
|
|
|
couchpotato_available_externally: false
|
2021-01-20 14:50:45 +00:00
|
|
|
|
|
|
|
# directories
|
|
|
|
couchpotato_config_directory: "{{ docker_home }}/couchpotato/config"
|
|
|
|
couchpotato_movies_directory: "{{ movies_root }}"
|
|
|
|
couchpotato_downloads_directory: "{{ downloads_root }}"
|
|
|
|
couchpotato_torrents_directory: "{{ torrents_root }}"
|
|
|
|
|
|
|
|
# uid / gid
|
|
|
|
couchpotato_user_id: "0"
|
|
|
|
couchpotato_group_id: "0"
|
|
|
|
|
|
|
|
# network
|
2021-02-21 19:50:07 +00:00
|
|
|
couchpotato_port: "5050"
|
2021-02-23 15:16:29 +00:00
|
|
|
|
|
|
|
# specs
|
|
|
|
couchpotato_memory: 1g
|