Sunset helps you easily and gracefully shut down websites while keeping your users informed.
Sunset can be deployed as a microservice to replace frontend components, to preserve database information past shutdown or background workflows running, keeping your site in a "read-only" mode (precluding API access).
Additionally, you can add custom messages to display to your users in Markdown, with support for most Markdown elements like links and images.
Built using Go, Fiber, and Docker, Sunset uses almost no resources and can be run with minimal server impact.
- Clone this repository
- Edit
public/message.mdwith appropriate message for users docker build -t sunset:website .docker run -p 3000:3000 -d sunset:website- Edit your reverse proxy for your domain to point at
localhost:3000on your server


