Skip to content

Commit 0feecd1

Browse files
committed
v5.7.1 Deployrr rebrand
1 parent f747199 commit 0feecd1

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<h3>Releases</h3>
22

3-
<h5>v5.7.1 - April 9, 2025</h5>
3+
<h5>v5.7.1 - April 15, 2025</h5>
44
<ul>
5-
<li>Deployarr is now Deployrr (finally got the spelling right!). Many changes to reflect this.</li>
6-
<li>Updated LICENSE to clarify what is open source what is proprietary.
7-
<li>Minor release to ensure nothing breaks. Functionality remains the same.</li>
5+
<li>NEW: Deployarr is now Deployrr (finally got the spelling right!). Many changes to reflect this. Minor release to ensure nothing breaks but major functionality remains the same.</li>
6+
<li>NEW: Updated LICENSE to clarify what is open source what is proprietary.
7+
<li>NEW: One-line Deplorr install/setup method. No more 3-step process to get started or manually picking the architecture.</li>
8+
<li>FIX: Minor fix for qBittorrent VPN appdata path in compose file.</li>
89
</ul>
910

1011
<h5>v5.7 - March 5, 2025</h5>

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,9 @@ Deployrr revolutionizes homelab setup by automating the deployment and configura
2828
## Quick Start
2929

3030
```bash
31-
wget https://raw.githubusercontent.com/SimpleHomelab/deployrr/main/deployrr_v5.7.1.app
31+
bash -c "$(curl -fsSL https://www.deployrr.app/install.sh)"
3232
```
3333

34-
```bash
35-
chmod +x deployrr_v5.7.1.app
36-
```
37-
38-
```bash
39-
./deployrr_v5.7.1.app
40-
```
41-
42-
Note: For Raspberry Pi users, use the `-arm.app` version.
43-
4434
## Impact & Growth
4535
![Deployrr Stats](images/v5/deployrr%20stats%20apr%202025.png)
4636

compose/qbittorrent-vpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
profiles: ["apps", "downloads", "all"]
1010
network_mode: "service:gluetun"
1111
volumes:
12-
- $DOCKERDIR/appdata/qbittorrent:/config
12+
- $DOCKERDIR/appdata/qbittorrent-vpn:/config
1313
- $DOWNLOADSDIR:/data/downloads # Ensure that downloads folder is set to /data/downloads in qBittorrent
1414
environment:
1515
TZ: $TZ

deployrr_v5.7.1-arm.app

133 KB
Binary file not shown.

deployrr_v5.7.1.app

1.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)