Shindow Installation with Docker

The simplest way to install Shindow is via Docker. Ensure Docker is installed on your system: Get Docker

After installing Docker, start Shindow by running the following commands. Replace SERVER_IP in the second command with the actual server IP address.

1 - Start the frontend container:

2 - Start the backend container:

Shindow will be available at: localhost:52087

Shindow Installation with Docker Compose

For better configuration management, you can use Docker Compose. Create a docker-compose.yml file with the following content:

2 - Start the services:

docker compose up -d

Shindow will be available at: localhost:52087

Shindow Development Setup

If you are a developer and want to run Shindow in development mode to make changes, you can find a detailed guide in the README.md of the official repository.

Environment Variables

You can customize Shindow by adjusting the following environment variables:

Frontend

Backend

© 2025 mfranco289

GithubContact