shadowsocks-hub
shadowsocks-hub copied to clipboard
A web app managing shadowsocks users, servers, nodes, products, accounts, and traffic. Suitable for internal use by companies, organizations, and friends.
如何获取当前服务器在线用户及IP地址 LIKE THIS #### Get All Online User | | | | :---------------------------- | :---------------------------------------------------------------- | | Request method: | POST | | Request URL: | https://host_name:port/online/all | | Request...
When we remove docker containers with "docker-compose down" because of ungraceful shutdown, the accounts info will be lost with next "docker-compose up -d". I dont know why accounts details is...
It seems after 1-"docker compose down" and 2-"docker compose up -d" the web container wont come up again and keeps restarting because when removing docker containers with compose, the default...
The database won't start unless MySQL is explicitly downgraded to 5.7 in the compose file. MySQL parameter `--default-authentication-plugin=mysql_native_password` is not supported in newer versions.