GitRoot

Craft your forge, Build your project, Grow your community freely
 1---
 2pluginName: Firefly
 3pluginBaseline: Some fireflies glow in the dark. Our Firefly glows when your stack is healthy.
 4homepage: /app/plugins/firefly/
 5docpage: /app/plugins/firefly/doc.html
 6changelog: /app/plugins/firefly/CHANGELOG.html
 7---
 8
 9# Documentation
10
11## Deps
12
13If you use apex to render your web view, this plugin use it to incorpore status into standard page. Else this plugin render only the `<main>` element. Configure the use of apex with the same configuration you set in apex, like that menu, favicon... are the same.
14
15```yaml
16callFunc:
17  - pluginPURL: pkg:gitroot/gitroot/apex
18    funcName: renderHtml
19    configuration: {}
20```
21
22## Configuration
23
24```yaml
25configuration:
26  calls:
27    - call_url: https://gitroot.dev/
28      img_url: https://gitroot.dev/logo.svg
29      name_service: gitroot.dev
30    - call_url: https://gitroot.dev/.gitroot/repositories.yml
31      name_service: Git
32      img_url: https://gitroot.dev/logo.svg
33    - call_url: https://gts.gitroot.dev/@forge
34      name_service: "@forge@gitroot.dev"
35      img_url: https://gts.gitroot.dev/assets/logo.webp
36  status_path: status/index.html
37```