Adds readme
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user