mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
11f36560e8
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
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}" |