coreos-home-server/service/spectrum/spectrum.env.template
Alex Palaistras fff2b222bb spectrum: Add support for re-hosting shared media
This enables the `web_directory` and `web_url` options for Spectrum,
which has media shared by legacy protocol buddies be re-hosted by
Spectrum, and shared by a dedicated volume.

This, in turn, is served by the `nginx-serve-volume@spectrum-media`
service, which is intended to be proxied under the same host used for
Prosody. Documentation for the integration will be added in future
commits.
2022-05-03 18:18:02 +01:00

11 lines
336 B
Plaintext

# Configuration for Spectrum.
SPECTRUM_HOSTNAME=spectrum
SPECTRUM_PROTOCOL=any
SPECTRUM_PASSWORD=${PROSODY_SPECTRUM_PASSWORD}
SPECTRUM_XMPP_HOST=prosody
SPECTRUM_REGISTRATION_ENABLED=1
# Options for Prosody component configuration.
PROSODY_COMPONENT_PASSWORD=${PROSODY_SPECTRUM_PASSWORD}
PROSODY_HOST_EXTERNAL=${PROSODY_HOST_EXTERNAL}