Skip to content

Releases: FlashpointProject/flashpointvm

26ac521

12 Sep 17:07
26ac521
Compare
Choose a tag to compare
Make httpd.conf and mime.types static (#7)

* Add httpd.conf, remove config modifications from setup.sh.

* Explain httpd.conf

* Freeze mime.types also.

* Add extra index extensions from router.php.

* Fix svgz

1d388cf

12 Sep 17:09
1d388cf
Compare
Choose a tag to compare
Decrease the maximum qcow2 size to 512M (#9)

1829d6d

12 Sep 17:10
1829d6d
Compare
Choose a tag to compare
Make /tmp use tmpfs. (#10)

82a5cf3

05 Jun 22:21
82a5cf3
Compare
Choose a tag to compare
Add workaround for buggy emblaze plugin (#6)

bae8e92

18 Mar 00:38
Compare
Choose a tag to compare
Revert "Compress snapshot data as well."

This reverts commit 9250cbf36ee0ee6c90cdc2366aa8eff90350be98.

It turns out compressing qcow2 images does not preserve snapshots.

f497eee

17 Mar 23:55
f497eee
Compare
Choose a tag to compare
Switch to fuse-archive, use fuzzyfs-with-FDs. (#5)

* Replace AVFS with fuse-archive.

* Remove build-time deps.

d4eccf1

17 Mar 22:08
Compare
Choose a tag to compare
Add gz-compressed modules to needed_mods.txt.

9250cbf

17 Mar 22:11
Compare
Choose a tag to compare
Compress snapshot data as well.

a0c232a

19 Nov 15:15
a0c232a
Compare
Choose a tag to compare
Shrink image size (#1)

Removes unneeded components at the end of the build process to optimize the size of the final image.
Applies some peformance tweaks, such as reducing virtual memory from 512 MB to 128 MB.

d43aec2

16 Sep 21:45
Compare
Choose a tag to compare
Automatic builds with GitHub Actions