File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 44
55true
66SCRIPT_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
1019source <( curl -sL https://raw.githubusercontent.com/enoch85/vm/refs/heads/main/lib.sh)
123132 removal_popup " $SCRIPT_NAME "
124133fi
125134
126- # If we get here, we're installing/configuring
127- install_popup " $SCRIPT_NAME "
128-
129135# Install Docker if not available
130136if ! is_docker_running || [ ! -S /var/run/docker.sock ]
131137then
You can’t perform that action at this time.
0 commit comments