- Relatime views logs on the all machines
- Stats of the containers
- Notification error or info messages to the telegram bot
sudo -s && cd /home
git clone https://github.com/krol44/momo
nano momo/.env.secrets
COMPOSE_PROJECT_NAME=momo
DOMAIN=localhost
DOMAIN_MOMO_SERVICE=localhost
DASHBOARD_PASS=password_for_web_admin
RABBIT_PASS=password_for_rabbitMQ
TG_BOT_TOKEN=0000000:AAAAAAAAAAAAAAAA
- change
DASHBOARD_PASS
,RABBIT_PASS
,TG_BOT_TOKEN
and save cd momo/rabbitMQ/gen-ssl/
./docker-start.sh
- creating ssl certcd ../../
./build
- open url
https://localhost:8844
to login, you may copy link in the setting page and install own machine - enjoy :3