forked from SkyCrawl/qcoldsweat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqpkg.cfg
118 lines (84 loc) · 4.08 KB
/
qpkg.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Name of the packaged application.
QPKG_NAME="QColdsweat"
# Name of the display application.
QPKG_DISPLAY_NAME="QColdsweat"
# Version of the packaged application.
QPKG_VER="0.9.7-3"
# Author or maintainer of the package.
QPKG_AUTHOR="SkyCrawl"
# License for the packaged application.
QPKG_LICENSE="MIT"
# One-line description of the packaged application.
QPKG_SUMMARY="QColdsweat is a QPKG wrapper around Coldsweat - a python RSS aggregator with a web interface and web services (Fever API)."
# Preferred number in start/stop sequence. The value is ignored after a reboot and the number is assigned depending on the order of the applications in '/etc/config/qpkg.conf', starting with 100. If so, it's pretty useless.
QPKG_RC_NUM="102"
# Init-script used to control the start and stop of the installed application.
QPKG_SERVICE_PROGRAM="QColdsweat.sh"
# Specifies any packages required for the current package to operate.
QPKG_REQUIRE="Entware >= 1.00"
# Specifies what packages cannot be installed if the current package is to operate properly.
#QPKG_CONFLICT="Optware | opkg" # this is logical OR.
#QPKG_CONFLICT="OPT/openssh" # Deprecated Optware (in favor of Entware-ng).
# Use absolute or relative paths (to $SYS_QPKG_DIR) to specify files that:
# - Are always replaced when upgrading the package, unless both versions are identical.
# - Will be saved (file.qdksave) before being replaced when upgrading the package, unless both versions are identical.
# - Will be saved (file.qdkorig) before being replaced when upgrading the package and the original version was not marked as a configuration file.
# Multiple definitions are allowed. Automatically generated configuration files (e.g. during installation) can also be specified but it is necessary to use the '--force-config' option or set 'QDK_FORCE_CONFIG' to 'TRUE'.
# Looks to be pretty useless too when compared to moving the config files to a safe place (e.g. '/etc/config').
#QPKG_CONFIG=""
# Port number used by service program.
QPKG_SERVICE_PORT="3333"
# Base path for file containing the running service's PID.
# QPKG_SERVICE_PIDFILE=""
# Relative path to web interface.
#QPKG_WEBUI=""
# 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 port and clients will connect via QTS HTTP port (default 8080). Common use case is remote connection via myQNAPcloud service.
#QPKG_USE_PROXY="1"
#QPKG_PROXY_PATH="/qpkg_name"
# Minimum QTS version requirement.
QTS_MINI_VERSION="4.1.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="0"
# Set timeout (in seconds) for the 'enable' and 'disable' operations, respectively (since 4.1.0).
QPKG_TIMEOUT="15,15"
# QTS main menu visibility for QPKG with web UI:
# 1: administrators only (default)
# 2: all NAS users
QPKG_VISIBLE="1"
# Location of icons for the packaged application.
QDK_DATA_DIR_ICONS="icons"
# Location of files specific to arm-x09 packages.
QDK_DATA_DIR_X09="arm-x09"
# 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-x41"
# 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=""
# Name of local data package.
#QDK_DATA_FILE=""
# Name of extra package (multiple definitions are allowed).
#QDK_EXTRA_FILE=""
# Should the web UI be opened on the QTS desktop instead of a new browser window? (since 4.1)
QPKG_DESKTOP_APP="0"
# Default desktop window inner width (since 4.1). Maximum: 1178.
#QPKG_DESKTOP_APP_WIN_WIDTH=""
# Default desktop window inner height (since 4.1). Maximum: 600.
#QPKG_DESKTOP_APP_WIN_HEIGHT=""