ix_values.yaml 542 B

123456789101112131415161718192021222324
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/restic_rest-server
  4. tag: 0.14.0
  5. consts:
  6. restic_rest_container_name: restic-server
  7. perms_container_name: permissions
  8. data_path: /data
  9. ssl_key_path: /certs/key.pem
  10. ssl_cert_path: /certs/cert.pem
  11. htpasswd_path: /auth/htpasswd
  12. reserved_options:
  13. - --listen
  14. - --append-only
  15. - --group-accessible-repos
  16. - --private-repos
  17. - --tls
  18. - --tls-key
  19. - --tls-cert
  20. - --no-auth
  21. - --htpasswd
  22. - --proxy-auth-username