Releases: wesl-ee/raamen
Releases · wesl-ee/raamen
v1.0
App is now containerized with lighttpd and php-fpm. Check out public-demo.raamen.org for a demo running on my home kubernetes cluster.
The easiest way to get started with this software is to run the following command with /path/to/share
representing the files you'd like to share through the web UI:
docker run \
-p 8000:80 \
--mount type=bind,source=/path/to/share,target=/mnt \
ghcr.io/wesl-ee/raamen:v1.0
Then the web UI should be accessible on localhost:8000. Of course you can clone and docker build .
the repo too for a custom image.
Published image size is 64.7MiB. Not too bad!