Skip to content

nicholaswilde/docker-chyrp-lite

Repository files navigation

Docker Chyrp Lite

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture image for Chyrp Lite.

Dependencies

  • mysql (optional)

Usage

docker cli

$ docker run -d \
  --name=chyrp-lite \
  -e TZ=America/Los_Angeles `# optional` \
  -p 80:80 \
  --restart unless-stopped \
  nicholaswilde/chyrp-lite
user uid
www-data 33

docker-compose

See docker-compose.yaml.

Install

Go to the following address to finish the installation process

http://<ip-address>/install.php

Development

See docs.

Troubleshooting

See docs.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

pre-commit install
pre-commit install-hooks

Currently, this only works on amd64 systems.

License

Apache 2.0 License

Author

This project was started in 2021 by Nicholas Wilde.