From bf59d673c508c4a15ff8a30c346840de8b111d3c Mon Sep 17 00:00:00 2001 From: "frederick.simon" Date: Tue, 14 Apr 2026 19:22:04 +0200 Subject: [PATCH] Add Coolify configuration backup Co-Authored-By: Claude Sonnet 4.6 --- coolify.json | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 coolify.json diff --git a/coolify.json b/coolify.json new file mode 100644 index 0000000..8602626 --- /dev/null +++ b/coolify.json @@ -0,0 +1,80 @@ +{ + "backup_date": "2026-04-14", + "coolify_host": "http://spark-fsi.local:8000", + "project": { + "uuid": "g440gcw8g08wo80ow4kwkkcc", + "name": "Core", + "description": "", + "environment": { + "uuid": "eos8sgoccgo0s40w0w0w44ow", + "name": "production" + } + }, + "application": { + "uuid": "n1311fcq47psj5c79bua2n56", + "name": "api.fredsimon.cc", + "description": "", + "build_pack": "dockerfile", + "docker_registry_image_name": null, + "docker_registry_image_tag": null, + "source": { + "type": "gitea", + "repository": "fredsimon/api.fredsimon.cc", + "branch": "main", + "git_commit_sha": "HEAD", + "ssh_url": "git@spark-fsi.local:22222/fredsimon/api.fredsimon.cc.git", + "http_url": "http://spark-fsi.local:3000/fredsimon/api.fredsimon.cc" + }, + "network": { + "fqdn": "https://api.fredsimon.cc", + "ports_exposes": "3030", + "ports_mappings": null, + "redirect": "both" + }, + "health_check": { + "enabled": false, + "host": "localhost", + "path": "/", + "method": "GET", + "scheme": "http", + "port": null, + "return_code": 200, + "interval": 5, + "timeout": 5, + "retries": 10, + "start_period": 5 + }, + "limits": { + "cpu_shares": 1024, + "cpus": "0", + "cpuset": null, + "memory": "0", + "memory_reservation": "0", + "memory_swap": "0", + "memory_swappiness": 60 + }, + "docker": { + "destination_network": "coolify", + "swarm_replicas": 1, + "dockerfile_location": "/Dockerfile", + "base_directory": "/", + "publish_directory": "/" + }, + "commands": { + "build_command": null, + "install_command": null, + "start_command": null, + "pre_deployment_command": null, + "post_deployment_command": null + }, + "environment_variables": [] + }, + "server": { + "uuid": "h4cckc80404kwo848c4sgs4w", + "name": "localhost", + "ip": "host.docker.internal", + "port": 22, + "user": "root", + "proxy": "TRAEFIK" + } +}