Roozbeh K

Results 6 comments of Roozbeh K

do you know if this was solved or can you point me where I can make the changes. currently getting this error validation for all pages with hero-section from google...

This is frustrating, is there a solution without disable auto-updates.

I also have issues with redirection where all my glances servers are on a different subnet and not directly accessible via web . glances console browser works fine, but web...

update docker compose file to include a mount for requirements.txt, this worked for me. requirements.txt ``` passlib==1.7.1 ``` docker-compose.yml ``` volumes: - ./config/ansible.cfg:/etc/ansible/ansible.cfg - ./config/requirements.txt:/etc/semaphore/requirements.txt ```