From 8a0113efcf0e45d8eeb7e9af9a4a020a2c3e7bf7 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 15:35:14 +0400 Subject: [PATCH] =?UTF-8?q?Update=20Projects=20=E2=80=9Chome-server-servic?= =?UTF-8?q?es=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/home-server-services.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/content/projects/home-server-services.json b/src/content/projects/home-server-services.json index b752997..7f5764b 100644 --- a/src/content/projects/home-server-services.json +++ b/src/content/projects/home-server-services.json @@ -1,11 +1,17 @@ { - "featured": false, + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/HomeServerServices", + "featured": true, "liveDemo": "", "startDate": "2025-12-10T08:00:00.000+04:00", - "techStack": [], + "techStack": [ + "ProxmoxVE", + "OPNsense", + "Debian", + "Podman" + ], "status": "completed", "title": "Home Server Services", "tags": [], - "description": "Home Server Services - это полный набор сервисов в Docker для организации моего домашнего сервера!", - "category": "software" + "description": "Полный набор сервисов в Docker для организации моего домашнего сервера!", + "category": "proud" }