Manage a community vpn/dns network
 
 
 
 
Go to file
Keith Irwin ba69f775be
Added user adding and deleting frontend and moved knockout.js to local server
2022-11-01 17:49:17 -06:00
back Ready for user functions 2022-10-21 16:26:01 -06:00
front Added user adding and deleting frontend and moved knockout.js to local server 2022-11-01 17:49:17 -06:00
.gitignore Moved stuff around 2022-09-07 16:57:52 -06:00
README.md list peers working 2022-08-27 21:25:53 -06:00
checklist.md Ready for user functions 2022-10-21 16:26:01 -06:00
docker-compose.yml Added volumes to docker-compose 2022-09-15 13:44:08 -06:00

README.md

wgapi

2022 Keith Irwin (ki9.gf4.pw)

Allow cgi scripts to run as root

To ensure the srv/send/wg and srv/send/ssl commands can run as root, run

sudo visudo

And add these lines:

# Let http run these cgi scripts as root
http ALL=(ALL) NOPASSWD: /path/to/wgapi/srv/send/ssl
http ALL=(ALL) NOPASSWD: /path/to/wgapi/srv/send/wg