opengist¶
Configure and deploy Opengist
Downloads a pre-built Opengist tarball from GitHub releases and creates an s6 service.
Variables¶
| Variable | Type | Default | Description |
|---|---|---|---|
opengist_arch |
string | arm64 | Target architecture for the Opengist binary |
opengist_enabled |
boolean | false | Enable the Opengist service |
opengist_group |
string | opengist | System group for the Opengist service |
opengist_port |
string | 3001 | TCP port for the Opengist web interface |
opengist_sha256 |
string | SHA-256 checksum of the Opengist tarball | |
opengist_tarball |
path | Local cache path for the downloaded tarball | |
opengist_url |
string | Full download URL for the Opengist tarball (derived from version and arch) | |
opengist_user |
string | gist | System user for the Opengist service |
opengist_version |
string | 1.11.1 | Version of Opengist to download |