오토매드

모놀리식 또는 헤드리스 사이트를 위한 빠르고 가벼운 플랫 파일 CMS 및 템플릿 엔진.

웹 접근

  • 브라우저를 열고 다음 주소로 이동하세요: http://<SERVER_IP>/
  • It might take a few minutes to fully come up.

Admin Dashboard Access

The first admin account is auto-generated on initial startup,

Credentials are printed once in the container logs.

View admin credentials:

docker logs automad

The dashboard URL is usually: http://<SERVER_IP>/dashboard

중요한 파일 및 디렉터리

  • 설치 디렉터리: /root/automad
  • Docker Compose 파일: /root/automad/docker-compose.yml
  • Automad application data (content, cache, config): /root/automad/app

Container Management

상태 확인:

docker ps

로그 보기:

docker logs -f automad

Restart Automad:

docker restart automad

Stop / start stack:

docker compose -f /root/ferretdb/docker-compose.yml down
docker compose -f /root/ferretdb/docker-compose.yml up -d

신청 세부사항