diff --git a/README.md b/README.md index b9730f16a..df50b7190 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Any applications not in ported or unsupported need to be tested for whether they | Alpine Zigbee2mqtt | ☑️ || | Apache CouchDB | ☑️ || | APT Cacher NG | ☑️ || -| Audiobookshelf | ❌ | Broken right now, working on fixing. | +| Audiobookshelf | ❌ | Built for x64 only. | | Autobrr | ☑️ || | Bazarr | ☑️ || | Blocky | ☑️ || diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh index f362184a9..1e237d293 100644 --- a/ct/audiobookshelf.sh +++ b/ct/audiobookshelf.sh @@ -1,68 +1,70 @@ -#!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) -# Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE +# #!/usr/bin/env bash +# source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) +# # Copyright (c) 2021-2024 tteck +# # Author: tteck (tteckster) +# # License: MIT +# # https://github.com/tteck/Proxmox/raw/main/LICENSE -function header_info { -clear -cat <<"EOF" - ___ __ __ __ ______ - ____ ___ ______/ (_)___ / /_ ____ ____ / /_______/ /_ ___ / / __/ - / __ `/ / / / __ / / __ \/ __ \/ __ \/ __ \/ //_/ ___/ __ \/ _ \/ / /_ -/ /_/ / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / ,< (__ ) / / / __/ / __/ -\__,_/\__,_/\__,_/_/\____/_.___/\____/\____/_/|_/____/_/ /_/\___/_/_/ +echo "Unsupported. View Compability table on GitHub." + +# function header_info { +# clear +# cat <<"EOF" +# ___ __ __ __ ______ +# ____ ___ ______/ (_)___ / /_ ____ ____ / /_______/ /_ ___ / / __/ +# / __ `/ / / / __ / / __ \/ __ \/ __ \/ __ \/ //_/ ___/ __ \/ _ \/ / /_ +# / /_/ / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / ,< (__ ) / / / __/ / __/ +# \__,_/\__,_/\__,_/_/\____/_.___/\____/\____/_/|_/____/_/ /_/\___/_/_/ -EOF -} -header_info -echo -e "Loading..." -APP="audiobookshelf" -var_disk="4" -var_cpu="2" -var_ram="2048" -var_os="debian" -var_version="12" -variables -color -catch_errors +# EOF +# } +# header_info +# echo -e "Loading..." +# APP="audiobookshelf" +# var_disk="4" +# var_cpu="2" +# var_ram="2048" +# var_os="debian" +# var_version="12" +# variables +# color +# catch_errors -function default_settings() { - CT_TYPE="1" - PW="" - CT_ID=$NEXTID - HN=$NSAPP - DISK_SIZE="$var_disk" - CORE_COUNT="$var_cpu" - RAM_SIZE="$var_ram" - BRG="vmbr0" - NET="dhcp" - GATE="" - APT_CACHER="" - APT_CACHER_IP="" - DISABLEIP6="no" - MTU="" - SD="" - NS="" - MAC="" - VLAN="" - SSH="no" - VERB="no" - echo_default -} +# function default_settings() { +# CT_TYPE="1" +# PW="" +# CT_ID=$NEXTID +# HN=$NSAPP +# DISK_SIZE="$var_disk" +# CORE_COUNT="$var_cpu" +# RAM_SIZE="$var_ram" +# BRG="vmbr0" +# NET="dhcp" +# GATE="" +# APT_CACHER="" +# APT_CACHER_IP="" +# DISABLEIP6="no" +# MTU="" +# SD="" +# NS="" +# MAC="" +# VLAN="" +# SSH="no" +# VERB="no" +# echo_default +# } -function update_script() { -header_info -if [[ ! -f /etc/apt/trusted.gpg.d/audiobookshelf-ppa.asc ]]; then msg_error "No ${APP} Installation Found!"; exit; fi -echo "This application receives updates through the APT package manager." -exit -} +# function update_script() { +# header_info +# if [[ ! -f /etc/apt/trusted.gpg.d/audiobookshelf-ppa.asc ]]; then msg_error "No ${APP} Installation Found!"; exit; fi +# echo "This application receives updates through the APT package manager." +# exit +# } -start -build_container -description +# start +# build_container +# description -msg_ok "Completed Successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. - ${BL}http://${IP}:13378${CL} \n" +# msg_ok "Completed Successfully!\n" +# echo -e "${APP} should be reachable by going to the following URL. +# ${BL}http://${IP}:13378${CL} \n"