- 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
12 lines
177 B
YAML
12 lines
177 B
YAML
# Example configuration template for Apache APISIX
|
|
server:
|
|
port: 9180
|
|
|
|
data:
|
|
dir: /app/data
|
|
|
|
database:
|
|
# url: ${CLOUDRON_POSTGRESQL_URL}
|
|
# redis: ${CLOUDRON_REDIS_URL}
|
|
|