From 351c82f0168df48b7a55829977041cd1a5eadcd4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:27:59 +0100 Subject: [PATCH] Update linkwarden.json --- json/linkwarden.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/json/linkwarden.json b/json/linkwarden.json index e6d24dc769..d621cb53a9 100644 --- a/json/linkwarden.json +++ b/json/linkwarden.json @@ -9,7 +9,7 @@ "updateable": false, "privileged": false, "interface_port": "3000", - "documentation": null, + "documentation": "https://docs.linkwarden.app/", "website": "https://linkwarden.app/", "logo": "https://raw.githubusercontent.com/linkwarden/linkwarden/main/assets/logo.png", "description": "Linkwarden is a fully self-hostable, open-source collaborative bookmark manager to collect, organize and archive webpages.", @@ -20,7 +20,7 @@ "resources": { "cpu": "2", "ram": "2048", - "hdd": "8", + "hdd": "12", "os": "ubuntu", "version": "22.04" } @@ -32,8 +32,8 @@ }, "notes": [ { - "text": "Show Database/Adminer Credentials: `cat linkwarden.creds`", - "type": "warning" + "text": "Linkwarden > 2.8.2 needs Monolith, More info: `https://github.com/community-scripts/ProxmoxVE/discussions/305`", + "type": "info" } ] -} \ No newline at end of file +}