Commit graph

  • 66eb7a5989 docs: drop --license-file from install command (configure in setup wizard) main amir-climy 2026-05-31 17:48:04 +08:00
  • d57345cd74 chore: re-point bootstrapper URLs at Forgejo amir-climy 2026-05-31 17:43:59 +08:00
  • 4f2408eeb3 chore: point at forgejo registry + new image name amir-climy 2026-05-31 12:41:05 +08:00
  • d974d6ca34 feat(install): check/generate machine-id and display binding hash amir-climy 2026-05-22 21:19:08 +08:00
  • 2c3c2c2863 fix(install): rename install directory from triton-manage-server to triton-manageserver amir-climy 2026-05-21 23:28:09 +08:00
  • 3fe9fe6057 fix(install): auto-detect non-interactive mode for --purge-data confirmation amir-climy 2026-05-21 23:19:13 +08:00
  • b2054a6dca chore: sync installers from triton main (2026-05-21) amir-climy 2026-05-21 23:02:13 +08:00
  • 846cfc3973 chore: sync installers from triton v1.0.0-rc.3 github-actions[bot] 2026-05-21 07:23:44 +00:00
  • 5cb8ce2f63 feat(install): macOS + Windows support amir-climy 2026-05-21 15:07:13 +08:00
  • fe90753a37 feat(install): detect and display host architecture (amd64/arm64) amir-climy 2026-05-21 14:59:32 +08:00
  • c1158e9938 chore: sync installers from triton v1.0.0-rc.2 github-actions[bot] 2026-05-21 06:58:26 +00:00
  • a8dcbe9b31 fix(uninstall): delete installer directory on --purge-data amir-climy 2026-05-21 09:36:24 +08:00
  • 9d0a608c19 fix(install): make compose.yaml the single source of truth for image name amir-climy 2026-05-21 09:33:31 +08:00
  • f18f0eef48 fix(install): correct image name triton-manage-server → triton-manageserver in env.template amir-climy 2026-05-21 09:28:57 +08:00
  • 1c559e483b fix(uninstall): remove interactive confirmation that breaks curl-pipe installs amir-climy 2026-05-21 09:15:58 +08:00
  • 4057cebb27 chore: sync installers from triton v1.0.0-rc.1 github-actions[bot] 2026-05-20 15:01:09 +00:00
  • 1d635a9338 feat: remove --license-server-url flag — URL now baked into binary Amir Yahaya 2026-05-20 07:59:56 +02:00
  • fb80b3e21f docs: expand host-bound licence instructions with machine ID details Amir Yahaya 2026-05-20 07:34:03 +02:00
  • bad2a6f130 fix: print machine ID hash and mount /etc/machine-id for offline .lic binding Amir Yahaya 2026-05-20 07:29:01 +02:00
  • f869e9c308 feat(security): add host-bound licence support (/etc/machine-id binding) amir-climy 2026-05-20 10:19:44 +08:00
  • d2a19d4df7 feat(install): drop pubkey file from bundle — single license.lic is enough amir-climy 2026-05-20 00:08:17 +08:00
  • 9780ee3601 feat(install): license bundle approach — --license-file replaces pubkey fetch amir-climy 2026-05-19 23:29:19 +08:00
  • bbdc8aa292 feat(install): fetch license pubkey automatically from license server URL amir-climy 2026-05-19 23:21:05 +08:00
  • e0e887f97a feat(install): add --license-server-pubkey and --license-server-url flags amir-climy 2026-05-19 23:10:06 +08:00
  • e2265c2d89 fix(get.sh): refresh installer files before uninstall amir-climy 2026-05-19 19:58:02 +08:00
  • d67086ccd8 fix(uninstall): remove interactive confirmation for --purge-data amir-climy 2026-05-19 19:54:40 +08:00
  • 8ed781a6c1 fix(uninstall): remove cached container image on uninstall amir-climy 2026-05-19 19:52:16 +08:00
  • 373f393b03 fix(install): pull latest image before starting containers amir-climy 2026-05-19 19:50:53 +08:00
  • 504242308c feat(upgrade): add --port flag to change web UI host port on upgrade amir-climy 2026-05-19 19:45:37 +08:00
  • 3b3de281f6 feat(install): add --port flag to set web UI host port at install time amir-climy 2026-05-19 19:45:00 +08:00
  • f1cec6ac33 fix(scripts): handle BASH_SOURCE[0] unbound when piped via curl amir-climy 2026-05-19 19:38:47 +08:00
  • 2a2744f897 docs(readme): rewrite with get.sh one-liners for install, upgrade, and uninstall amir-climy 2026-05-19 19:37:41 +08:00
  • bacccd9550 feat: add --upgrade one-liner and improve upgrade.sh amir-climy 2026-05-19 19:19:57 +08:00
  • ffa10f9171 feat(get.sh): add --uninstall flag for one-liner uninstall amir-climy 2026-05-19 19:11:35 +08:00
  • 6ff24df8d1 feat(installer): add one-liner bootstrap script for Manage Server amir-climy 2026-05-18 13:27:06 +08:00
  • c2a7445b1e chore: sync installers from triton v1.0.0-rc.2 github-actions[bot] 2026-05-17 08:33:44 +00:00
  • 286de6d3d0 docs: simplify install to single curl command — setup wizard handles licence config Amir Yahaya 2026-05-17 10:12:41 +02:00
  • f64b71613f chore: sync installers from triton v1.0.0-rc.2 github-actions[bot] 2026-05-17 07:43:44 +00:00
  • 1a50c46206 docs: scope README to manage server only Amir Yahaya 2026-05-17 09:22:25 +02:00
  • bd67e55625 chore: remove license server installer — not for public distribution Amir Yahaya 2026-05-17 09:22:09 +02:00
  • 92b0eeec90 feat: initial installer scripts for manage server and license server Amir Yahaya 2026-05-17 08:57:58 +02:00