mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-12 00:38:13 -04:00

* fix: config fields not generated on first startup * cleanup * fix reference * replace yaml module * remove duplicated fields * remove yaml.v3 as a direct dependency * update dependency * chore
24 lines
625 B
YAML
24 lines
625 B
YAML
- path: "admin-dist"
|
|
name: "OfficialAdmin"
|
|
repository: "https://github.com/nezhahq/admin-frontend"
|
|
author: "nezhahq"
|
|
version: "v1.8.0"
|
|
is_admin: true
|
|
is_official: true
|
|
- path: "user-dist"
|
|
name: "Official"
|
|
repository: "https://github.com/hamster1963/nezha-dash-v1"
|
|
author: "hamster1963"
|
|
version: "v1.23.0"
|
|
is_official: true
|
|
- path: "nezha-ascii-dist"
|
|
name: "Nezha-ASCII"
|
|
repository: "https://github.com/hamster1963/nezha-ascii"
|
|
author: "hamster1963"
|
|
version: "v1.1.0"
|
|
- path: "nazhua-dist"
|
|
name: "Nazhua"
|
|
repository: "https://github.com/hi2shark/nazhua"
|
|
author: "hi2hi"
|
|
version: "v0.6.0"
|