Finishes todos for proper service creation

This commit is contained in:
David Underwood
2021-03-10 21:14:55 -05:00
parent 302c31bfca
commit 54dbba3b35
3 changed files with 74 additions and 20 deletions

View File

@@ -7,13 +7,9 @@ Currently, the playbook will:
* Install dependencies (nodejs, caddy, unzip)
* Create a foundry user/group
* Extract the Foundry app onto the remote server
* Set up a data directory for Foundry to use
* Configure caddy to reverse proxy the app
Things it still needs:
* Unit file to run the app
* Configuration file for Foundry itself
* A data directory for Foundry to use
* Set up a systemd unit to run the app
# Usage instructions