devnope
devnope
solved the gpg problem for the future in: https://github.com/devnope/ansible-workadventure/commit/acd53d9c44f526e5be2687d88c8f6fbcaef29bc7 fixed the ufw issue in https://github.com/devnope/ansible-workadventure/commit/e5d90216ea9abb401cfdfcca15851b93968d422d fixed pusher in https://github.com/devnope/ansible-workadventure/commit/c50d6a258f0ea077970edde3a83967b185c8fc5b regarding cgroup: I was thinking to remove the `cgroup-bin` package, say...
regarding grub: The file is in /etc/default/grub and the Line should be the following: ``` GRUB_CMDLINE_LINUX="quiet cgroup_enable=memory systemd.unified_cgroup_hierarchy=0" ```
regarding docker: maybe you want to execute `docker logs -f workadventure_front_1`. It should tell you more about the issue. What I find irritating, is `WARNING: The START_ROOM_URL variable is not...
thanks for your efforts and your time