Container which distributes several pages to further containers
Run with root permission: installs.py
- Add proxy entry into pages folder
- Enable site in Dockerfile. E.g: RUN a2ensite notstrommalters.ch.conf
Check status of the installation with: systemctl status page-distributor.service
Check if container is running: docker ps
docker exec -it page-distributor /bin/bash