first changes to docker
This commit is contained in:
86
QPKG/qpkg.cfg
Normal file
86
QPKG/qpkg.cfg
Normal file
@@ -0,0 +1,86 @@
|
||||
# Name of the packaged application.
|
||||
QPKG_NAME="RoonServer"
|
||||
# Name of the display application.
|
||||
QPKG_DISPLAY_NAME="Roon Server"
|
||||
# Version of the packaged application.
|
||||
QPKG_VER="2026-04-10"
|
||||
# Author or maintainer of the package
|
||||
QPKG_AUTHOR="Christopher Rieke"
|
||||
# License for the packaged application
|
||||
#QPKG_LICENSE=""
|
||||
# One-line description of the packaged application
|
||||
QPKG_SUMMARY="Roon organizes your personal music files, TIDAL streams, and internet radio stations and adds rich data like artist photos, bios, tour dates, lyrics, credits, and more. Using Roon Server with remote apps for Mac, Windows, iOS, and Android you can stream audio around your home to Sonos, AirPlay, Squeezebox, and Roon Ready devices."
|
||||
|
||||
# Preferred number in start/stop sequence.
|
||||
QPKG_RC_NUM="101"
|
||||
# Init-script used to control the start and stop of the installed application.
|
||||
QPKG_SERVICE_PROGRAM="RoonServer.sh"
|
||||
|
||||
# Specifies any packages required for the current package to operate.
|
||||
QPKG_REQUIRE="container-station >= 2.0"
|
||||
# Specifies what packages cannot be installed if the current package
|
||||
# is to operate properly.
|
||||
#QPKG_CONFLICT="Python, OPT/sed"
|
||||
# Name of configuration file (multiple definitions are allowed).
|
||||
#QPKG_CONFIG="myApp.conf"
|
||||
#QPKG_CONFIG="/etc/config/myApp.conf"
|
||||
# Port number used by service program.
|
||||
#QPKG_SERVICE_PORT=""
|
||||
# Location of file with running service's PID
|
||||
#QPKG_SERVICE_PIDFILE="RoonServer.pid"
|
||||
# Relative path to web interface
|
||||
QPKG_WEBUI="/cgi-bin/qpkg/RoonServer" #URL relative path of your QPKG web interface led by "/"
|
||||
# Port number for the web interface.
|
||||
#QPKG_WEB_PORT=""
|
||||
# Port number for the SSL web interface.
|
||||
#QPKG_WEB_SSL_PORT=""
|
||||
|
||||
# Use QTS HTTP Proxy and set Proxy_Path in the qpkg.conf.
|
||||
# When the QPKG has its own HTTP service port, and want clients to connect via QTS HTTP port (default 8080).
|
||||
# Usually use this option when the QPKG need to connect via myQNAPcloud service.
|
||||
QPKG_USE_PROXY="1"
|
||||
#QPKG_PROXY_PATH="/qpkg_name"
|
||||
|
||||
#Desktop Application (since 4.1)
|
||||
# Set value to 1 means to open the QPKG's Web UI inside QTS desktop instead of new window.
|
||||
QPKG_DESKTOP_APP=1
|
||||
# Desktop Application Window default inner width (since 4.1) (not over 1178)
|
||||
#QPKG_DESKTOP_APP_WIN_WIDTH=""
|
||||
# Desktop Application Window default inner height (since 4.1) (not over 600)
|
||||
QPKG_DESKTOP_APP_WIN_HEIGHT="600"
|
||||
|
||||
# Minimum QTS version requirement
|
||||
QTS_MINI_VERSION="4.2.0"
|
||||
# Maximum QTS version requirement
|
||||
QTS_MAX_VERSION="6.0.0"
|
||||
|
||||
# Select volume
|
||||
# 1: support installation
|
||||
# 2: support migration
|
||||
# 3 (1+2): support both installation and migration
|
||||
QPKG_VOLUME_SELECT="3"
|
||||
|
||||
# Set timeout for QPKG enable and QPKG disable (since 4.1.0)
|
||||
# Format in seconds (enable, disable)
|
||||
#QPKG_TIMEOUT="10,30"
|
||||
|
||||
# Location of icons for the packaged application.
|
||||
#QDK_DATA_DIR_ICONS="icons"
|
||||
# Location of files specific to arm-x19 packages.
|
||||
#QDK_DATA_DIR_X19="arm-x19"
|
||||
# Location of files specific to arm-x31 packages.
|
||||
#QDK_DATA_DIR_X31="arm-x31"
|
||||
# Location of files specific to arm-x41 packages.
|
||||
#QDK_DATA_DIR_X41="arm_al"
|
||||
# Location of files specific to x86 packages.
|
||||
#QDK_DATA_DIR_X86="x86"
|
||||
# Location of files specific to x86 (64-bit) packages.
|
||||
#QDK_DATA_DIR_X86_64="x86_64"
|
||||
# Location of files common to all architectures.
|
||||
#QDK_DATA_DIR_SHARED="shared"
|
||||
# Location of configuration files.
|
||||
#QDK_DATA_DIR_CONFIG="config"
|
||||
# Name of local data package.
|
||||
#QDK_DATA_FILE=""
|
||||
# Name of extra package (multiple definitions are allowed).
|
||||
#QDK_EXTRA_FILE=""
|
||||
Reference in New Issue
Block a user