1
0

inital commit

This commit is contained in:
2025-07-19 08:17:15 -04:00
parent dbc5ae00d0
commit 6df450cf41

34
registry.json Normal file
View File

@@ -0,0 +1,34 @@
{
"$schema": "https://templates.arcane.ofkm.dev/schema.json",
"name": "Ignited_Inspirations Docker Templates",
"description": "Docker templates for apps",
"version": "1.0.0",
"author": "fxequals",
"url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory",
"templates": [
{
"id": "adguard",
"name": "AdGuard",
"description": "DNS Server",
"version": "1.0.0",
"author": "fxequals",
"compose_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/raw/branch/main/emerald-theory/adguard/docker-compose.yml",
"env_url": "",
"documentation_url": "",
"tags": ["dns", "webfilter"],
"updated_at": "2025-07-13T13:32:00Z"
},
{
"id": "authentik",
"name": "Authentik",
"description": "2FA access & authorization",
"version": "1.0.0",
"author": "fxequals",
"compose_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/raw/branch/main/emerald-theory/authentik/docker-compose.yml",
"env_url": "",
"documentation_url": "",
"tags": ["identity", "2fa", "access"],
"updated_at": "2025-07-13T13:31:00Z"
}
]
}