docker-openwisp
docker-openwisp copied to clipboard
OpenWISP in docker (in-alpha). For production checkout ansible-openwisp2.
[deps] Update boto3 requirement from <1.41.0,>=1.40.49 to >=1.40.49,<1.43.0 in /images/openwisp_base
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. Commits 1237051 Merge branch 'release-1.42.5' 94aa523 Bumping version to 1.42.5 70f14ac Add changelog entries from botocore b37b743 Merge pull request...
Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. Commits 1237051 Merge branch 'release-1.42.5' 94aa523 Bumping version to 1.42.5 70f14ac Add changelog entries from botocore b37b743 Merge pull request...
Bumps alpine from 3.22 to 3.23. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps alpine from 3.22 to 3.23. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Describe the bug** If I select ‘n’ in the install script for OpenVPN, the OpenVPN container is still started. **Steps To Reproduce** Steps to reproduce the behavior: OpenWISP Configuration: OpenWISP...
…rt #227 Changed VPN_* environment variables to OPENVPN_* to distinguish them from upcoming WireGuard VPN configurations. This prepares the codebase for WireGuard support by making OpenVPN-specific variables clearly identifiable. ##...
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [ ] I have written...
When user selects 'n' to disable OpenVPN during auto-install, the script was setting VPN_DOMAIN to "example.com" instead of an empty string. This caused the OpenVPN container to still start and...
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [ ] I have written...
**Describe the bug** The current documentation for the Docker Compose installation method only describes how to install the `edge` release, which may not be the one users are interested in....