From d51939d6eca933e624853cd7cd3a1d4d52b586a9 Mon Sep 17 00:00:00 2001 From: JoanB11 <13757636@alu.murciaeduca.es> Date: Wed, 22 Apr 2026 08:51:51 +0200 Subject: [PATCH 1/4] Add proyecto.json for project configuration --- domains/proyecto.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/proyecto.json diff --git a/domains/proyecto.json b/domains/proyecto.json new file mode 100644 index 000000000..9515de762 --- /dev/null +++ b/domains/proyecto.json @@ -0,0 +1,8 @@ +{ + "owner": { + "email": "13757636@alu.murciaeduca.es" + }, + "record": { + "CNAME": "proyecto.is-a-good.dev" + } +} From db8f96bab4746b0152429385d5d2090facee0180 Mon Sep 17 00:00:00 2001 From: JoanB11 <13757636@alu.murciaeduca.es> Date: Wed, 22 Apr 2026 09:03:21 +0200 Subject: [PATCH 2/4] Add username and target to proyecto.json --- domains/proyecto.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/proyecto.json b/domains/proyecto.json index 9515de762..f0a3d6ec4 100644 --- a/domains/proyecto.json +++ b/domains/proyecto.json @@ -1,8 +1,11 @@ { "owner": { - "email": "13757636@alu.murciaeduca.es" + "email": "13757636@alu.murciaeduca.es", + "username": "JoanB11" }, "record": { "CNAME": "proyecto.is-a-good.dev" - } + }, + "target": "CNAME", + "private": false } From 5350fd5714decc1e669c375023286546f239d9c2 Mon Sep 17 00:00:00 2001 From: JoanB11 <13757636@alu.murciaeduca.es> Date: Wed, 22 Apr 2026 12:45:09 +0200 Subject: [PATCH 3/4] Fix JSON formatting by adding missing newline From f7d965427a1463ca9f9756772bf9878b25707ff3 Mon Sep 17 00:00:00 2001 From: JoanB11 <13757636@alu.murciaeduca.es> Date: Thu, 23 Apr 2026 08:35:08 +0200 Subject: [PATCH 4/4] Update owner details and restructure JSON format --- domains/proyecto.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/domains/proyecto.json b/domains/proyecto.json index f0a3d6ec4..bbe29d12e 100644 --- a/domains/proyecto.json +++ b/domains/proyecto.json @@ -1,11 +1,17 @@ { + "repo": "", + "owner": { - "email": "13757636@alu.murciaeduca.es", - "username": "JoanB11" + "username": "JoanBII", + "email": "1375763@alu.murciaeduca.es" }, - "record": { - "CNAME": "proyecto.is-a-good.dev" + + "target": { + "CNAME": { + "name": "proyecto", + "value": "proyecto.is-a-good.dev" + } }, - "target": "CNAME", - "private": false + + "proxied": false }