Zoraxy

Et universelt værktøj til HTTP-reverse-proxy og videresendelse.

Adgang

Admin console: http://<server-ip>:8000

Base proxy endpoints:

  • http://<server-ip>
  • https://<server-ip>

Create the admin account immediately on first access to the management console.

Vigtige filer og mapper

  • Applikationskatalog: /root/zoraxy/
  • Docker Compose-fil: /root/zoraxy/docker-compose.yml
  • Zoraxy configuration data: /root/zoraxy/config/
  • Docker volumes (runtime): /var/lib/docker/volumes/
  • Docker service logs: /var/lib/docker/containers/

Servicestyring

# Go to the application directory
cd /root/zoraxy
# Check container status
docker compose ps
# Restart all services
docker compose restart
# View live application logs:
docker compose logs -f
# Stop all services
docker compose down
# Start services again
docker compose up -d

Ansøgningsoplysninger