Skip to content

Easily spin up a temporary page for downtime / DB migration / etc on Coolify or other Docker hosts to notify users.

Notifications You must be signed in to change notification settings

hackclub/noticeboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Club Downtime Notice

Simple page to notify users during downtime.

Coolify Deployment

  1. Create a new service in Coolify
  2. Point to this repository
  3. Set the environment variable:
    • DISPLAY_TEXT - Your message (supports Markdown)
  4. Set port to 6060

Example:

DISPLAY_TEXT="We're currently experiencing downtime.\n\nCheck [status page](https://status.example.com) for updates."

Example:

Screenshot 2025-10-20 at 9 13 26 PM
DISPLAY_TEXT=Hackatime is currently moving to a new, faster server\n\nIt'll take about 1 hour. Don't worry - even if Hackatime in your editor is giving you errors, all of your heartbeats are saved locally and will be uploaded when Hackatime is back online. No time will be lost.\n\nWish Hackatime a good move! It'll be back in about 1 hour.\n\n\![](https://miro.medium.com/v2/resize:fit:1000/format:webp/0*l3ty80Q-AIGrVpLH.gif)

Local Testing

docker build -t notice .
docker run -p 6060:6060 -e DISPLAY_TEXT="Down for maintenance" notice

About

Easily spin up a temporary page for downtime / DB migration / etc on Coolify or other Docker hosts to notify users.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published