Skip to content

Commit f5a7bb5

Browse files
committed
cleanup
1 parent 89da0aa commit f5a7bb5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

addons/appapi.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44

55
true
66
SCRIPT_NAME="AppAPI Configuration"
7-
SCRIPT_EXPLAINER="$SCRIPT_NAME enables External Apps (ExApps) support in your Nextcloud, allowing containerized AI and other applications."
7+
SCRIPT_EXPLAINER="$SCRIPT_NAME helps you configure the Nextcloud AppAPI (External Apps framework).
8+
9+
AppAPI is required to run External Apps (ExApps) which are containerized applications
10+
that extend Nextcloud's capabilities, particularly AI applications.
11+
12+
This script supports two deployment methods:
13+
1. HaRP (recommended for NC 32+) - Modern deployment with reverse proxy
14+
2. Direct Docker Socket - Simple setup for local installations
15+
16+
If you don't plan to use External Apps, you can run this script again to disable AppAPI"
817

918
# shellcheck source=lib.sh
1019
source <(curl -sL https://raw.githubusercontent.com/enoch85/vm/refs/heads/main/lib.sh)
@@ -123,9 +132,6 @@ else
123132
removal_popup "$SCRIPT_NAME"
124133
fi
125134

126-
# If we get here, we're installing/configuring
127-
install_popup "$SCRIPT_NAME"
128-
129135
# Install Docker if not available
130136
if ! is_docker_running || [ ! -S /var/run/docker.sock ]
131137
then

0 commit comments

Comments
 (0)