infra/stacks/android-emulator/variables.tf
Viktor Barzin 12fd1fcbc9
Some checks failed
ci/woodpecker/push/build-cli Pipeline was successful
ci/woodpecker/push/default Pipeline was canceled
android-emulator: api36-v7 — noVNC defaults: scaled view, autoconnect, reconnect
Viktor's screen rendered unscaled on a bare /vnc.html. The entrypoint
now writes /usr/share/novnc/defaults.json (resize=scale, autoconnect,
reconnect with 2s delay, shared) so every load behaves right without URL
params, and viewers self-heal across pod restarts/wakes. Already applied
live to the running pod; this makes it survive the next wake.
2026-06-12 20:18:26 +00:00

10 lines
362 B
HCL

variable "tls_secret_name" {
type = string
sensitive = true
}
variable "image_tag" {
type = string
default = "api36-v7"
description = "android-emulator image tag at forgejo.viktorbarzin.me/viktor/android-emulator. Built + pushed manually from stacks/android-emulator/docker/ (see README.md) — bump this when the image is rebuilt."
}