123456789101112131415161718192021222324 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/restic_rest-server
- tag: 0.14.0
- consts:
- restic_rest_container_name: restic-server
- perms_container_name: permissions
- data_path: /data
- ssl_key_path: /certs/key.pem
- ssl_cert_path: /certs/cert.pem
- htpasswd_path: /auth/htpasswd
- reserved_options:
- - --listen
- - --append-only
- - --group-accessible-repos
- - --private-repos
- - --tls
- - --tls-key
- - --tls-cert
- - --no-auth
- - --htpasswd
- - --proxy-auth-username
|