wireguard-ui/templates
Matthew Nickson bc6f0f491f
Added MySQL as a datastore
The specific datastore backend to use can now be set by using
command line options or by using environment variables. The default
datastore backend is still jsondb but mysql can now also be used as a
backend. Environment variables have also been added to control settings
relevant to the database. SQL queries are made by directly accessing the
database/sql API. TLS is also supported.

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
2022-03-16 22:49:18 +00:00
..
base.html Allow passing extra allowed subnets (#114) 2022-01-29 08:45:00 +01:00
clients.html QR code behind button and faster modal loading (#144) 2022-01-29 08:53:56 +01:00
global_settings.html Make MTU and PersistentKeepalive optional (#123) 2021-11-20 21:02:23 +01:00
login.html Fix form submit, preventing login. (#118) 2021-11-12 21:12:17 +01:00
mysql.sql Added MySQL as a datastore 2022-03-16 22:49:18 +00:00
server.html remove maxchars for copy+paste (#58) 2021-08-05 20:07:42 +02:00
status.html I've modify the place where I inserted code to minimize the number of files touched. (#131) 2021-12-04 09:03:56 +01:00
wg.conf PresharedKey is now only included if set (#141) 2022-01-29 09:11:50 +01:00