mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
add allow_invalid_cert field to application model and update related forms and config processing
This commit is contained in:
@@ -26,6 +26,7 @@ def build_applications_data():
|
||||
'name': app.display_name or app.name,
|
||||
'hosts': list(app.hosts.values_list('hostname', flat=True)),
|
||||
'upstream': app.upstream,
|
||||
'allow_invalid_cert': app.allow_invalid_cert,
|
||||
}
|
||||
entries.append(entry)
|
||||
return {'entries': entries}
|
||||
|
||||
Reference in New Issue
Block a user