diff --git a/content/projects/flox.md b/content/projects/flox.md new file mode 100644 index 0000000..8c770d6 --- /dev/null +++ b/content/projects/flox.md @@ -0,0 +1,26 @@ ++++ +title = "flox-dockerized" +description = "Dockerization of flox" +date = "2022-04-16" +type = ["default"] ++++ + +--- + +## Dockerization of flox + +https://github.com/olofvndrhr/flox-dockerized + + +Flox is a personal watchlist, written in php. + +Before i created my version, i used a docker container of flox from another user (i can't remember which one). + +But this version did not have a supervisor installed, so i created my own docker container for it with supervision. + +The baseimage for the flox container is the [debian-s6](https://github.com/olofvndrhr/docker-baseimages) image from myself. +It includes everything needed. + +I also built it for arm64 and amd64, so it can even run on raspberry pi's or other arm processors. + +The original repository: [devfake/flox](https://github.com/olofvndrhr/docker-baseimages)