From 189712561e01aaea973bc72a39d901edfcf06b2a Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Fri, 8 Nov 2024 18:11:36 -0600 Subject: [PATCH] flask: config: add Minio example to object storage --- indi_allsky/flask/templates/config.html | 1 + 1 file changed, 1 insertion(+) diff --git a/indi_allsky/flask/templates/config.html b/indi_allsky/flask/templates/config.html index 1b5b1c36..5a517e51 100644 --- a/indi_allsky/flask/templates/config.html +++ b/indi_allsky/flask/templates/config.html @@ -4354,6 +4354,7 @@
  • AWS: https://{bucket}.s3.{region}.{host}
  • GCP: https://{bucket}.{host}
  • OCI: https://objectstorage.{region}.{host}/n/{namespace}/b/{bucket}/o
  • +
  • Minio: https://{host}/{bucket}