Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/commands/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ loophole http <port> [host] [flags]
```
-p, --basic-auth-password string Basic authentication password to protect site with
-u, --basic-auth-username string Basic authentication username to protect site with
--disable-old-ciphers Disable TLS ciphers older than TLS1.2
--disable-proxy-error-page disable proxy error page and return 502 when your server is not available
-h, --help help for http
--hostname string custom hostname you want to run service on
-i, --identity-file string private key path (default "$HOME/.loophole/.ssh/id_rsa")
--https use if your server is already using HTTPS
-i, --identity-file string private key path (default "/home/work/.loophole/.ssh/id_rsa")
--path string specify path you wish to expose
--qr use if you want a QR version of your url to be shown
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Authentication

To access Loophole services described in further sections, you need to sign up for an account. Once you've signed up, you need to configure loophole with the authtoken. This will grant you access to account-only features. Loophole has a simple 'account' command to make this easy. Under the hood, the login command does is to add (or modify) the authtoken property in your loophole configuration file.

**Under beta testing, all the features are available to every user at no cost.**
**All the features are available to every user at no cost.**

## account

Expand Down