mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
You can add multiple ka-lite language downloads by using provisioning system. Also added notes to the readme file.
32 lines
890 B
YAML
32 lines
890 B
YAML
# The values here are defaults.
|
|
# To override them edit /etc/iiab/local_vars.yml
|
|
|
|
# Installation Variables
|
|
transmission_install: False
|
|
transmission_enabled: False
|
|
|
|
# Provision Transmission with default torrents from http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
|
transmission_provision: True
|
|
transmission_kalite_version: 0.17
|
|
# Uncomment to enable a language to download.
|
|
transmission_kalite_languages:
|
|
- "english"
|
|
- "french"
|
|
- "hindi"
|
|
- "portugal-portuguese"
|
|
- "brazilian-portuguese"
|
|
- "spanish"
|
|
- "swahili"
|
|
|
|
# Transmission default download directory.
|
|
transmission_download_dir: /library/transmission
|
|
|
|
#TODO Open this port to WAN.
|
|
#TODO Also open the default peer port 51413 and range 65535-49152
|
|
transmission_http_port: 9091
|
|
transmission_peer_port: 51413
|
|
|
|
transmission_url : "/transmission/"
|
|
|
|
transmission_username: Admin
|
|
transmission_password: changeme
|