openwisp / django-netjsonconfig

Configuration manager for embedded devices, implemented as a reusable django-app
http://openwisp.org
Other
194 stars 60 forks source link

[vpn] Add controller views (download & checksum) for VPN config #104

Closed nemesifier closed 5 years ago

nemesifier commented 5 years ago

Some users want to have the VPN server to automatically updated when the server config changes on OpenWISP, but this is not doable right now.

To achieve this we should proceed with something like the following:

strang1ato commented 5 years ago

@nemesisdesign I'd like to create PR to first dot, my question is: have I to generate key value (like in the device) or let user to create own? (I assume that I have to generate key, but I want be sure)

nemesifier commented 5 years ago

@oltarzewskik generate, but you shouldn't write the logic from scratch, because most of that logic is already present in django-netjsonconfig, read the code and try to reuse as much as possible

strang1ato commented 5 years ago

@nemesisdesign Got it :+1: