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

Update environment variables for OpenVPN that start with generic `VPN_*` keyword since we are adding WireGuard support in https://github.com/openwisp/docker-openwisp/pull/226. Change `VPN_*` to `OPENVPN_*`.

I think we should separate the settings for each modules and define those only if the module is in use. Right now if I don't use OpenWISP RADIUS for example...

enhancement

Now that we are using `--user`, I wonder, We will have to copy `/home/openwisp/.local/` in the next step, would have increase the size of the final image OR would we...

@nemesisdesign I forgot, what we concluded on locking these versions, in my experience, they don't change often, but when they do, we want to update them as quick as possible,...

**Logs:** Downloading OpenWISP images... Starting Services... /usr/local/lib/python3.9/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, 11-alpine: Pulling from mdillon/postgis Digest: sha256:c9eca7d32159529fd191239d74f2d11cb5dac1342eab426b79493bf47f933c9b Status: Downloaded newer image for mdillon/postgis:11-alpine 1.8-alpine: Pulling from library/influxdb...

enhancement

The conf of freeradius is very complex and everyone will need a different one, we need to be able to supply a totally different config, maybe via volumes?

enhancement

We should update the freeradius conf to be consistent with the default used in ansible-openwisp2.

enhancement

Because of new authentication requirements since openwisp/openwisp-network-topology@d806fd8, topology graph is not working. Currently, `OPENWISP_NETWORK_TOPOLOGY_API_AUTH_REQUIRED` has been turned off to make it work, but additional security is always better and we...

bug
improvement

Add letsencrypt dns01 option to get the certificates. **Blocked by:** Waiting for review on comment. (read below)

enhancement
blocked

If the network topology module is active, automatically create a default topology for the management VPN and have the VPN container send the topology to the network-topology API every X...

enhancement