-
Notifications
You must be signed in to change notification settings - Fork 362
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
Default password #156
Comments
Hi, the password is specified in the |
Another issue is cannot add host . |
Hi, You need HTTPS if Sshwifty is hosted on another machine. It's a restriction by the web browser, see: https://github.com/nirui/sshwifty#why-i-got-error-typeerror-cannot-read-property-importkey-of-undefined |
Where the default password store. I ran with docker-compose.yml file. Please check the follow .
"
version: "3.9"
services:
sshwifty:
image: niruix/sshwifty:latest
container_name: sshwifty
user: "nobody:nobody"
#build: ./
restart: always
environment:
- SSHWIFTY_SHAREDKEY=WEB_ACCESS_PASSWORD
ports:
- "8182:8182"
stdin_open: true
tty: true
"
The text was updated successfully, but these errors were encountered: