From 64dbafd8874af8f674eaad53cb8b3a63526446b9 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 1 Mar 2023 21:38:45 +0100 Subject: [PATCH] chore(deluge): refactor config --- apps/deluge/metadata/description.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/deluge/metadata/description.md b/apps/deluge/metadata/description.md index 6c5aa252..a255487b 100644 --- a/apps/deluge/metadata/description.md +++ b/apps/deluge/metadata/description.md @@ -1,6 +1,7 @@ -# Default Login -##Username: admin -##Password: deluge +# Default credentials + +Username: admin +Password: deluge --- @@ -8,12 +9,10 @@ [Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. -- Full Encryption -- WebUI -- Plugin System -- Much more... - -[![deluge](https://avatars2.githubusercontent.com/u/6733935?v=3&s=200)](http://deluge-torrent.org/) +- Full Encryption +- WebUI +- Plugin System +- Much more... ## [](https://github.com/linuxserver/docker-deluge#supported-architectures)Supported Architectures @@ -25,4 +24,4 @@ Simply pulling `lscr.io/linuxserver/deluge:latest` should retrieve the correct i The admin interface is available at `http://SERVER-IP:8112` with a default user/password of admin/deluge. -To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password. \ No newline at end of file +To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password.