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

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

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

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

dependencies
python

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

dependencies
python

Bumps alpine from 3.22 to 3.23. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.22&new-version=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...

dependencies
docker

Bumps alpine from 3.22 to 3.23. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.22&new-version=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...

dependencies
docker

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

bug

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

docs

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

bug