refactor(localApps): 优化多个应用的配置结构
- 移除了多个应用的重复属性,如 name、tags、title 和 description- 更新了部分应用的 website、github 和 document 链接- 调整了 zerotier-planet 的 limit 属性值
This commit is contained in:
parent
32f348153a
commit
2c34504315
|
|
@ -1,8 +1,3 @@
|
|||
name: 思源笔记 SiYuan
|
||||
tags:
|
||||
- 工具
|
||||
title: 一款隐私优先的个人知识管理系统
|
||||
description: 思源笔记是一款隐私优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。
|
||||
additionalProperties:
|
||||
key: siyuan
|
||||
name: 思源笔记 SiYuan
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: Sun Panel
|
||||
tags:
|
||||
- 工具
|
||||
title: 开源的文件同步客户端与服务器软件
|
||||
description: 开源的文件同步客户端与服务器软件,采用Go语言编写。它可以在本地网络上的设备之间或通过Internet在远程设备之间同步文件,使用了其独有的对等自由块交换协议
|
||||
additionalProperties:
|
||||
key: sun-panel
|
||||
name: Sun Panel
|
||||
|
|
@ -14,6 +9,6 @@ additionalProperties:
|
|||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://syncthing.net
|
||||
github: https://github.com/syncthing/syncthing
|
||||
document: https://docs.syncthing.net
|
||||
website: https://doc.sun-panel.top/zh_cn/
|
||||
github: https://github.com/hslr-s/sun-panel
|
||||
document: https://doc.sun-panel.top/zh_cn/usage/quick_deploy.html#docker_run
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: Syncthing-discosrv
|
||||
tags:
|
||||
- 工具
|
||||
title: syncthing 发现服务器
|
||||
description: syncthing 发现服务器
|
||||
additionalProperties:
|
||||
key: syncthing-discosrv
|
||||
name: Syncthing-discosrv
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: Syncthing-relaysrv
|
||||
tags:
|
||||
- 工具
|
||||
title: syncthing 中继服务器
|
||||
description: syncthing 中继服务器
|
||||
additionalProperties:
|
||||
key: syncthing-relaysrv
|
||||
name: Syncthing-relaysrv
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: Syncthing
|
||||
tags:
|
||||
- 工具
|
||||
title: 开源的文件同步客户端与服务器软件
|
||||
description: 开源的文件同步客户端与服务器软件,采用Go语言编写。它可以在本地网络上的设备之间或通过Internet在远程设备之间同步文件,使用了其独有的对等自由块交换协议
|
||||
additionalProperties:
|
||||
key: syncthing
|
||||
name: Syncthing
|
||||
|
|
@ -12,7 +7,7 @@ additionalProperties:
|
|||
shortDescEn: Open source file synchronization client and server software
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://syncthing.net
|
||||
github: https://github.com/syncthing/syncthing
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: 迅雷
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 提取自群晖平台的迅雷下载套件
|
||||
description: 提取自群晖平台的迅雷下载套件
|
||||
additionalProperties:
|
||||
key: xunlei
|
||||
name: 迅雷
|
||||
|
|
@ -14,6 +9,6 @@ additionalProperties:
|
|||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://www.xunlei.com
|
||||
github: https://github.com/cnk3x/xunlei/tree/docker
|
||||
document: https://github.com/cnk3x/xunlei/tree/docker
|
||||
website: https://github.com/cnk3x/xunlei
|
||||
github: https://github.com/cnk3x/xunlei
|
||||
document: https://github.com/cnk3x/xunlei
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
name: ZeroTier-One
|
||||
tags:
|
||||
- 工具
|
||||
title: 多点虚拟化网络解决方案
|
||||
description: 多点虚拟化网络解决方案
|
||||
additionalProperties:
|
||||
key: zerotier-one
|
||||
name: ZeroTier-One
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ additionalProperties:
|
|||
shortDescEn: Create and manage virtual software-defined networks
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://www.zerotier.com/
|
||||
github: https://github.com/zerotier/ZeroTierOne/
|
||||
document: https://docs.zerotier.com/
|
||||
limit: 1
|
||||
website: https://github.com/xubiaolin/docker-zerotier-planet
|
||||
github: https://github.com/xubiaolin/docker-zerotier-planet
|
||||
document: https://github.com/xubiaolin/docker-zerotier-planet
|
||||
|
|
|
|||
Loading…
Reference in New Issue