From fb29257adfca48d2ff84ad0432bc4f17f470fc42 Mon Sep 17 00:00:00 2001 From: David Underwood Date: Wed, 10 Mar 2021 11:59:36 -0500 Subject: [PATCH] Adds readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..357e2c0 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Foundry VTT Server Configuration + +This repo contains an Ansible playbook for configuring a server to run the Foundry VTT software. + +Currently, the playbook will: + +* Install dependencies (nodejs, caddy, unzip) +* Create a foundry user/group +* Extract the Foundry app onto the remote server +* 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