Sign inSign up

0l0lol/serve

By 0l0lol

Updated about 4 years ago

Spring '83 server image

Image
0

2.1K

0l0lol/serve repository overview

Runs a Spring-83 server on port specified by environment variable SPRING83_BIND_PORT (or 1783 by default) & binding to SPRING83_BIND_HOST (or localhost by default).

docker run --env-file <env-file> --network host -v <local-content-path>:/content -d 0l0lol/serve:latest

where <env-file> should include at least the following (also possibly host and port):

SPRING83_FQDN=your.fqdn
[email protected]

And <local-content-path> is the path where you want content stored on the host.

Server federation

This implementation supports an early and limited form of server federation per the discussion on Issue #6.

Federation will not work correctly on your instance unless you have:

Source

Tag summary

Content type

Image

Digest

Size

355.1 MB

Last updated

about 4 years ago

docker pull 0l0lol/serve