Currently, running the playbook will: - Install dependencies (Caddy, nodejs, unzip) - Create a foundry user - Extract foundry app into folder on server - Update Caddyfile with reverse proxt config TODO: - unit file for foundry itself - data directory
4 lines
49 B
Django/Jinja
4 lines
49 B
Django/Jinja
{{ domain_name }}
|
|
|
|
reverse_proxy localhost:30000
|