rajnandan1 / kener

Kener is a Modern Self hosted Status Page, batteries included
https://kener.ing/
MIT License
2.2k stars 83 forks source link

When can this be a static page that has no backend component #46

Open wparad opened 5 months ago

wparad commented 5 months ago

Is your feature request related to a problem? Please describe. There are plenty of free hosted products out there in the market for status page management. Such as instatus. We currently use one of these, and we don't have to run literally anything. And it is already free.

Describe the solution you'd like We would love to host an static webpage ourselves such as kener, but it would have to completely fit in an S3 bucket. The generation of all other data for the site we would want to deploy with the website on incident updates.

Additional context We never want to have to run a service. Alternatively, since we use AWS, we would be okay with an S3 bucket static website AND a Lambda Function that ran on a CloudWatch Schedule Rule that would update the bucket based on the feedback. Running a full container as well as SSR to accomplish this will never work for us.

rajnandan1 commented 5 months ago

This is am working. Also requested here https://github.com/rajnandan1/kener/issues/43