Sign inSign up

timonier/cakebox

By timonier

Updated over 8 years ago

Browse, watch, manage and share your files

Image
0

4.1K

timonier/cakebox repository overview

README

Browse, watch, manage and share your files

⚠️ This project is no longer maintained. ⚠️

Usage

Run the application via docker run. It is possible to change the cakebox options via the environment variables:

docker run \
    --env "CAKEBOX_ROOT=${PWD}" \
    --env "GROUP=$(id --group)" \
    --env RIGHTS_CAN_DELETE=TRUE \
    --env "USER=$(id --user)" \
    --publish 80:80 \
    --volume "${PWD}:${PWD}" \
    timonier/cakebox
# Go to "http://localhost/"

Tag summary

Content type

Image

Digest

Size

77.7 MB

Last updated

over 8 years ago

docker pull timonier/cakebox