https://github.com/syahidfrd/asynqmon-handler
Asynqmon handler with basic auth
https://github.com/syahidfrd/asynqmon-handler
asynq asynqmon auth go
Last synced: about 1 month ago
JSON representation
Asynqmon handler with basic auth
- Host: GitHub
- URL: https://github.com/syahidfrd/asynqmon-handler
- Owner: syahidfrd
- License: mit
- Created: 2022-07-17T02:45:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T14:59:26.000Z (9 months ago)
- Last Synced: 2025-07-19T18:47:01.599Z (3 months ago)
- Topics: asynq, asynqmon, auth, go
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Asynqmon](https://github.com/hibiken/asynqmon) handler with basic auth
### Docker image
```bash
# Pull the latest image
docker pull syahidfrd/asynqmon-handler# Or specify the image by tag
docker pull syahidfrd/asynqmon-handler[:tag]
```### Run the binary
```
docker run --rm \
--name asynqmon-handler \
-e ASYNQMON_USER=admin \
-e ASYNQMON_PASSWORD=secure123 \
-p 3000:3000 \
syahidfrd/asynqmon-handler
```Here's the available env:
| Env | Default | Description |
|---------------------|---------|-------------------|
| `ASYNQMON_USER` | `admin` | Asynqmon user |
| `ASYNQMON_PASSWORD` | `admin` | Asynqmon password |
| `REDIS_ADDR` | `:6379` | Redis address |Next, go to [localhost:3000](http://localhost:3000) and see Asynqmon dashboard