mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-11-01 02:46:35 +00:00
53 lines
887 B
YAML
Executable File
53 lines
887 B
YAML
Executable File
---
|
|
name: Rclone Snapshot Sync
|
|
version: '1.5.4'
|
|
slug: rclone
|
|
description: Sync snapshots to another devices
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
startup: application
|
|
init: false
|
|
boot: auto
|
|
ingress: true
|
|
ingress_port: 5572
|
|
ports:
|
|
5572/tcp: null
|
|
ports_description:
|
|
5572/tcp: Web configuration GUI (not required for ingress)
|
|
map:
|
|
- backup:rw
|
|
- ssl:ro
|
|
options:
|
|
cron: "0 * * * *"
|
|
destination: "<drive>:<path>"
|
|
sync_command: sync
|
|
prune:
|
|
rules: ""
|
|
cron: ""
|
|
delete: false
|
|
credentials:
|
|
username: homeassistant
|
|
password: homeassistant
|
|
tls:
|
|
ssl: false
|
|
certfile: fullchain.pem
|
|
keyfile: privkey.pem
|
|
schema:
|
|
cron: str
|
|
destination: str
|
|
sync_command: list(sync|copy|move)
|
|
prune:
|
|
rules: str
|
|
cron: str
|
|
delete: bool
|
|
credentials:
|
|
username: str
|
|
password: str
|
|
tls:
|
|
ssl: bool
|
|
certfile: str
|
|
keyfile: str
|