Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Releases: term-world/term-hub

v0.3.0

09 Feb 02:27
0e80cbb
Compare
Choose a tag to compare

Fixes to proxy errors occurring due to the way that requests were being returned. Hands off to the branch we will make to allow for dynamic world image redefinition and, eventually, per-user, user-specific image launching.

v0.2.0

29 Jan 03:06
Compare
Choose a tag to compare

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