Skip to content

Commit

Permalink
🔒️ minio https
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Jan 14, 2024
1 parent 9ad5177 commit 3636515
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
# - name: postgres-v6
# barmanObjectStore:
# destinationPath: s3://postgresql/
# endpointURL: http://minio.${SECRET_DOMAIN}:9000
# endpointURL: https://minio.${SECRET_DOMAIN}:9000
# s3Credentials:
# accessKeyId:
# name: postgres-minio
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/hajimari/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
url: "https://truenas-remote.${SECRET_DOMAIN}"
- name: minio
icon: mdi:aws
url: "http://minio.${SECRET_DOMAIN}:9000"
url: "https://minio.${SECRET_DOMAIN}:9000"
- name: pikvm
icon: mdi:ip-network
url: "https://pikvm.${SECRET_DOMAIN}"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/homelab/minio/backup/rclone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type = s3
provider = Minio
access_key_id = __RCLONE_ACCESS_ID__
secret_access_key = __RCLONE_SECRET_KEY__
endpoint = http://minio.${SECRET_DOMAIN}:9000
endpoint = https://minio.${SECRET_DOMAIN}:9000
acl = private

[gdrive-homelab-backups]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
command: ["/bin/bash", "/app/opnsense-backup.sh"]
env:
OPNSENSE_URL: "https://opnsense.${SECRET_DOMAIN}"
S3_URL: "http://minio.${SECRET_DOMAIN}:9000"
S3_URL: "https://minio.${SECRET_DOMAIN}:9000"
envFrom:
- secretRef:
name: homelab-opnsense-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curl -fsSL \
-H "Date: ${http_request_date}" \
-H "Content-Type: ${http_content_type}" \
-H "Authorization: AWS ${AWS_ACCESS_KEY_ID}:${http_signature}" \
"http://minio.${SECRET_DOMAIN}:9000/${http_filepath}"
"https://minio.${SECRET_DOMAIN}:9000/${http_filepath}"
rm /tmp/backup-*.tar
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/outline/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
AWS_S3_ACL: private
AWS_S3_FORCE_PATH_STYLE: "true"
AWS_S3_UPLOAD_BUCKET_NAME: outline
AWS_S3_UPLOAD_BUCKET_URL: "http://minio.${SECRET_DOMAIN}:9000"
AWS_S3_UPLOAD_BUCKET_URL: "https://minio.${SECRET_DOMAIN}:9000"
ENABLE_UPDATES: "false"
FILE_STORAGE_UPLOAD_MAX_SIZE: "26214400"
OIDC_AUTH_URI: "https://auth.${SECRET_CLUSTER_DOMAIN}/api/oidc/authorization"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sharry/app/config/sharry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sharry.restserver {
minio =
{ enabled = true
type = "s3"
endpoint = "http://minio.${SECRET_DOMAIN}:9000"
endpoint = "https://minio.${SECRET_DOMAIN}:9000"
access-key = "${SECRET_SHARRY_MINIO_S3_ACCESS_KEY}"
secret-key = "${SECRET_SHARRY_MINIO_S3_SECRET_KEY}"
bucket = "sharry"
Expand Down

0 comments on commit 3636515

Please sign in to comment.