You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
614 B
YAML

louketo_version: "1.0.0"
louketo_archive_url: "https://github.com/louketo/louketo-proxy/releases/download/{{ louketo_version }}/louketo-proxy_{{ louketo_version }}_linux_amd64.tar.gz"
louketo_install_path: "/opt/louketo/"
louketo_config_path: "/etc/louketo"
louketo_user: "louketo"
louketo_group: "{{ louketo_user }}"
louketo_instances:
- name: testsite
config: |
client-id: louketo
enable-default-deny: false
secure-cookie: false
listen: :3000
redirection-url: http://127.0.0.1:3000
upstream-url: http://127.0.0.1:8000
resources:
- uri: /*
state: absent