aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nitter/vars/main.yml
blob: 4c3e977f71ffa675b222bcd7840c5983c4abb5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
nitter_git_repo: https://github.com/zedeus/nitter
nitter_home: /opt/nitter
nitter_install_dir: '{{ nitter_home }}/nitter'
nitter_user: 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 }}