-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ss-qr.sh #2266
base: master
Are you sure you want to change the base?
Create ss-qr.sh #2266
Conversation
Bash script to generate QR code on shadowsocks-libev server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want something like this. https://github.com/studentmain/ss-share
But I have no time to finish that...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.