Skip to content

Commit

Permalink
Merge pull request #3 from klementng/dev
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
klementng authored Dec 17, 2023
2 parents 830af28 + b7ba5e6 commit ba3d687
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Notes: this project current only support HTTP basic authentication which must be
### Docker Compose
```yaml
services:
http-auth-request:
image: ghcr.io/klementng/http-auth-request:latest
container_name: http-auth-request
http-basic-auth-request:
image: ghcr.io/klementng/http-basic-auth-request:main
container_name: http-basic-auth-request
environment:
- CONFIG_DIR=/config
- SETTINGS_PATH=/config/settings.yml
Expand Down Expand Up @@ -88,9 +88,9 @@ Docker environmental variables:
### Managing Users
```bash
sudo docker exec -it http-auth-request server.users add <username>
sudo docker exec -it http-auth-request server.users edit <username>
sudo docker exec -it http-auth-request server.users delete <username>
sudo docker exec -it http-basic-auth-request server.users add <username>
sudo docker exec -it http-basic-auth-request server.users edit <username>
sudo docker exec -it http-basic-auth-request server.users delete <username>
```

## Examples :
Expand All @@ -105,4 +105,4 @@ and [nginx.conf](examples/nginx.conf)
### Jellyfin
see [jellyfin.yml](examples/jellyfin.yml)

<p align="right">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 comments on commit ba3d687

Please sign in to comment.