mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-16 02:47:37 +00:00
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:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user