Gagan Deep
Gagan Deep
I think this is already handled here https://github.com/openwisp/ansible-openwisp2/blob/ce426d33759db9e3d9ea5048521c226676473d88/tasks/freeradius.yml#L2-L32
@nemesifier `vars_prompt` in play and not in ansible roles > If you want your playbook to prompt the user for certain input, add a ‘vars_prompt’ section. Prompting the user for...
We are tracking this issue at https://github.com/openwisp/openwisp-ipam/issues/146. I would suggest using PostgreSQL if you require using [Subnet Division Rule feature](https://openwisp.io/docs/user/subnet-division-rules.html)
@praptisharma28 From the initial impression it looks like a python dependency issue. Look a this line in the logs https://github.com/openwisp/docker-openwisp/pull/295/checks#step:6:1391
Thanks for opening the issue @praptisharma28 👏🏼
I think the changes in https://github.com/openwisp/docker-openwisp/commit/319ff0568b437c0d60d603294853683e76fb0d40 should solve this bug too. We can close this issue and re-open it later if we see that the CI build starts failing due...
Unlike OpenVPN and WireGuard, the device on which ZeroTier controller is running on is not part of the ZeroTier network. To maintain consistency with other VPN backends, when creating the...
Completed in https://github.com/openwisp/openwisp-controller/pull/778
Perform cleanup in openwisp-network-topology when this issue is fixed https://github.com/openwisp/openwisp-network-topology/blob/5ed611adb00be5aae63b4a34da82da1202ffa16d/openwisp_network_topology/admin.py#L107-L113
The integration will write to the user signup metric in two conditions: 1. When `RegisteredUser` object is created 2. When `OrganizationUser` object is created Now considering this scenario where a...