Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakawait/ariang-docker
https://github.com/kakawait/ariang-docker
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kakawait/ariang-docker
- Owner: kakawait
- License: gpl-3.0
- Created: 2020-10-04T06:58:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T07:05:35.000Z (about 4 years ago)
- Last Synced: 2024-08-02T12:50:00.256Z (3 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kakawait/ariang-docker - (others)
README
# AriaNG
AriaNG image served by nginx
## Environment variables
| Variable | Description | Default | Allowed |
|------------------|-------------------------|-----------|-------------------------------------------------------------|
| ARIA_HOST | Aria hostname | localhost | |
| ARIA_PORT | Aria port | 6800 | |
| ARIA_INTERFACE | Aria interface base URL | jsonrpc | |
| ARIA_PROTOCOL | Aria protocol | http | `http`, `https`, `ws` (websocket), `wss` (websocket secure) |
| ARIA_HTTP_METHOD | Aria http method | POST | `GET`, `POST` |
| ARIA_SECRET | Secret for Aria | | |## Usage
```
docker build -t kakawait/ariang ./nginx16-alpine/.
docker run -p80:80 -eARIA_HOST=172.17.0.1 -eARIA_PORT=8080 --name ariang -d kakawait/ariang
```or
```
docker-compose up -d
```