We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Install.md, to get the QR code in air gapped mode without ssh forwarding, it is written:
# systemctl restart mollysocket # journalctl -u mollysocket # # This should show a QR code
I don't get anything in the log. Instead, to get the QR code, I had to do this:
su - mollysocket export MOLLY_VAPID_PRIVKEY=[...] /opt/mollysocket/ms -c /opt/mollysocket/prod.toml qr-code airgapped
Did I miss something?
The text was updated successfully, but these errors were encountered:
There are 2 sentences before the commands, to explain what you need to do
Sorry, something went wrong.
No branches or pull requests
In Install.md, to get the QR code in air gapped mode without ssh forwarding, it is written:
I don't get anything in the log.
Instead, to get the QR code, I had to do this:
Did I miss something?
The text was updated successfully, but these errors were encountered: