lokalny serwer supla

winek1986
Posts: 112
Joined: Mon Dec 11, 2017 5:07 pm
Location: Kaszuby

Post

lukaszek wrote: Sun Jun 23, 2024 10:29 am
skywalker wrote: Fri Sep 23, 2022 10:51 am wedlug https://github.com/SUPLA/supla-docker
Jak rozumiem wpierw trzeba zainstalować debiana a następnie jak w instrukcji ?
Tak najpierw Debian , potem Docker .
lukaszek
Posts: 17
Joined: Sat Oct 21, 2023 2:12 pm

Post

Czy ktoś może spotkał sie z problemem zmiany hasła dla konta w supli lokalnej ale z konsoli systemu operacyjnego a nie portalu web ?
szukam jak to zrobić

jedyne komendy to
Usage: supla-docker/supla.sh start|stop|restart|upgrade|backup|create-confirmed-user
lukaszek
Posts: 17
Joined: Sat Oct 21, 2023 2:12 pm

Post

czy ktoś z was ma uruchomioną usługę w supli-cloud lokal wysyłania hasła na adres mailowy ?
mam problem z konfiguracja w pliku .env
arqiu70
Posts: 190
Joined: Fri Jan 04, 2019 9:27 am

Post

Dzień dobro.
Dołączę do tematu, także mam problem ze swoim serwerem.

Postawiłem na nowo serwer Supli ponieważ na poprzednim wystąpił jakiś błąd, który powodował co ok. 20 min reset połączenia z podłączonymi do niego urządzeniami. Zauważyłem, że na nowo postawionym serwerze prze restarcie wyświetla się komunikat dotyczący dockera:

root@supla:~/supla-docker# ./supla.sh restart
Stopping SUPLA containers
WARN[0000] /root/supla-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /root/supla-docker/docker-compose.standalone.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Stopping 3/3
✔ Container supla-server Stopped 0.0s
✔ Container supla-cloud Stopped 10.7s
✔ Container supla-db Stopped 0.6s
SUPLA containers has been stopped.
Starting SUPLA containers
WARN[0000] /root/supla-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /root/supla-docker/docker-compose.standalone.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 3/3
✔ Container supla-db Started 0.6s
✔ Container supla-cloud Started 1.4s
✔ Container supla-server Started 2.1s
SUPLA containers has been started.
root@supla:~/supla-docker#

Proszę o podpowiedź czy mam usunąć pliki:
docker-compose.yml
ocker-compose.standalone.yml
czy coś tylko trzeba zmienić?

Dodam, że nie mogę także zmienić limitów na swoim serwerze komendą:
docker-compose exec -u www-data supla-cloud php bin/console supla:user:change-limits [email protected]
W odpowiedzi otrzymuję: bash: docker-compose: command not found

Pozdrawiam
winek1986
Posts: 112
Joined: Mon Dec 11, 2017 5:07 pm
Location: Kaszuby

Post

arqiu70 wrote: Wed Jul 16, 2025 9:03 am Dzień dobro.
Dołączę do tematu, także mam problem ze swoim serwerem.

Postawiłem na nowo serwer Supli ponieważ na poprzednim wystąpił jakiś błąd, który powodował co ok. 20 min reset połączenia z podłączonymi do niego urządzeniami. Zauważyłem, że na nowo postawionym serwerze prze restarcie wyświetla się komunikat dotyczący dockera:

root@supla:~/supla-docker# ./supla.sh restart
Stopping SUPLA containers
WARN[0000] /root/supla-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /root/supla-docker/docker-compose.standalone.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Stopping 3/3
✔ Container supla-server Stopped 0.0s
✔ Container supla-cloud Stopped 10.7s
✔ Container supla-db Stopped 0.6s
SUPLA containers has been stopped.
Starting SUPLA containers
WARN[0000] /root/supla-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /root/supla-docker/docker-compose.standalone.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 3/3
✔ Container supla-db Started 0.6s
✔ Container supla-cloud Started 1.4s
✔ Container supla-server Started 2.1s
SUPLA containers has been started.
root@supla:~/supla-docker#

Proszę o podpowiedź czy mam usunąć pliki:
docker-compose.yml
ocker-compose.standalone.yml
czy coś tylko trzeba zmienić?

Dodam, że nie mogę także zmienić limitów na swoim serwerze komendą:
docker-compose exec -u www-data supla-cloud php bin/console supla:user:change-limits [email protected]
W odpowiedzi otrzymuję: bash: docker-compose: command not found

Pozdrawiam

Code: Select all

docker compose exec -u www-data supla-cloud php bin/console supla:user:change-limits
arqiu70
Posts: 190
Joined: Fri Jan 04, 2019 9:27 am

Post

Dzięki za podpowiedź. Działa.
A co z tymi komunikatami po restarcie?
Stopping SUPLA containers
WARN[0000] /root/supla-docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
WARN[0000] /root/supla-docker/docker-compose.standalone.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
winek1986
Posts: 112
Joined: Mon Dec 11, 2017 5:07 pm
Location: Kaszuby

Post

Postaw :

Code: Select all

#
przed

Code: Select all

version: '3.4'

Tak ma wyglądać :

Code: Select all

# version: '3.4'
W plikach :

docker-compose.yml
docker-compose.standalone.yml
arqiu70
Posts: 190
Joined: Fri Jan 04, 2019 9:27 am

Post

Dzięki.
Sprawdzę wieczorem.
Wolę togo nie robić zdalnie, jakby coś się mogło wysypać.
Pozdrawiam.
lukaszek
Posts: 17
Joined: Sat Oct 21, 2023 2:12 pm

Post

Witam
Czy ktoś ma wiedzie jak zmienić ip 172.17.0.1 i 172.18.0.1 które są nadawane przez docera i suple????
Nigdzie tego w plikach nie znajduję musi być to gdzieś w bazie supli
User avatar
pzygmunt
Posts: 20302
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Been thanked: 59 times

Post

https://docs.docker.com/engine/network/

Po co chcesz to zmieniać ?
SUPLA.... Nareszcie w domu.

Return to “Pomoc”