@Ajay Tripathi <[email protected]> forgive my persistence, I know you should be out partying but I believe I have it figured out 😉 Something in the URL config changed in the Openwsip-Controller code between the time you last pushed your containers to Docker Hub and now. If I deploy to Kubernetes using recently built containers, the auto registration process works.
On Tue, May 14, 2019 at 1:36 PM A Stanley <[email protected]> wrote: > Finally had a chance to connect an AP to the docker version. There's a > couple of things to note that I'm sure don't match existing documentation. > > - We haven't implemented SSL yet. > - The 'Dashboard' container is a work in progress and you shouldn't point > any APs to this. > - The controller container is listening on port 8081 so make sure to add > that to the 'option url' config in openwisp_config. > > I was able to get an AP to auto register using the following configuration. > > root@OpenWrt:/etc/config# cat openwisp > > config controller 'http' > option url 'http://openwisp2.2stacks.lab:8081' > option verify_ssl '0' > option shared_secret '<shared_secret from controller>' > > @Ajay Tripathi <[email protected]> I couldn't reproduce this on my > Kubernetes deployment. The Ingress wasn't passing the HTTP headers > correctly. I'll try to get more details soon. > > On Sat, May 11, 2019 at 5:40 PM A Stanley <[email protected]> wrote: > >> If you're using docker-compose look here on your local system. >> >> /opt/openwisp/static/controller/django-netjsonconfig/css/admin.css >> >> On Sat, May 11, 2019 at 5:20 PM Oscar STV <[email protected]> wrote: >> >>> Yes, I'm having the bug #111. >>> Thank you, I'll check inside the controller container. If I find the >>> admin.css file, I'll change the code as Ajay states in the #111 thread. >>> >>> Thank you very much 😃 >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "OpenWISP" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web, visit >>> https://groups.google.com/d/msgid/openwisp/55c79d04-6e9f-47ba-abe9-34da64e43305%40googlegroups.com >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAP6YPdrGRGry4v8Fp0YcxcFcftcuo5vF-vYqdMszVW7CVD9xpA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
