forked from forkanization/Proxmox-arm64
Update audioboookshelf status
This commit is contained in:
@@ -53,9 +53,9 @@ If you would like to offer support, I would appreciate a star on the repository,
|
|||||||
| Alpine Vaultwarden | ☑️ | |
|
| Alpine Vaultwarden | ☑️ | |
|
||||||
| Alpine Zigbee2mqtt | ☑️ | |
|
| Alpine Zigbee2mqtt | ☑️ | |
|
||||||
| Apache-CouchDB | ☑️ | |
|
| Apache-CouchDB | ☑️ | |
|
||||||
| Apt-Cacher-NG | ☑️ | Won't work with Debian clients setup before 2024/06/08 (delete from /var/lib/vz/template/cache/). |
|
| Apt-Cacher-NG | ☑️ | Won't work with Debian clients setup before 2024/06/08 (delete tar from /var/lib/vz/template/cache/). |
|
||||||
| Aria2 | ☑️ | |
|
| Aria2 | ☑️ | |
|
||||||
| Audiobookshelf | ❌ | Working on fixing. |
|
| Audiobookshelf | ☑️ | |
|
||||||
| Autobrr | ☑️ | |
|
| Autobrr | ☑️ | |
|
||||||
| Bazarr | ☑️ | |
|
| Bazarr | ☑️ | |
|
||||||
| Blocky | ☑️ | |
|
| Blocky | ☑️ | |
|
||||||
|
|||||||
@@ -32,10 +32,10 @@ msg_ok "Installed Node.js"
|
|||||||
msg_info "Installing audiobookshelf (Patience)"
|
msg_info "Installing audiobookshelf (Patience)"
|
||||||
$STD git clone https://github.com/advplyr/audiobookshelf /opt/audiobookshelf
|
$STD git clone https://github.com/advplyr/audiobookshelf /opt/audiobookshelf
|
||||||
cd /opt/audiobookshelf
|
cd /opt/audiobookshelf
|
||||||
sed -i 's/Port: 3333/Port: 13378/' ./.devcontainer/dev.js
|
|
||||||
sed -i "s|ConfigPath: Path.resolve('config'),|ConfigPath: '/usr/share/audiobookshelf/config',|" ./.devcontainer/dev.js
|
|
||||||
sed -i "s|MetadataPath: Path.resolve('metadata'),|MetadataPath: '/usr/share/audiobookshelf/metadata',|" ./.devcontainer/dev.js
|
|
||||||
mv ./.devcontainer/dev.js ./dev.js
|
mv ./.devcontainer/dev.js ./dev.js
|
||||||
|
sed -i 's/Port: 3333/Port: 13378/' ./dev.js
|
||||||
|
sed -i "s|ConfigPath: Path.resolve('config'),|ConfigPath: '/usr/share/audiobookshelf/config',|" ./dev.js
|
||||||
|
sed -i "s|MetadataPath: Path.resolve('metadata'),|MetadataPath: '/usr/share/audiobookshelf/metadata',|" ./dev.js
|
||||||
$STD npm ci
|
$STD npm ci
|
||||||
cd client
|
cd client
|
||||||
$STD npm ci
|
$STD npm ci
|
||||||
|
|||||||
+3
-3
@@ -45,15 +45,15 @@
|
|||||||
},
|
},
|
||||||
"Apt-Cacher-NG LXC": {
|
"Apt-Cacher-NG LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": "Won't work with Debian clients setup before 2024/06/08 (delete from /var/lib/vz/template/cache/)."
|
"notes": "Won't work with Debian clients setup before 2024/06/08 (delete tar from /var/lib/vz/template/cache/)."
|
||||||
},
|
},
|
||||||
"Aria2 LXC": {
|
"Aria2 LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
"notes": ""
|
"notes": ""
|
||||||
},
|
},
|
||||||
"Audiobookshelf LXC": {
|
"Audiobookshelf LXC": {
|
||||||
"status": "unsupported",
|
"status": "created",
|
||||||
"notes": "Working on fixing."
|
"notes": ""
|
||||||
},
|
},
|
||||||
"Autobrr LXC": {
|
"Autobrr LXC": {
|
||||||
"status": "created",
|
"status": "created",
|
||||||
|
|||||||
Reference in New Issue
Block a user