Skip to content

Releases: wesl-ee/raamen

v1.0

06 Sep 17:53
v1.0
4d0f0f7
Compare
Choose a tag to compare

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!