Files
johndoe6345789 b3962d742e fix: regenerate favicon.ico files with proper rounded rect + white letter
Previous ICOs were just solid color squares. Now rendered with Pillow
using Arial Bold, rounded corners, and centered white text matching
the SVG designs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:27:17 +00:00
..
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00
2026-03-09 22:30:41 +00:00

CaproverForge

Android APK frontend for Caprover Captain admin panel, native android, gh actions

Build Status

This project uses GitHub Actions to automatically build Android APK files.

Download APKs

APKs are automatically built and published as artifacts when changes are pushed to the repository. You can download them from the Actions tab after workflow completion.

Building Locally

./gradlew assembleDebug    # Build debug APK
./gradlew assembleRelease  # Build release APK (unsigned)

Note: Release APKs are currently unsigned and intended for development/testing purposes only.