You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you ircfspace for this excellent repo.
It would be useful to generate QR code for json output.
To do this before generating QR code, it should remove all whitespaces in json output. In other words, it needs to minify output to create QR code.
Unfortunately, I'm not good at JS, but really glad if I could help.
Thanks again.
The text was updated successfully, but these errors were encountered:
Hello. I appreciate your suggestion.
I had tested this with several different services, and despite removing extra characters and tabs, I still encountered character limitations.
Additionally, I tried another method to bypass the limitation, but the QR code image details were too extensive to be scanned on some devices.
Hello. I appreciate your suggestion. I had tested this with several different services, and despite removing extra characters and tabs, I still encountered character limitations. Additionally, I tried another method to bypass the limitation, but the QR code image details were too extensive to be scanned on some devices.
Yes, the problem you mentioned exists and I confirm that.
So, is any alternative way? because sending sub link QR code depends on the domain and if the domain is blocked, it won't work.
Can I use this locally? somehow, I generate the sub link QR code but with my own device that the json config file can be downloaded from my own device. at the end when i close the app (or something like that) the sub isn't going to work anymore.
My knowledge is not rich enough to know it is possible to do this according to internet or network limitation. I know for may situations we need IP static, but I don't know It is necessary or not for this, because it is temporary for just short time.
It is so grateful if you tell me I'm correct or not.
Thanks again.
Hi, thank you ircfspace for this excellent repo.
It would be useful to generate QR code for json output.
To do this before generating QR code, it should remove all whitespaces in json output. In other words, it needs to minify output to create QR code.
Unfortunately, I'm not good at JS, but really glad if I could help.
Thanks again.
The text was updated successfully, but these errors were encountered: