Skip to content

Commit

Permalink
v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Jan 12, 2025
1 parent 632c1cf commit 3d98cbd
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*
*/

!deployarr_v5.4.2.app
!deployarr_v5.4.2-arm.app
!deployarr_v5.5.app
!deployarr_v5.5-arm.app

!.gitignore
!announcement
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<h3>Releases</h3>

<h5>v5.5 - January 12, 2025</h5>
Total Supported Apps: 123
<ul>
<li>NEW: Added Paperless-NGX (+ support services Paperless-AI, Gotenberg, and Tika), Bookstack, PdfDing, Privatebin, and SSHwifty.</li>
<li>NEW: Tool to create PostgreSQL database from within Deployarr.</li>
<li>ENHANCEMENT: Switched Deployarr Dashboard to use selfh.st icons.</li>
<li>ENHANCEMENT: Socket proxy install will now to check for malformed docker compose and error out. </li>
<li>ENHANCEMENT: Improved handling of rclone config folder missing in some distros.</li>
<li>ENCHANCEMENT: Log messages improved to share details on databases being created.</li>
<li>REMOVED: Photoshow (domain compromised) and not maintained.</li>
<li>ENHANCEMENT: Added a note on MagicDNS and added accept-dns false option by default.</li>
<li>FIX: Xpipe-Webtop port environment variable name was wrongly specified as WEBTOP_PORT in the compose file.</li>
<li>FIX: CrowdSec repo error fix.</li>
<li>ENHANCEMENT: Under the hood, significant improvements to database management.</li>
<li>A few other minor improvements.</li>
</ul>

