From 531fea267329e4201ab968050fc10794d3e268f7 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:54:06 +0100 Subject: [PATCH] Add domain-locker.json configuration file --- frontend/public/json/domain-locker.json | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/domain-locker.json diff --git a/frontend/public/json/domain-locker.json b/frontend/public/json/domain-locker.json new file mode 100644 index 000000000..e61ac9f71 --- /dev/null +++ b/frontend/public/json/domain-locker.json @@ -0,0 +1,40 @@ +{ + "name": "Domain Locker", + "slug": "domain-locker", + "categories": [ + 9 + ], + "date_created": "2025-11-10", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": "https://domain-locker.com/about", + "config_path": "/opt/domain-locker.env", + "website": "https://github.com/Lissy93/domain-locker", + "logo": "https://raw.githubusercontent.com/Lissy93/domain-locker/refs/heads/main/src/assets/favicon.ico", + "description": "The all-in-one tool, for keeping track of your domain name portfolio. Got domain names? Get Domain Locker! ", + "install_methods": [ + { + "type": "default", + "script": "ct/domain-locker.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Show DB credentials: `cat ~/domain-monitor.creds`", + "type": "info" + } + ] +}