1
0

minor updates

This commit is contained in:
2025-07-19 11:02:08 -04:00
parent 50460e0d32
commit 03e778791e
5 changed files with 36 additions and 3 deletions

View File

@@ -18,6 +18,18 @@
"tags": ["dns", "webfilter"], "tags": ["dns", "webfilter"],
"updated_at": "2025-07-13T13:32:00Z" "updated_at": "2025-07-13T13:32:00Z"
}, },
{
"id": "arcane",
"name": "Arcane",
"description": "Web based Docker GUI",
"version": "1.0.0",
"author": "fxequals",
"compose_url": "",
"env_url": "",
"documentation_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory/arcane/",
"tags": ["identity", "2fa", "access"],
"updated_at": "2025-07-13T13:31:00Z"
},
{ {
"id": "authentik", "id": "authentik",
"name": "Authentik", "name": "Authentik",
@@ -29,6 +41,30 @@
"documentation_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory/authentik/", "documentation_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory/authentik/",
"tags": ["identity", "2fa", "access"], "tags": ["identity", "2fa", "access"],
"updated_at": "2025-07-13T13:31:00Z" "updated_at": "2025-07-13T13:31:00Z"
},
{
"id": "hugo",
"name": "Hugo",
"description": "Static Site Generator",
"version": "1.0.0",
"author": "fxequals",
"compose_url": "",
"env_url": "",
"documentation_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory/hugo/",
"tags": ["identity", "2fa", "access"],
"updated_at": "2025-07-13T13:31:00Z"
},
{
"id": "n8n",
"name": "n8n",
"description": "Automation System",
"version": "1.0.0",
"author": "fxequals",
"compose_url": "",
"env_url": "",
"documentation_url": "https://gitea.mydigitalfix.com/fxequals/docker-compose/src/branch/main/emerald-theory/n8n/",
"tags": ["identity", "2fa", "access"],
"updated_at": "2025-07-13T13:31:00Z"
} }
] ]
} }

View File

@@ -1,3 +0,0 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'