Skip to content

devopshaven/static-site-service

Repository files navigation

DevOps Haven - Static Site Service

Static site solver from MinIO bucket with single page application support for kubernetes environment.


License: LGPL v3

Container image: ghcr.io/devopshaven/static-site-service

Environment Variables

  • MINIO_ENDPOINT - endpoint address of minio server without scheme eg: play.min.io
  • MINIO_ACCESS_KEY_ID - minio access key id
  • MINIO_ACCESS_KEY_SECRET - minio access key secret
  • MINIO_USE_SSL - use ssl for the connection (true/false)
  • SITE_NAME - the subdirectory name in the bucket where the site will be served from

The service currently supports only MinIO server.

Made with ❤️ at DevopsHaven Team