mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
4 lines
149 B
Bash
4 lines
149 B
Bash
export APP_NEXTCLOUD_PORT="8081"
|
|
|
|
local_ips=$(hostname --all-ip-addresses 2> /dev/null) || local_ips=""
|
|
export APP_NEXTCLOUD_LOCAL_IPS="${local_ips}" |