Configurations

Environment variables of container

CONTAINERUP_USERNAME

Optional

v0.1.0

The username to be used on the web. Defaults to podman.


CONTAINERUP_PASSWORD_HASH

Required

v0.1.0

It’s the bcrypt hash of your desired password to use in the web. Your can generate one with the following command:

podman run --rm -it quay.io/containerup/containerup:latest containerup --generate-hash

CONTAINERUP_PODMAN_V3

Optional

v0.1.0

Set to 1 if you are using Podman v3.


CONTAINERUP_TLS_CERT

Optional

v0.1.0

Location of TLS certificate file. Must be used together with CONTAINERUP_TLS_KEY.

When specified, the listening port 3876 will serve TLS instead of plaintext.

Certificate and key files must be mounted into the container.


CONTAINERUP_TLS_KEY

Optional

v0.1.0

Refer to CONTAINERUP_TLS_CERT.