Skip to content

Commit e4fee90

Browse files
authored
Update AppAPI deployment method descriptions
Signed-off-by: enoch85 <[email protected]>
1 parent cb927ae commit e4fee90

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

addons/appapi.sh

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AppAPI is required to run External Apps (ExApps) which are containerized applica
1010
that extend Nextcloud's capabilities, particularly AI applications.
1111
1212
This 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
1414
2. Direct Docker Socket - Simple setup for local installations
1515
1616
If you don't plan to use External Apps, you can run this script again to disable AppAPI"
@@ -228,20 +228,21 @@ fi
228228
choice=$(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" ]
642643
then
643644
msg_box "Congratulations! $SCRIPT_NAME was successfully configured with HaRP!
644645
645-
Deployment Method: HaRP (Recommended)
646+
Deployment Method: HaRP
646647
Daemon Name: $DAEMON_NAME
647648
Compute Device: ${COMPUTE_DEVICE^^}
648649
HaRP Container: $HARP_CONTAINER_NAME
@@ -695,4 +696,4 @@ consider switching to HaRP for better security and performance.
695696
696697
Documentation:
697698
https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/"
698-
fi
699+
fi

0 commit comments

Comments
 (0)