pokaż jeszcze raz wynik polecenia:
docker ps
[tutorial] Raspberry Pi – Docker, Proxy, Let’s Encrypt, SUPLA, SUPLA-Scripts...
Nginx Proxy Manager nasłuchuje na portach 80 i 443
Supla postawiona za NPM powinna nasłuchiwać na tych samych portach.
W konfiguracji NPM dla hosta Supli podaj właściwy port.
Supla postawiona za NPM powinna nasłuchiwać na tych samych portach.
W konfiguracji NPM dla hosta Supli podaj właściwy port.
SOP 2023 
SOP 2024
Czekam na kolejne Supla Offline Party
:
cz->b
+ila
SOP 2024
Czekam na kolejne Supla Offline Party
-
effendi_pl
- Posts: 24
- Joined: Tue Jun 19, 2018 7:50 am
Code: Select all
# Where the SUPLA Cloud will be accessible? Put domain or IP address here with port.
CLOUD_DOMAIN=moja domena:443
# Initial user account details; delete these settings after the first launch
[email protected]
FIRST_USER_PASSWORD=xxxxx
# Google ReCaptcha settings
RECAPTCHA_ENABLED=false
RECAPTCHA_PUBLIC_KEY=
RECAPTCHA_PRIVATE_KEY=
# Mailer settings
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# With username and password, use: "smtp://username:password@localhost:25?encryption=&auth_mode="
MAILER_DSN=null://null
MAILER_FROM=
# If you want to be notified about some server errors, set this
[email protected]
# Where to store SUPLA Cloud's data
VOLUME_DATA=./var
# On which ports the SUPLA Cloud should listen (only if standalone mode)
#PORT_HTTP=80
#PORT_HTTPS=6443
REQUIRE_REGULATIONS_ACCEPTANCE=false
REQUIRE_COOKIE_POLICY_ACCEPTANCE=false
BRUTE_FORCE_AUTH_PREVENTION_ENABLED=true
ACCOUNTS_REGISTRATION_ENABLED=true
# MQTT Broker settings (you have to run the broker yourself)
MQTT_BROKER_ENABLED=true
MQTT_BROKER_HOST=xxxx
MQTT_BROKER_PORT=1883
MQTT_BROKER_TLS=false
MQTT_BROKER_USERNAME=xxxx
MQTT_BROKER_PASSWORD=xxxx
MQTT_BROKER_CLIENT_ID=supla
# These options protect your application
DB_PASSWORD=yejrqCU3Fxz4OHCvRA3MVtnEvsZ2ZloX
SECRET=cv5Er8Ndg2IxgZEdIZVfCRZe6Uxo5wJw
COMPOSE_PROJECT_NAME=supla
COMPOSE_PATH_SEPARATOR=:
COMPOSE_FILE=docker-compose.yml:docker-compose.proxy.yml:docker-compose.arm32v7.yml
Code: Select all
# On which ports the SUPLA Cloud should listen (only if standalone mode)
PORT_HTTP=80
PORT_HTTPS=443

