diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-06 23:55:19 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 02:20:46 +0200 |
| commit | 17168a489392847794de0aed15fe395230a38261 (patch) | |
| tree | 60914d9df4b9b37852e54dcf72818b0df1a958fb /config.yaml | |
Initial commit
This cleaned up and added linting/readme to the already created web app
that I have been using to control vpn on my raspberry setup
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..bfd6e94 --- /dev/null +++ b/config.yaml @@ -0,0 +1,5 @@ +--- +server: + host: "0.0.0.0" + port: "8080" + title: "WireGuard Gateway Portal" |
