Files
appstore/apps/opencloud/latest/.env.sample
T
okxlin ec2b2f349a Add OpenCloud app
Package OpenCloud 7.3.0 with its official rolling image and a constrained Traefik TLS sidecar. Isolate each installation on a dedicated network and preserve persisted data across lifecycle operations.\n\nCloses #5172
2026-07-26 22:21:47 +08:00

9 lines
238 B
Bash

CONTAINER_NAME=opencloud
PANEL_APP_PORT_HTTPS=4443
PANEL_APP_PORT_HTTP=4080
OC_DOMAIN=cloud.opencloud.test
INITIAL_ADMIN_PASSWORD=replace-with-a-strong-password
APP_DATA_DIR=./data
DOCKER_SOCKET_PATH=/var/run/docker.sock
TZ=Asia/Shanghai