Conversation
Bash script to generate QR code on shadowsocks-libev server.
ghost
left a comment
There was a problem hiding this comment.
You may want something like this. https://github.com/studentmain/ss-share
But I have no time to finish that...
madeye
left a comment
There was a problem hiding this comment.
Two problems:
- It depends on
qrencode. - The path of config is hardcoded.
|
@madeye, I took this script mostly from teddysun's installation script. I didn't intend to rewrite it completely, it doesn't worth it, because you use it only once. You may take this script as is, or decline it, or change it yourself -- it's your decision. It works fine on my servers, and it suits me. Anyone can install |
|
@madeye I wrote another one (not tested) |
@madeye 's suggestion is reasonable for such a large project like this. If your main purpose is to share the script written by yourself, you can just post it as a GitHub Gist publicly. A pull request should be easily maintainable by community developers. |
Bash script to generate QR code on shadowsocks-libev server.