Zoraxy

A general purpose HTTP reverse proxy and forwarding tool.

Dostęp

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.

Ważne pliki i katalogi

  • Katalog aplikacji: /root/zoraxy/
  • Plik Docker Compose: /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/

Zarządzanie usługami

# 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

Szczegóły aplikacji