更新 'repository.yaml'
This commit is contained in:
3
addon-image-backup/CHANGELOG.md
Normal file
3
addon-image-backup/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 1.0.0 (2024-11-15)
|
||||
|
||||
- 首次推出
|
||||
5
addon-image-backup/DOCS.md
Normal file
5
addon-image-backup/DOCS.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Addons镜像备份工具
|
||||
|
||||
## 使用方法
|
||||
|
||||
- 需要您手动关闭“保护模式”才能启动
|
||||
6
addon-image-backup/README.md
Normal file
6
addon-image-backup/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# 冬瓜甄选addons:Addons镜像备份工具
|
||||
|
||||
- 备份系统镜像(supervisor除外)
|
||||
- 备份安装的addons
|
||||
- 支持使用xz压缩(压缩率较高,时间较长)
|
||||
- 支持usb、网络存储
|
||||
31
addon-image-backup/config.yaml
Normal file
31
addon-image-backup/config.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
name: "Addons镜像备份工具"
|
||||
version: "1.0.0"
|
||||
slug: "addon-image-backup"
|
||||
codenotary: wghaos@163.com
|
||||
description: "冬瓜镜像备份"
|
||||
image: r.hassbus.com/wghaos/addon-wghaos-image-backup
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
ingress: true
|
||||
ingress_port: 9876
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
- SYS_RAWIO
|
||||
- DAC_READ_SEARCH
|
||||
map:
|
||||
- media:rw
|
||||
- share:rw
|
||||
- backup:rw
|
||||
- all_addon_configs
|
||||
apparmor: false
|
||||
docker_api: true
|
||||
startup: services
|
||||
boot: manual
|
||||
full_access: true
|
||||
options:
|
||||
config_file: ""
|
||||
schema:
|
||||
config_file: str?
|
||||
BIN
addon-image-backup/icon.png
Normal file
BIN
addon-image-backup/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
addon-image-backup/logo.png
Normal file
BIN
addon-image-backup/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user