<h5>v5.4.2 - December 30, 2024</h5>
<ul>
<li>FIX: Icons of some apps were not being set on Deployarr Dashboard.</li>
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Deployarr can automatically setup Socket Proxy, Traefik (fetch LE SSL certificat

[Full List of Apps](docs/APPS.md)

## Supported Apps - 115 (and increasing)
## Supported Apps - 123 (and increasing)
![Apps Supported by Deployarr](images/v5/Deployarr%20App%20Logos%20115.png)

As Deployarr simplifies setup of several homelab apps, and not just Traefik, it was recently renamed from Auto-Traefik to Deployarr. You may still find references to Auto-Traefik until the rebrand is complete.

# Features
<ul>
<li>110+ Total Apps</li>
<li>120+ Total Apps</li>
<li>Docker Environment Setup (FREE) - as in my guides</li>
<li>System Checks (FREE)</li>
<li>Domain Checks to prepare for Traefik (FREE)</li>
<li>Full control over all apps and files</li>
<li>Descriptive error messages for troubleshooting</li>
<li>Socket-Proxy to protect Docker Socket from compromised apps</li>
<li>Deployarr Dashboard - Auto-populating Homelab Dashboard</li>
<li>Deployarr Dashboard - Auto-populating Homelab Dashboard with icons from <a href="https://selfh.st/icons" target="_blank">selfh.st</a></li>
<li>Bash Aliases for Linux, Docker, and Docker Compose</li>
<li>Local-only Setup without reverse proxy or port forwarding</li>
<li>Traefik Reverse Proxy App Exposure Modes: Internal Only, External Only, or Both</li>
Expand All @@ -35,13 +35,13 @@ As Deployarr simplifies setup of several homelab apps, and not just Traefik, it

# Downloading and Running Deployarr
```
wget https://raw.githubusercontent.com/anandslab/deployarr/main/deployarr_v5.4.2.app
wget https://raw.githubusercontent.com/anandslab/deployarr/main/deployarr_v5.5.app
```
```
chmod +x deployarr_v5.4.2.app
chmod +x deployarr_v5.5.app
```
```
./deployarr_v5.4.2.app
./deployarr_v5.5.app
```

Use the <strong>-arm.app</strong> version of the file for Raspberry Pi.
Expand All @@ -50,8 +50,8 @@ Use the <strong>-arm.app</strong> version of the file for Raspberry Pi.

[How to Migrate from v4.6.1 to v5?](docs/v4-to-v5-migration.md)

## Deployarr Stats - Jan to Dec 2024
![Jan to Dec, 2024](images/v5/deployarr%20stats%20dec%202024-2.png)
## Deployarr Stats - As of January 2025
![As of January 2025](images/v5/deployarr%20stats%20jan%202025.png)

# References
More information on Deployarr and how to use it:
Expand Down
1 change: 0 additions & 1 deletion announcement
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
\n\Z7 ANNOUNCEMENT: \Zn v5.4.2 out with support for 115 apps. See \Z5Changelog\Zn in \Z4About\Zn menu.\n
2 changes: 1 addition & 1 deletion compose/paperless-ngx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
PAPERLESS_TIKA_ENABLED: 1
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
PAPERLESS_FILENAME_FORMAT: "{created_year}/{created_month}/{correspondent}/{title} {asn}"
PAPERLESS_FILENAME_FORMAT: "{{created_year}}/{{created_month}}/{{correspondent}}/{{title}} {{asn}}"
PAPERLESS_URL: https://PAPERLESS-NGX-SUBDOMAIN-PLACEHOLDER.$DOMAINNAME_1
PAPERLESS_TRUSTED_PROXIES: $SERVER_LAN_IP
PAPERLESS_ADMIN_USER_FILE: /run/secrets/paperlessngx_admin_username
Expand Down
2 changes: 1 addition & 1 deletion compose/xpipe-webtop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
networks:
- default
ports:
- "$WEBTOP_PORT:3000" # HTTP
- "$XPIPEWEBTOP_PORT:3000" # HTTP
# - "3001:3001" # HTTPS
volumes:
- $DOCKERDIR/appdata/xpipe-webtop:/config
Expand Down
Binary file removed deployarr_v5.4.2-arm.app
Binary file not shown.
Binary file removed deployarr_v5.4.2.app
Binary file not shown.
Binary file added deployarr_v5.5-arm.app
Binary file not shown.
Binary file added deployarr_v5.5.app
Binary file not shown.
15 changes: 12 additions & 3 deletions docs/APPS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deployarr Apps - 115 (and increasing)
# Deployarr Apps - 123 (and increasing)

## Reverse Proxy
- **Traefik**: A modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
Expand Down Expand Up @@ -108,7 +108,7 @@
## Photo Management
- **Piwigo**: A photo gallery software for the web.
- **DigiKam**: A professional photo management application.
- **Photoshow**: A simple photo gallery application.
- <del>**Photoshow**: A simple photo gallery application</del> (Not maintained. Domain compromised).

## Docker Management
- **Portainer**: A lightweight management UI which allows you to easily manage your Docker environments.
Expand All @@ -124,12 +124,19 @@
- **Cloud Commander**: A web-based file manager with console and editor.
- **Double Commander**: A cross-platform open-source file manager with two panels side by side.
- **Stirling PDF**: A self-hosted PDF manipulation tool.
- **Paperless-NGX**: A document management system.
- **Paperless-AI**: AI Doc Analyzer for Paperless-NGX
- **Gotenberg**: A document conversion server for Paperless-NGX.
- **Tika**: A document text extraction tool for Paperless-NGX.
- **PdfDing**: PDF Viewing/Editing Tool
- **Privatebin**: A minimalist, open-source online pastebin.

## Admin Tools
- **IT-Tools**: A collection of useful tools for IT professionals.
- **ShellInABox**: HTML5 web-based Linux Terminal.
- **CyberChef**: A web app for encryption, encoding, compression, and data analysis.
- **GPTWOL**: Wake On LAN Docker GUI.
- **SSHwifty**: A web-based SSH client.

## Remote Access
- **Guacamole**: A clientless remote desktop gateway.
Expand All @@ -145,11 +152,13 @@

## Notes and Documentation
- **DokuWiki**: A simple to use and highly versatile open-source wiki software.
- **Bookstack**: A platform to create documentation/wiki content built with PHP & Laravel.

## Other Utilities
- **Resilio Sync**: A fast, reliable file and folder synchronization tool.
- **Baikal**: A lightweight CalDAV+CardDAV server.
- **Grocy**: A web-based self-hosted groceries and household management solution.
- **Flaresolverr**: A proxy server to bypass Cloudflare protection.
- **Theme Park**: A tool for creating and managing themes for various applications.
- **SearXNG**: A privacy-respecting, hackable metasearch engine.
- **SearXNG**: A privacy-respecting, hackable metasearch engine.
- **GameVault**: A self-hosted video game library manager.
Binary file added images/v5/deployarr stats jan 2025.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.2
5.5

0 comments on commit 3d98cbd

Please sign in to comment.