From efc4aacc72e071b69d618a806d06c8cd15d36a02 Mon Sep 17 00:00:00 2001 From: Clint Masden Date: Tue, 14 Apr 2026 22:43:43 -0500 Subject: [PATCH] chore: add description to coolify.json Co-Authored-By: Claude Sonnet 4.6 --- coolify.changelog.json | 72 ++++++++++++++++++++++++++++++++++++++++++ coolify.json | 3 +- 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 coolify.changelog.json diff --git a/coolify.changelog.json b/coolify.changelog.json new file mode 100644 index 0000000..e8e48a3 --- /dev/null +++ b/coolify.changelog.json @@ -0,0 +1,72 @@ +[ + { + "timestamp": "2026-02-27T17:55:26.208Z", + "action": "create", + "appName": "spike-breakdown", + "uuid": "a40co04g4cs44ookcgg4og0k", + "changes": [ + { + "field": "_action", + "label": "Action", + "old": null, + "new": "CREATED" + }, + { + "field": "HOST_PORT", + "label": "HOST_PORT", + "old": null, + "new": "2011" + }, + { + "field": "traefik_route", + "label": "Traefik route", + "old": null, + "new": "spikes.dotrepo.com → 192.168.69.5:2011" + } + ], + "configSnapshot": { + "name": "spike-breakdown", + "buildpack": "dockercompose", + "branch": "master", + "port": 2011, + "domain": "spikes.dotrepo.com", + "server": "box-repoapps", + "repo": "idea.llm.spike.breakdown" + } + }, + { + "timestamp": "2026-02-27T18:00:43.150Z", + "action": "create", + "appName": "spike-breakdown", + "uuid": "ho8ssg0kgs880kgkswc8o04k", + "changes": [ + { + "field": "_action", + "label": "Action", + "old": null, + "new": "CREATED" + }, + { + "field": "HOST_PORT", + "label": "HOST_PORT", + "old": null, + "new": "2011" + }, + { + "field": "traefik_route", + "label": "Traefik route", + "old": null, + "new": "spikes.dotrepo.com → 192.168.69.5:2011" + } + ], + "configSnapshot": { + "name": "spike-breakdown", + "buildpack": "dockercompose", + "branch": "master", + "port": 2011, + "domain": "spikes.dotrepo.com", + "server": "box-repoapps", + "repo": "idea.llm.spike.breakdown" + } + } +] \ No newline at end of file diff --git a/coolify.json b/coolify.json index 52faf39..d3b7134 100644 --- a/coolify.json +++ b/coolify.json @@ -5,5 +5,6 @@ "port": 2011, "domain": "spikes.dotrepo.com", "server": "box-repoapps", - "repo": "idea.llm.spike.breakdown" + "repo": "idea.llm.spike.breakdown", + "description": "AI-powered spike and research breakdown tool" }