A small application to display activities from Pandora organization.
- CSS 46.9%
- Go 28.6%
- templ 19.2%
- Dockerfile 5.3%
|
All checks were successful
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | gcr.io/distroless/static-debian13 | final | digest | `0c93c98` → `23795be` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI2MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #10 |
||
|---|---|---|
| assets | ||
| handler | ||
| static | ||
| view | ||
| .air.toml | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| .markdownlint.json | ||
| .prettierrc | ||
| .trivyignore | ||
| Containerfile | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
Pandora Organization report
This application provides a simple website that display the activities of this
organization. The data source is from the organization's package called
org-report.
The report is generated by report.woodpecker plugin.
Usage
This can be easily run from a Podman Quadlet.
[Unit]
Description=Pandora activities
StartLimitBurst=5
StartLimitIntervalSec=90
[Container]
Image=code.thinkaboutit.tech/pandora/pandora-report.goapp:latest
AutoUpdate=registry
PublishPort=8082:8082
[Service]
Restart=on-failure
RestartSec=2
[Install]
WantedBy=default.target

