Created by Cronhub
A simple web interface to easily generate cron expressions.
- Run the install.sh
- Check the logs to ensure its working using docker
logs crontab-dark
- On your browser access
http://your-server-ip:3000
- Enjoy!
- Run
docker build -t crontab-dark .
- Start the example_docker-compose.yml using
docker-compose up -d
(modify it if the port 3000 is already being used by another container) - OR via docker CLI run
docker run -d -p 3000:3000 --restart unless-stopped crontab-dark:latest sh -c "yarn && yarn start"
(Don't do both methods as the ports will conflict) - Check the logs to ensure its working using docker
logs crontab-dark
- On your browser access
http://your-server-ip:3000
- Enjoy!
https://github.com/lnxredir/crontab-dark
cd crontab
yarn
yarn start
- View the running app in your browser at
http://your-server-ip:3000