mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 15:43:02 +00:00

Increase default disk size from 4GB to 5GB and mark audiobookshelf as updateable in JSON. Update install script to explicitly install ffmpeg and set FFMPEG/FFPROBE paths in /etc/default/audiobookshelf. Revise update logic to use /etc/default/audiobookshelf as installation check and perform apt updates/upgrades.
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"name": "Audiobookshelf",
|
|
"slug": "audiobookshelf",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 13378,
|
|
"documentation": "https://www.audiobookshelf.org/guides/",
|
|
"website": "https://www.audiobookshelf.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/audiobookshelf.webp",
|
|
"config_path": "/usr/share/audiobookshelf/config",
|
|
"description": "Audiobookshelf is a Self-hosted audiobook and podcast server.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/audiobookshelf.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 5,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|