|
@@ -288,6 +288,49 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Games"
|
|
|
+ ],
|
|
|
+ "description": "This docker image provides the FoundryVTT system for hosting your own virtual table top games.",
|
|
|
+ "image": "felddy/foundryvtt:release",
|
|
|
+ "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/foundrylogo.png",
|
|
|
+ "name": "FoundryVTT",
|
|
|
+ "platform": "linux",
|
|
|
+ "type": 1,
|
|
|
+ "ports": [
|
|
|
+ "30000:30000/tcp"
|
|
|
+ ],
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/foundryvtt",
|
|
|
+ "container": "/data"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "env": [
|
|
|
+ {
|
|
|
+ "default": "John",
|
|
|
+ "label": "Foundry Account Name",
|
|
|
+ "name": "FOUNDRY_USERNAME"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "password",
|
|
|
+ "label": "Foundry Password",
|
|
|
+ "name": "FOUNDRY_PASSWORD"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "default": "changeme",
|
|
|
+ "label": "Instance Admin Password",
|
|
|
+ "name": "FOUNDRY_ADMIN_KEY"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "CONTAINER_PRESERVE_CONFIG": "true"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "restart_polocy": "unless-stopped",
|
|
|
+ "title": "FoundryVTT Server"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Music"
|