Accessing Your Instance
- Open your browser:
http://<SERVER_IP>:8000 - Log in using the password stored in:
/root/.cloudzy-creds - NoteDiscovery includes a built-in health endpoint:
http://<SERVER_IP>:8000/health
Important Files & Directories
- Application direcory:
/root/notediscovery/ - Docker Compose configuration file:
/root/notediscovery/docker-compose.yml - Application configuration file:
/root/notediscovery/config.yaml - Notes directory:
/root/notediscovery/data/ - Themes (CSS):
/root/notediscovery/themes/ - Plugins:
/root/notediscovery/plugins/ - Credentials:
/root/.cloudzy-creds
Managing NoteDiscovery
Check running status:
docker compose -f /root/notediscovery/docker-compose.yml ps
View logs:
docker compose -f /root/notediscovery/docker-compose.yml logs -f
Restart the service:
docker compose -f /root/notediscovery/docker-compose.yaml restart
Stop the service:
docker compose -f /root/notediscovery/docker-compose.yaml down