docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

OpenWISP in docker (in-alpha). For production checkout ansible-openwisp2.

Results 51 docker-openwisp issues
Sort by recently updated
recently updated
newest added

Similar to https://github.com/openwisp/ansible-ow-influxdb/issues/12.

enhancement

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...

enhancement

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)...

bug
enhancement
good first issue

`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...

bug

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.