docker-openwisp
docker-openwisp copied to clipboard
OpenWISP in docker (in-alpha). For production checkout ansible-openwisp2.
Similar to https://github.com/openwisp/ansible-ow-influxdb/issues/12.
Hello I am getting this error on nginx container after a fresh install. Installed using auto-install.sh _[emerg] 39#39: host not found in upstream "radius" in /etc/nginx/conf.d/radius.https.conf:71_ I did inspect docker...
Added two images: - `wireguard`: image that runs WireGuard server - `wireguard_updater`: image that runs a Flask app that is used for triggering configuration update for WireGuard server. Closes #225...
I have an idea of how we could deal with extreme slowness of calling collectstatic when using object storage: - We could hash the output of `pip freeze` in the...
API container gives this warning when using `python manage.py`: ?: (urls.W005) URL namespace 'firmware' isn't unique. You may not be able to reverse all URLs in this namespace ?: (urls.W005)...
`celery_network` and `celery_monitoring` needs to reach the devices through the management tunnels for performing network operations (executing commands, reloading configuration, ping checks, etc.) We need to ensure that the celery...
**Steps to replicate** 1. Start the development environment 2. Register a device to the development environment. The default VPN template should get automatically applied to the device. **Expected Outcome** An...
Add an image/container for deploying WireGuard and install the flask app required for updating the configuration just like we did it in https://github.com/openwisp/ansible-wireguard-openwisp We can use the [linuxserver/wireguard](https://hub.docker.com/r/linuxserver/wireguard/) as the...
In #226 we added image for WireGuard. We need to add automated tests for it as we have for other containers.
In https://github.com/openwisp/docker-openwisp/pull/226 we added a container for WireGuard tunnels. We should also support creating VXLANs on that container.