- Update CloudronManifest.json to use modern format with proper ID, health check, and metadata
- Fix Dockerfile to follow Cloudron conventions (/app/code, /app/data structure)
- Correct Rathole configuration format (default_token instead of token, add services section)
- Fix start.sh to use proper --server flag syntax
- Add health check endpoint on port 8080
- Create comprehensive build notes documentation
- Successfully build and test package - both ports 2333 (Rathole) and 8080 (health) working
🤖 Generated with assistance from OpenCode for code optimization and testing
- Implements CloudronManifest.json with port and environment variables
- Adds start.sh to generate rathole.toml and start the server
🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>
- Implements Rathole packaging for Cloudron platform
- Includes Dockerfile for building from source/downloading binary
- Tested with basic build (will be tested with full functionality later)
🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>