aboutsummaryrefslogtreecommitdiffstats
path: root/roles/teddit/vars/main.yml
blob: c294dfac9e066d6704ce90fea1fdd928fc497a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
teddit_packages:
  - ffmpeg
  - nodejs
  - git

teddit_git_repo: https://codeberg.org/teddit/teddit
teddit_home: /opt/teddit
teddit_install_dir: '{{ teddit_home }}/teddit'

teddit_apache_config: |
  {{ apache_proxy_config }}
  ProxyPass        / http://127.0.0.1:{{ teddit_port }}/
  ProxyPassReverse / http://127.0.0.1:{{ teddit_port }}/