Skip to content

v1.1.15

Choose a tag to compare

@wmantly wmantly released this 18 Jul 05:17
· 96 commits to master since this release
c0e1aa6

Changed

  • ops/install.sh now installs to /opt/theta42/proxy (was /var/www/proxy) and seeds /etc/proxy/secrets.js from secrets.js.example on first run (never overwritten on later runs), instead of requiring a manual nodejs/conf/secrets.js edit inside the repo checkout. ops/proxy.service sets CONF_SECRETS=/etc/proxy/secrets.js to match.
  • install.sh now prints the version it's updating from/to (or "Already up to date") on every run, instead of updating silently.

Fixed

  • install.sh could hang indefinitely on a fresh host if a base package pulled in tzdata as a new dependency — it prompted interactively for a timezone with no TTY attached. Set DEBIAN_FRONTEND=noninteractive.