feat(opnsense-config): add caddy module with configuration management
Introduce a new Caddy module within opnsense-config to manage Caddy server configurations. This includes enabling/disabling Caddy, setting ports, and reloading/restarting the service via OPNsense shell commands. Additionally, provide a sample Caddy configuration file for PXE booting and a test file in the pxe-http-files directory.
This commit is contained in:
4
watchguard/caddy_config/caddy_pxe.conf
Normal file
4
watchguard/caddy_config/caddy_pxe.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
:8080 {
|
||||
root * /usr/local/http
|
||||
file_server
|
||||
}
|
||||
Reference in New Issue
Block a user