Skip to content

Commit

Permalink
fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja committed Dec 25, 2024
1 parent 8a567f5 commit e1c0e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It supports http and https, basic authentication and multiple libraries.
### Homebrew
```bash
brew tap kolja/orca
brew install kolja/orca/orca
brew install orca-server
```
### Docker
```bash
Expand All @@ -38,13 +38,13 @@ The server will either start as HTTP or HTTPS server depending on the value of '
[server]
ip = "<your_ip>"
port = 8080
protocol = "https" # or "http"
protocol = "Https" # or "Http"
cert = "/path/to/cert.pem"
key = "/path/to/key.pem"

[authentication]
alice = "468a286ae97d67f84b56:94Gxd6BCmgkBAtMEIxjW"
bob = "9a8692aeabe66ebfa609:iK4ODmrJ6RsD8CYRjcY6"
alice = "$argon2id$v=19$m=19456,t=2,p=1$bK0qYfzAokhthFP0fKBQvg$QPPf54SN74dT2YX4aGoN+KxoWD+xV+c6OBrrPnvxj24"
bob = "$argon2id$v=19$m=19456,t=2,p=1$FMnONzRzIAkaIuy3c+A9cg$DE3+UC62d/f+L0jqEWgz9GAfNWQkKfugeZFSL/FG5XQ"

[calibre.libraries]
library = "/Volumes/library"
Expand Down

0 comments on commit e1c0e99

Please sign in to comment.