Atheos

A web-based IDE framework with a small footprint and minimal requirements.

Accessing Atheos IDE

  • เปิดเบราว์เซอร์ของคุณและเข้าไปที่: http://<SERVER_IP>:8080
  • Complete the initial setup form.
  • Set credentials for your admin account.
  • Custom domain is optional and can be left blank.

ไฟล์และไดเร็กทอรีที่สำคัญ

  • ไดเร็กทอรีการติดตั้ง: /opt/atheos
  • ไฟล์ Docker Compose: /opt/atheos/docker-compose.yml
  • Workspace root: /opt/atheos/workspace
  • Plugins directory: /opt/atheos/plugins
  • Themes directory: /opt/atheos/themes
  • ไดเร็กทอรีข้อมูล: /opt/atheos/data

Docker Management

Go to the install directory:

cd /opt/atheos

Start containers:

docker compose up -d

ดูบันทึก:

docker compose logs -f

Stop containers:

docker compose down

รีสตาร์ทคอนเทนเนอร์:

docker restart atheos

Access container shell:

docker exec -it atheos sh

หมายเหตุ

  • Runs inside a Docker container named atheos.
  • The web interface is exposed on port 8080.
  • Persistent data is stored in /opt/atheos volumes.
  • Directories are owned by UID 33 (www-data) for compatibility with the container.

รายละเอียดการสมัคร