Only support Linux-based machine.
A web application for managing and monitoring the reverse SSH tunnels.
-
Copy the
.env.example
to.env
and change the environment variables. -
Generate keys for SSH server.
bash dev-keygen.sh
- Build and run the Docker container.
docker-compose up
- Create a superuser for Django admin.
Check the script
./dev-create-superuser.sh
and change the username and password if you want.
bash dev-create-superuser.sh
- Go to
http://localhost:<YOUR_WEB_SERVER_PORT>/login
, it will show the login page.
If you want to see the API documentation, you need to login first.
-
Go to
http://localhost:<YOUR_WEB_SERVER_PORT>/api/__hidden_admin/
and login with the superuser. -
Go to
http//localhost:<YOUR_WEB_SERVER_PORT>/api/__hidden_swagger
and you will see the Swagger.
Nat Lee |
H. Alice |