Skip to content

Dockerized Foundry Virtual Tabletop

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

petrknap/foundryvtt

Repository files navigation

This repository contains simple makefile to dockerize Foundry Virtual Tabletop.

How to dockerize it?

make docker-image

It is required to have Foundry Virtual Tabletop downloaded in this folder. The download link will be displayed on the console if needed.

How to use dockerized version?

make server        # to run server on foreground
make server-daemon # to run server as daemon
make server-murder # to kill server

For security reasons, please switch the server to HTTPS, set the SSL certificate and key paths in the application configuration.

You can issue a self-signed certificate using the command make certificate. The certificate path will be self-signed.crt and key path will be self-signed.key.

How to back up / restore it?

It is recommended to shut down the server before backing up or restoring.

make server-backup  # to back up server
make server-restore # to restore server

You can also back up the server manually by copying the data directory somewhere else. You can restore a manual backup by copying it back to the data directory.


You can support this project via donation. The project is licensed under the terms of the LGPL-3.0-or-later.