Ajay Tripathi

Results 17 issues of Ajay Tripathi

**Usage** ```python temp1 = { "general": { "hostname": "device.example.com" } } # This dance of rendering the json is done to # remove all the keys with no value from...

enhancement

Currently, we can only give IP address of freeradius server allowed to interact with openwisp-radius by using the [OPENWISP_RADIUS_FREERADIUS_ALLOWED_HOSTS](https://openwisp-radius.readthedocs.io/en/latest/user/settings.html#openwisp-radius-freeradius-allowed-hosts) option but this is not sufficient if the IP is not...

enhancement

This is a WIP for uploading active configurations to controller. I did basic testing on it, working to make a pull on controller to receive the uploaded configurations.

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

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

`ingress-gce`: doesn't let ingress work if it has `tls` and no certificates. So I had to add a patch information in documentation: ``` kubectl patch ingress/openwisp-http-ingress \ --patch '{ "spec":...

improvement
blocked

Currently, the configurations in the `kubernetes/` need to be repeated for every file that requires a specific value, Example, the domain and IP addresses need to changed in 4 files,...

enhancement

When I try to install on Pi4 with `fulltextsearch_enabled = true`, I get to an error that ` elasticsearch:7.6.2` is not avaliable for the architecture. Is it a known behavior...