chore(barrage): fix config
This commit is contained in:
parent
8cd3d97413
commit
5bdd03204a
|
@ -21,19 +21,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "DELUGE_URL",
|
"label": "Deluge URL",
|
||||||
|
"hint": "URL of your deluge client",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "DELUGE_URL"
|
"env_variable": "DELUGE_URL"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "DELUGE_PASSWORD",
|
"label": "Deluge password",
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "DELUGE_PASSWORD"
|
"env_variable": "DELUGE_PASSWORD"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"label": "BARRAGE_PASSWORD",
|
"label": "Barrage password",
|
||||||
"max": 50,
|
"max": 50,
|
||||||
"min": 3,
|
"min": 3,
|
||||||
"required": true,
|
"required": true,
|
||||||
|
|
|
@ -1,50 +1,12 @@
|
||||||
# Barrage
|
# Barrage
|
||||||
|
|
||||||
|
Minimal Deluge WebUI with full mobile support
|
||||||
|
|
||||||
[![](https://github.com/maulik9898/barrage/raw/main/public/logo.png)](https://github.com/maulik9898/barrage/blob/main/public/logo.png)
|
|
||||||
|
|
||||||
> Introducing Barrage
|
|
||||||
>
|
|
||||||
> Minimal Deluge WebUI with full mobile support
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [](https://github.com/maulik9898/barrage/blob/main/README.md#features)Features
|
## [](https://github.com/maulik9898/barrage/blob/main/README.md#features)Features
|
||||||
|
|
||||||
- Responsive mobile first design
|
- Responsive mobile first design
|
||||||
- Add torrent by URL or magnet
|
- Add torrent by URL or magnet
|
||||||
- Sort and Filter Torrents
|
- Sort and Filter Torrents
|
||||||
- Global upload and Download speed limits
|
- Global upload and Download speed limits
|
||||||
- Change File Priority
|
- Change File Priority
|
||||||
- Change Torrent options
|
- Change Torrent options
|
||||||
|
|
||||||
## [](https://github.com/maulik9898/barrage/blob/main/README.md#screenshots)Screenshots
|
|
||||||
|
|
||||||
Click me
|
|
||||||
|
|
||||||
[![](https://github.com/maulik9898/barrage/raw/main/_docs/home.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/home.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/add.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/add.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/add_torrent.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/add_torrent.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/sort.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/sort.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/filter.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/filter.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/menu.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/menu.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/globalup.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/globalup.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/detail.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/detail.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/files.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/files.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/options.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/options.jpg) [![](https://github.com/maulik9898/barrage/raw/main/_docs/pagination.jpg)](https://github.com/maulik9898/barrage/blob/main/_docs/pagination.jpg)
|
|
||||||
|
|
||||||
## [](https://github.com/maulik9898/barrage/blob/main/README.md#deploy)Deploy
|
|
||||||
|
|
||||||
You can deploy barrage with docker.
|
|
||||||
|
|
||||||
```
|
|
||||||
docker run --name barrage \
|
|
||||||
-p 3000:3000 \
|
|
||||||
-e NEXTAUTH_SECRET=secret \
|
|
||||||
-e DELUGE_URL=http://localhost:8112 \
|
|
||||||
-e DELUGE_PASSWORD=password \
|
|
||||||
-e BARRAGE_PASSWORD=password \
|
|
||||||
maulik9898/barrage
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
Then you can use the following environment variables to configure Barrage
|
|
||||||
|
|
||||||
| Environment | Description |
|
|
||||||
| --- | --- |
|
|
||||||
| `NEXTAUTH_SECRET` | Used to encrypt the NextAuth.js JWT |
|
|
||||||
| `DELUGE_URL` | The Deluge WebUI URL |
|
|
||||||
| `DELUGE_PASSWORD` | The password from deluge WebUI |
|
|
||||||
| `BARRAGE_PASSWORD` | The password for accessing Barrage |
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user