mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
8f8a30c02c
* Refactor: Load UserTemplates from embedded yaml file * feat: add version field to UserTemplates * refactor: use shell script to fetch frontends * chore: add *-dist to .gitignore * refactor: rename to FrontendTemplates BREAKING CHANGE: This commit changes the `user_templates` filed in the communication json between backend and the admin-frontend. Keep user config.yml `user_template` filed.
18 lines
450 B
YAML
18 lines
450 B
YAML
- path: "admin-dist"
|
|
name: "OfficialAdmin"
|
|
repository: "https://github.com/nezhahq/admin-frontend"
|
|
author: "nezhahq"
|
|
version: "v1.1.1"
|
|
isadmin: true
|
|
- path: "user-dist"
|
|
name: "Official"
|
|
repository: "https://github.com/hamster1963/nezha-dash-v1"
|
|
author: "hamster1963"
|
|
version: "v1.2.5"
|
|
- path: "nazhua-dist"
|
|
name: "Nazhua"
|
|
repository: "https://github.com/hi2shark/nazhua"
|
|
author: "hi2hi"
|
|
version: "v0.4.10"
|
|
community: true
|