A small application to display activities from Pandora organization.
  • CSS 46.9%
  • Go 28.6%
  • templ 19.2%
  • Dockerfile 5.3%
Find a file
renovate-bot dda640ad53
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
maint: Update gcr.io/distroless/static-debian13:nonroot Docker digest to 23795be (#10)
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
2026-07-14 17:11:22 +00:00
assets docs: Update README.md and indicate port in the Containerfile (#8) 2026-07-14 10:03:38 +00:00
handler feat: Basic implementation 2026-07-13 23:03:53 +02:00
static feat: Basic implementation 2026-07-13 23:03:53 +02:00
view feat: Basic implementation 2026-07-13 23:03:53 +02:00
.air.toml feat: Basic implementation 2026-07-13 23:03:53 +02:00
.gitignore fix: Containerfile CMD 2026-07-13 23:12:04 +02:00
.goreleaser.yaml ci: Add rules and Containerfile 2026-07-13 23:08:59 +02:00
.markdownlint.json ci: Add rules and Containerfile 2026-07-13 23:08:59 +02:00
.prettierrc ci: Add rules and Containerfile 2026-07-13 23:08:59 +02:00
.trivyignore ci: grant exception for CVE (#3) 2026-07-13 21:27:38 +00:00
Containerfile maint: Update gcr.io/distroless/static-debian13:nonroot Docker digest to 23795be (#10) 2026-07-14 17:11:22 +00:00
go.mod fix: Containerfile CMD 2026-07-13 23:12:04 +02:00
go.sum fix: Containerfile CMD 2026-07-13 23:12:04 +02:00
main.go fix: Containerfile CMD 2026-07-13 23:12:04 +02:00
README.md docs: Fix the container image name (#9) 2026-07-14 10:07:10 +00:00
renovate.json ci: Add renovate.json (#6) 2026-07-14 06:29:43 +00:00

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.

main_page

report_page

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