Linkwarden - Harmonize Script, Add Monolith & Bugfixing (#306)

* Update linkwarden.sh

Add new StorageCheck
Harmonize Update Script
Increase Ressources
Correct check of version

* Update linkwarden-install.sh

Harmonize Script
Switch from Git to Release
Add Monolith
Add Cargo

* Tweak

* Update linkwarden.json
This commit is contained in:
CanbiZ
2024-11-18 10:33:19 +01:00
committed by GitHub
parent b9e84543fc
commit fb0706469b
3 changed files with 63 additions and 31 deletions

View File

@ -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"
}
]
}
}