Getting Started¶
System Requirements
To run Ocelescope locally, you must have Docker and Docker Compose installed on your system.
To get Ocelescope running docker compose. To run ocelescope you can just use the below docker compose script.
docker-compose.yaml | |
---|---|
Starting the Services¶
Run the following command in the same directory as your docker-compose.yml
:
This will start both the backend (API) and frontend (web interface).
Accessing Ocelescope¶
- Frontend (Web UI): http://localhost:3000
- Backend (API): http://localhost:8000
Uploading Plugins¶
You can upload plugins directly from the web interface at:
👉 http://localhost:3000/plugins
Uploaded plugins will be stored in the plugins_store
volume and made available for execution.
Stopping Ocelescope¶
To stop the services, run:
Example Plugins¶
Here are some example plugins you can explore and use with Ocelescope