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.
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:
SPRING83_FQDN correctly for your setup andconstants.federate.knownS83HostsContent type
Image
Digest
Size
355.1 MB
Last updated
about 4 years ago
docker pull 0l0lol/serve