@@ -10,7 +10,7 @@ AppAPI is required to run External Apps (ExApps) which are containerized applica
1010that extend Nextcloud's capabilities, particularly AI applications.
1111
1212This script supports two deployment methods:
13- 1. HaRP (recommended for NC 32+) - Modern deployment with reverse proxy
13+ 1. HaRP - Modern deployment with reverse proxy
14142. Direct Docker Socket - Simple setup for local installations
1515
1616If you don't plan to use External Apps, you can run this script again to disable AppAPI"
228228choice=$( whiptail --title " $TITLE " --menu \
229229" Choose a deployment method for AppAPI:
230230
231- HaRP (Recommended for NC 32+):
232- • Simplest setup with best performance
231+ HaRP (Requires public domain):
232+ • Requires reverse proxy configuration and a publicly accessible Nextcloud URL
233+ • Best performance
234+ • Nextcloud 32+ only!
233235 • Direct communication between browser and ExApps
234236 • Built-in brute-force protection
235- • Requires reverse proxy configuration and a publicly accessible Nextcloud URL
236237
237- Docker Socket (Simple):
238- • Direct Docker socket access
238+ Docker Socket (Local installations):
239239 • Good for local-only installations without external access
240+ • Direct Docker socket access
240241 • No additional containers needed
241242 • Less secure than HaRP
242243
243244${GPU_INFO:- No GPU detected - CPU will be used} " " $WT_HEIGHT " " $WT_WIDTH " 4 \
244- " HaRP" " (Recommended) Modern proxy-based deployment" \
245+ " HaRP" " Modern proxy-based deployment" \
245246" Docker Socket" " Direct socket access (simpler)" \
246247" Cancel" " Exit without changes" 3>&1 1>&2 2>&3 )
247248
@@ -642,7 +643,7 @@ if [ "$DEPLOY_METHOD" = "harp" ]
642643then
643644 msg_box " Congratulations! $SCRIPT_NAME was successfully configured with HaRP!
644645
645- Deployment Method: HaRP (Recommended)
646+ Deployment Method: HaRP
646647Daemon Name: $DAEMON_NAME
647648Compute Device: ${COMPUTE_DEVICE^^}
648649HaRP Container: $HARP_CONTAINER_NAME
@@ -695,4 +696,4 @@ consider switching to HaRP for better security and performance.
695696
696697Documentation:
697698https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/"
698- fi
699+ fi
0 commit comments