diff --git a/README.md b/README.md index 3a0b28081..dc4d34021 100644 --- a/README.md +++ b/README.md @@ -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 | ☑️ | | diff --git a/install/audiobookshelf-install.sh b/install/audiobookshelf-install.sh index 2211f987e..96ccff42c 100644 --- a/install/audiobookshelf-install.sh +++ b/install/audiobookshelf-install.sh @@ -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 diff --git a/status.json b/status.json index 40c813117..7d5cf1c16 100644 --- a/status.json +++ b/status.json @@ -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",