Closed nemesifier closed 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)
@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
@nemesisdesign Got it :+1:
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:
Vpn
model (as Device has) + testschecksum
view for VPN objects (like it's done for devices) + testsdownload
view for VPN objects (like it's done for devices) + tests