aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nitter/vars/main.yml
blob: a7b0f3f3924a4810300a5b80dc50bccf009736b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
nitter_git_repo: https://github.com/zedeus/nitter
nitter_home: /opt/nitter
nitter_install_dir: '{{ nitter_home }}/nitter'

nitter_packages:
  - libsass
  - libsass-devel
  - pcre

nitter_apache_config: |
  AllowEncodedSlashes On
  ProxyPass        / http://127.0.0.1:{{ nitter_port }}/ nocanon
  ProxyPassReverse / http://127.0.0.1:{{ nitter_port }}/
  {{ apache_proxy_config }}