Update audioboookshelf status

This commit is contained in:
Sam Heinz
2024-06-07 22:57:12 +10:00
parent f17861a748
commit b9bb163148
3 changed files with 8 additions and 8 deletions

View File

@@ -53,9 +53,9 @@ If you would like to offer support, I would appreciate a star on the repository,
| Alpine Vaultwarden | ☑️ | |
| Alpine Zigbee2mqtt | ☑️ | |
| 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 | ☑️ | |
| Audiobookshelf | | Working on fixing. |
| Audiobookshelf | ☑️ | |
| Autobrr | ☑️ | |
| Bazarr | ☑️ | |
| Blocky | ☑️ | |

View File

@@ -32,10 +32,10 @@ msg_ok "Installed Node.js"
msg_info "Installing audiobookshelf (Patience)"
$STD git clone https://github.com/advplyr/audiobookshelf /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
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
cd client
$STD npm ci

View File

@@ -45,15 +45,15 @@
},
"Apt-Cacher-NG LXC": {
"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": {
"status": "created",
"notes": ""
},
"Audiobookshelf LXC": {
"status": "unsupported",
"notes": "Working on fixing."
"status": "created",
"notes": ""
},
"Autobrr LXC": {
"status": "created",