gentoo-overlay/www-apps/beszel-hub/files/beszel-hub.env
Manuel Friedli a4cb8b04d0
Some checks failed
continuous-integration/drone/push Build is failing
www-apps/beszel-hub: Last cleanup
Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
2026-02-06 22:31:36 +01:00

17 lines
692 B
Bash

# This is a sample config file. Adjust to your needs.
# See https://beszel.dev/guide/environment-variables#hub for all available
# variables.
# The application URL. Used for links in emails and notigications. Must set
# if serving at a subpath.
#BESZEL_HUB_APP_URL=https://beszel.example.com
# The following variables are not official Beszel Hub environment variables.
# Instead, they are used as parameters for command line options.
# Set the listen address and port for HTTP connections. Leave empty for
# default 127.0.0.1:8090
#BESZEL_HUB_SERVE_HTTP=localhost:8090
# Set the listen address and port for HTTPS connections. Leave empty for
# default - disabled.
#BESZEL_HUB_SERVE_HTTPS=