- Fix Rathole download URL to use .zip format instead of .tar.gz
- Complete APISIX package using official apache/apisix:3.8.0-debian base image
- Add cloudron user creation for APISIX compatibility
- Both packages build successfully and follow KNELCloudron- naming convention
- Rathole: reverse proxy tunnel with proper binary download
- APISIX: API gateway with official Docker image base
- Removed the COPY instruction for apisix-source/ui/ as it's not part of the core APISIX gateway.
- Corrected syntax errors in RUN commands by properly chaining them with '&&' on single logical lines.
- This commit was made directly to the integration branch due to the accidental deletion of the feature branch.
🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>
- Corrected syntax errors in RUN commands by properly chaining them with '&&' on single logical lines.
🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>
- Implements Apache APISIX packaging for Cloudron platform.
- Includes Dockerfile, CloudronManifest.json, and start.sh.
- Configured to use Cloudron's etcd addon.
🤖 Generated with Gemini CLI
Co-Authored-By: Gemini <noreply@google.com>