Commit graph

1340 commits

Author SHA1 Message Date
Kroese
4142b4ac5b
fix: Progress calculation (#134) 2024-08-18 17:53:59 +02:00
Kroese
6595bc7c34
fix: Check lscpu output (#133) 2024-08-18 03:30:59 +02:00
Kroese
540821ce5d
build: Environment variables (#132) 2024-08-18 02:12:14 +02:00
Kroese
49e41f2a1e
docs: Fix badge (#131) 2024-08-13 20:54:59 +02:00
Kroese
1438222f1c
build: Update noVNC to v1.5.0 (#130) 2024-06-18 16:45:52 +02:00
dependabot[bot]
f9fa7efd71
build(deps): Bump docker/build-push-action from 5 to 6 (#128)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 12:17:42 +02:00
Kroese
0f50e3d4be
docs: Networking (#127) 2024-06-16 06:20:45 +02:00
Kroese
36dac0f0bf
fix: Don't set script with file descriptor (#125) 2024-06-14 04:42:33 +02:00
Kroese
1e851b3c82
docs: Features (#124) 2024-06-14 04:03:45 +02:00
Kroese
c0e935daa6
feat: Create data disk for external image (#123) 2024-06-14 02:49:45 +02:00
Kroese
25d033632f
docs: Removed Kubevirt dependancy (#121) 2024-06-13 19:47:24 +02:00
Kroese
cea30ec530
docs: Relative links (#122) 2024-06-13 19:46:31 +02:00
Kroese
91b1d23aa3
fix: Assume GB when no unit is present (#120) 2024-06-13 19:01:45 +02:00
Kroese
4e5cfa4eb7
docs: Add markdown alerts (#119) 2024-06-13 18:47:37 +02:00
Kroese
c6ed03f331
feat: Support download of disk images (#118) 2024-06-12 22:36:39 +02:00
Kroese
bdd0f1a1a7
feat: Detect EFI-compatible images (#117) 2024-06-12 04:42:40 +02:00
Kroese
c2a7932d8e
docs: Add GHCR badge (#116) 2024-06-11 23:38:34 +02:00
Kroese
e6c610a4e8
docs: Add GHCR badge (#115) 2024-06-11 23:33:01 +02:00
Kroese
642979e03c
docs: Features (#114) 2024-06-11 23:06:59 +02:00
Kroese
130d032614
docs: Features (#113) 2024-06-11 22:38:29 +02:00
Kroese
6e5de3669b
docs: Readme (#112) 2024-06-11 22:01:58 +02:00
Kroese
78e66a7f99
docs: Add icons (#111) 2024-06-11 21:08:26 +02:00
Kroese
0caf956e17
docs: KVM information (#110) 2024-06-11 19:53:10 +02:00
Kroese
4d65cd247a
feat: Implement usermode networking (#109) 2024-06-11 01:46:34 +02:00
Kroese
9a04245ed2
docs: Readme (#108) 2024-06-09 22:14:09 +02:00
Kroese
e8d407938c
fix: Do not use IO threading for SATA disks (#107) 2024-06-09 18:33:32 +02:00
Kroese
392ae1bfe1
feat: Use SATA disks for legacy devices (#105) 2024-06-09 17:28:28 +02:00
Kroese
e38d479a37
docs: Mention Windows container (#104) 2024-06-08 18:48:43 +02:00
Kroese
159402de8f
fix: CPU pinning for Orange Pi (#103) 2024-06-07 13:08:30 +02:00
Kroese
89e46404f5
feat: Use virtioblk for CD-ROM devices (#102) 2024-06-05 17:53:12 +02:00
Kroese
e7b7a7a83f
feat: Print QEMU version on boot (#100) 2024-06-02 20:58:07 +02:00
Kroese
781060bbd2
feat: CPU pinning on Rockchip Orange Pi 5 (#99) 2024-06-02 19:47:46 +02:00
Kroese
b862a76ba1
feat: CPU pinning for Rockchip Orange Pi 5 (#98) 2024-06-02 19:38:14 +02:00
Kroese
d530bc26d4
feat: Add automatic device type (#97) 2024-05-26 22:57:27 +02:00
Kroese
9eb0b703f1
fix: Do not ignore unrecognized bootmodes (#96) 2024-05-26 13:34:43 +02:00
Kroese
7234632a74
docs: Updated issue templates (#95) 2024-05-25 14:09:03 +02:00
Kroese
07fbc9f8d1
docs: Resource limits (#93) 2024-05-25 12:46:26 +02:00
Kroese
528cce9d1a
feat: Mount drivers ISO (#94) 2024-05-25 12:46:06 +02:00
Kroese
2314ad8dca
feat: Mount additional ISO (#92) 2024-05-24 22:17:48 +02:00
Kroese
09694075b6
feat: Detect number of physical CPU sockets (#91) 2024-05-23 02:22:58 +02:00
Kroese
08cc4a7cf1
fix: Detect device type from machine (#90) 2024-05-22 21:17:18 +02:00
Kroese
6e2e6acfd7
docs: Drivers (#89) 2024-05-22 21:12:53 +02:00
Kroese
6ca072aae4
feat: Detect empty boot variable (#88) 2024-05-22 17:02:38 +02:00
Kroese
e9087a6eb3
feat: Allow booting without ISO file (#87) 2024-05-22 12:19:54 +02:00
Kroese
95b8acc301
docs: Docker CLI example (#86) 2024-05-22 07:57:17 +02:00
Kroese
7d3dc13958
fix: Don't mount cd-rom when empty (#85) 2024-05-21 13:05:59 +02:00
Kroese
e40ae8d06c
feat: Add support for USB booting (#84) 2024-05-21 12:12:43 +02:00
Kroese
38830c6f7a
feat: Add support for USB booting (#83) 2024-05-21 12:00:45 +02:00
Kroese
5eb3645401
feat: Add support for IDE drives (#82) 2024-05-21 09:29:46 +02:00
Kroese
79a75ee9f5
feat: Add support for IDE disk drives (#81) 2024-05-21 09:28:12 +02:00