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
1011## Deps
1213If 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.
1415```yaml
16callFunc:
17 - pluginPURL: pkg:gitroot/gitroot/apex
18funcName: renderHtml
19configuration: {}
20```2122## Configuration
2324```yaml
25configuration:
26calls:
27 - call_url: https://gitroot.dev/
28img_url: https://gitroot.dev/logo.svg
29name_service: gitroot.dev
30 - call_url: https://gitroot.dev/.gitroot/repositories.yml
31name_service: Git
32img_url: https://gitroot.dev/logo.svg
33 - call_url: https://gts.gitroot.dev/@forge
34name_service: "@forge@gitroot.dev"35img_url: https://gts.gitroot.dev/assets/logo.webp
36status_path: status/index.html
37```