Skip to content
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

Wrong documentation to get qrcode in air gapped mode ? #51

Open
git-78 opened this issue Dec 3, 2024 · 1 comment
Open

Wrong documentation to get qrcode in air gapped mode ? #51

git-78 opened this issue Dec 3, 2024 · 1 comment

Comments

@git-78
Copy link

git-78 commented Dec 3, 2024

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?

@p1gp1g
Copy link
Member

p1gp1g commented Dec 4, 2024

There are 2 sentences before the commands, to explain what you need to do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants