├── Docker ├── crontab.template ├── docker-run.sh └── etc │ └── gotify-delete-old-notifications.conf ├── Dockerfile ├── LICENSE ├── README.md └── gotify-delete-old-notifications.sh /Docker/crontab.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/Docker/crontab.template -------------------------------------------------------------------------------- /Docker/docker-run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/Docker/docker-run.sh -------------------------------------------------------------------------------- /Docker/etc/gotify-delete-old-notifications.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/Docker/etc/gotify-delete-old-notifications.conf -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/README.md -------------------------------------------------------------------------------- /gotify-delete-old-notifications.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAS85/Gotify-old_Notifications_cleanup/HEAD/gotify-delete-old-notifications.sh --------------------------------------------------------------------------------