diff --git a/apps/barrage/config.json b/apps/barrage/config.json index 88360b45..04809ae8 100644 --- a/apps/barrage/config.json +++ b/apps/barrage/config.json @@ -21,19 +21,20 @@ }, { "type": "text", - "label": "DELUGE_URL", + "label": "Deluge URL", + "hint": "URL of your deluge client", "required": true, "env_variable": "DELUGE_URL" }, { "type": "text", - "label": "DELUGE_PASSWORD", + "label": "Deluge password", "required": true, "env_variable": "DELUGE_PASSWORD" }, { "type": "password", - "label": "BARRAGE_PASSWORD", + "label": "Barrage password", "max": 50, "min": 3, "required": true, diff --git a/apps/barrage/metadata/description.md b/apps/barrage/metadata/description.md index 1da85bba..cf55360e 100644 --- a/apps/barrage/metadata/description.md +++ b/apps/barrage/metadata/description.md @@ -1,50 +1,12 @@ # Barrage - - -[![](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 - - +Minimal Deluge WebUI with full mobile support ## [](https://github.com/maulik9898/barrage/blob/main/README.md#features)Features -- Responsive mobile first design -- Add torrent by URL or magnet -- Sort and Filter Torrents -- Global upload and Download speed limits -- Change File Priority -- 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 | \ No newline at end of file +- Responsive mobile first design +- Add torrent by URL or magnet +- Sort and Filter Torrents +- Global upload and Download speed limits +- Change File Priority +- Change Torrent options diff --git a/apps/barrage/metadata/logo.jpg b/apps/barrage/metadata/logo.jpg index f9b262ad..35ce4369 100644 Binary files a/apps/barrage/metadata/logo.jpg and b/apps/barrage/metadata/logo.jpg differ