mirror of
https://gitcode.com/waxgourd/addons
synced 2026-03-29 11:28:27 +08:00
首次推出addons-data-migrate
This commit is contained in:
3
addon-data-migrate/CHANGELOG.md
Normal file
3
addon-data-migrate/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### v0.2.1 (03-08-2024)
|
||||
|
||||
- 首次推出
|
||||
19
addon-data-migrate/DOCS.md
Normal file
19
addon-data-migrate/DOCS.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Addon Data Migrate
|
||||
|
||||
## 安装
|
||||
|
||||
这个插件的安装非常简单。
|
||||
|
||||
1. [将我的加载项存储库][存储库]添加到您的家庭助理实例中(在右上角的主管加载项存储中,如果您配置了我的HA,请单击下面的按钮)。
|
||||
|
||||
1. 安装此附加组件。
|
||||
|
||||
1. 安装完后,关闭“保护模式”才可以正常开启。
|
||||
|
||||
1. 启动加载项。
|
||||
|
||||
1. 检查加载项的日志,看看是否一切顺利。
|
||||
|
||||
1. 打开webUI并调整软件选项。
|
||||
|
||||
[存储库]: https://gitcode.com/waxgourd/addons
|
||||
5
addon-data-migrate/README.md
Normal file
5
addon-data-migrate/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# 冬瓜甄选addons:addon-data-migrate
|
||||
|
||||
## 关于
|
||||
|
||||
addon-data-migrate 基于HA相同版本的组件在不同仓库之间的数据迁移。
|
||||
19
addon-data-migrate/config.yaml
Normal file
19
addon-data-migrate/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Addon Data Migrate
|
||||
version: v0.2.1
|
||||
slug: addonDataMigrate
|
||||
codenotary: wghaos@163.com
|
||||
description: '相同版本的组件在不同仓库中的数据迁移'
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
image: wghaos/addon-data-migrate
|
||||
init: false
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
ingress: true
|
||||
ingress_port: 80
|
||||
map:
|
||||
- all_addon_configs:rw
|
||||
- backup:rw
|
||||
apparmor: false
|
||||
docker_api: true
|
||||
startup: services
|
||||
BIN
addon-data-migrate/icon.png
Normal file
BIN
addon-data-migrate/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
addon-data-migrate/logo.png
Normal file
BIN
addon-data-migrate/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user