HSXI, A next generation interface for headscale - powered by shadcn
To customize the headscale configurations, you can edit headscale config yaml files in the headscale/config
directory
See the official headscale example config file for more information on how to customize headscale
- Clone the repository
- Run the following command in the project root directory:
docker compose up -d
- Access the project at
http://localhost:3000
To stop the project, run the following command in the project root directory:
docker compose down