12 Commits

Author SHA1 Message Date
Lukas Wolfsteiner a99a2b964d fix(devcontainer): make install-deps work on arm64/aarch64 (#1217)
Detect container architecture in .devcontainer/install-deps.sh and only
install gcc/g++ multilib packages on amd64, where they are available.

- keep shared dependency set for all architectures
- skip gcc-multilib and g++-multilib on arm64 with a clear log message
- reformat install-deps.sh for readability
- document arm64 devcontainer behavior and current amd64-only build caveats

Fixes #1216
2026-03-05 10:53:14 +01:00
Marc Brooks e7573b4abd Update eslint to current build structure for new vite projects (#962)
Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
2025-12-15 14:53:32 +01:00
Aveline 3fcd5e7def feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
Marc Brooks 4b049c4b7c Add iputils-ping to install dependencies script (#917)
The new dev_deploy.sh uses ping to check if we can see the JetKVM, but mcr.microsoft.com/devcontainers/go:1.25-trixie does not have ping installed.
2025-10-30 09:53:32 +01:00
Marc Brooks 9a4d061034 Localize the client/browser UI with inlang paraglide-js (#864) 2025-10-23 14:27:29 +02:00
Marc Brooks b144d9926f Remove the temporary directory after extracting buildkit (#874) 2025-10-07 11:57:26 +02:00
Marc Brooks 99a8c2711c Add podman support (#875)
Reimplement #141 since we've changed everything since
2025-10-07 11:43:25 +02:00
Aveline 657a177462 feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
Alex Goodkind 7e64a529f8 chore: add VSCode extensions for improved development environment (#509) 2025-05-23 14:38:15 +02:00
Marc Brooks c9068af568 Update devcontainer.json to match ui package.json (#457)
Missed that we upgraded the ui's package.json, need to _also_ update the devcontainer.json to matching verison 22.15.0
2025-05-16 12:37:54 +02:00
Techno Tim de5403eada fix(devcontainer): Map local ssh keys to container (#180) 2025-02-20 21:39:25 +01:00
Brandon Tuttle ed93400758 Add devcontainer support (#8) 2025-01-02 20:00:44 +01:00