Skip to content

Commit

Permalink
Make httpd.conf and mime.types static (#7)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
LindirQuenya authored Sep 12, 2022
1 parent 82a5cf3 commit 26ac521
Show file tree
Hide file tree
Showing 4 changed files with 2,355 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ In this file, we will go over the structure and organization of this repo, and g
- [.github/workflows/build.yml](.github/workflows/build.yml): This automates builds of the image.
- [Makefile](Makefile): This contains comamnds for building and cleaning up the image.
- [build.sh](build.sh): This is called by the makefile. It gets and runs the scripts from Alpine that create a standard Alpine VM image. It also does post-processing that shrinks the VM image.
- [httpd.conf](httpd.conf) and [mime.types](mime.types): Config files for apache.
- [gamezip](gamezip): This is an openrc service definition. It contains the commands for mounting and unmounting AVFS and UnionFS.
- [needed_mods.txt](needed_mods.txt): This is a list of all the kernel modules needed for our VM to run. There might be some extras that we don't need still on there. I just stopped removing modules when it broke.
- [setup.sh](setup.sh): This is run (chroot-ed, I think) inside the base VM image. It sets up all the things we need, and removes the things we don't.
Expand Down
Loading

0 comments on commit 26ac521

Please sign in to comment.