Initial commit

This commit is contained in:
Orph
2022-11-06 17:40:18 +00:00
commit b1f4aa0051
5 changed files with 277 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "devbones/traefik-proxy",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "conky"
}
],
"require": {
"symfony/yaml": "^6.1"
}
}