This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: term-world/term-hub
Releases · term-world/term-hub
v0.3.0
v0.2.0
First real release of term-hub
, currently setup as a daemon-able process running under pm2
. Using pm2
serves as the most highly recommended way to do this.
term-hub
requires a .env
file with the following values:
COOKIE_SECRET=
DIRECTORY=
IMAGE=
TIMEOUT=
VOLUME=
Breakdown of .env
properties
Property | Meaning |
---|---|
COOKIE_SECRET |
Hash to use to create cookies for sessions |
DIRECTORY |
Directory to use to find the .registry file |
IMAGE |
Docker image to serve |
TIMEOUT |
Denomination (in ms ) of time to wait before shutting down inactive containers |
VOLUME |
Name of volume to mount for persistent storage |