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/CAP6YPdo-X7__dW0Op6qzQq%3DsiaCimy1miC1mGLi91Gx5sgE-7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to