-
Notifications
You must be signed in to change notification settings - Fork 49
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
Outline-cli does not support ssconf:// link #196
Comments
Hi @databasd , Outline CLI can't use "ssconf://" yet. We do plan to add support for it someday. You may also fork the project and contribute to the corresponding code to support this feature. |
Hi. I would contribute but where is the reference code for parsing ssconf:// in the gui application ? |
Hi @databasd , Thanks for being willing to help! Our dynamic key parsing logic is implemented in TypeScript, and we need to convert it to Golang:
Feel free to create a draft pull request to get the discussion started. We can work on the details together. Please note that, you can start using your implementation even before the review is complete. |
Hi @jyyi1 , |
I've built outline-cli from source as described in the readme, however, I get the following error when providing `ssconf://' argument:
Is support for this functionality coming soon?
The text was updated successfully, but these errors were encountered: