Manage a community vpn/dns network
 
 
 
 
Go to file
Keith Irwin 75821e01fd
No can't use 80
2022-11-07 15:34:27 -07:00
back No can't use 80 2022-11-07 15:34:27 -07:00
etc Just use port 80 and be done with it 2022-11-07 15:29:46 -07:00
front Gave up on that silly QR nonsense 2022-11-07 13:40:30 -07:00
.gitignore Moved env vars away from Dockerfiles 2022-11-07 14:53:23 -07:00
README.md list peers working 2022-08-27 21:25:53 -06:00
checklist.md Updated checklist 2022-11-07 12:36:14 -07:00
docker-compose.yml Fixed env_file 2022-11-07 15:23:48 -07: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