qpkg.cfg 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Update package config
  2. # Name of the packaged application.
  3. QPKG_NAME="zerotier"
  4. # Name of the display application.
  5. QPKG_DISPLAY_NAME="ZeroTier"
  6. # Version of the packaged application.
  7. QPKG_VER="1.8.4"
  8. # Author or maintainer of the package
  9. QPKG_AUTHOR="ZeroTier, Inc."
  10. # License for the packaged application
  11. QPKG_LICENSE="BUSL-1.1"
  12. # One-line description of the packaged application
  13. QPKG_SUMMARY="Securely connect any device, anywhere."
  14. # Preferred number in start/stop sequence.
  15. QPKG_RC_NUM="101"
  16. # Init-script used to control the start and stop of the installed application.
  17. QPKG_SERVICE_PROGRAM="zerotier.sh"
  18. # Specifies any packages required for the current package to operate.
  19. QPKG_REQUIRE="QVPN Service"
  20. # Specifies what packages cannot be installed if the current package
  21. # is to operate properly.
  22. #QPKG_CONFLICT="Python, OPT/sed"
  23. # Name of configuration file (multiple definitions are allowed).
  24. #QPKG_CONFIG="myApp.conf"
  25. #QPKG_CONFIG="/etc/config/myApp.conf"
  26. # Port number used by service program.
  27. QPKG_SERVICE_PORT="9993"
  28. # Location of file with running service's PID
  29. #QPKG_SERVICE_PIDFILE="/var/lib/zerotier-one/zerotier-one.pid"
  30. # Relative path to web interface
  31. #QPKG_WEBUI=""
  32. # Port number for the web interface.
  33. #QPKG_WEB_PORT=""
  34. # Port number for the SSL web interface.
  35. #QPKG_WEB_SSL_PORT=""
  36. # Use QTS HTTP Proxy and set Proxy_Path in the qpkg.conf.
  37. # When the QPKG has its own HTTP service port, and want clients to connect via QTS HTTP port (default 8080).
  38. # Usually use this option when the QPKG need to connect via myQNAPcloud service.
  39. #QPKG_USE_PROXY="1"
  40. #QPKG_PROXY_PATH="/qpkg_name"
  41. #Desktop Application (since 4.1)
  42. # Set value to 1 means to open the QPKG's Web UI inside QTS desktop instead of new window.
  43. #QPKG_DESKTOP_APP="1"
  44. # Desktop Application Window default inner width (since 4.1) (not over 1178)
  45. #QPKG_DESKTOP_APP_WIN_WIDTH=""
  46. # Desktop Application Window default inner width (since 4.1) (not over 600)
  47. #QPKG_DESKTOP_APP_WIN_HEIGHT=""
  48. # Minimum QTS version requirement
  49. QTS_MINI_VERSION="4.1.0"
  50. # Maximum QTS version requirement
  51. QTS_MAX_VERSION="5.0.0"
  52. # Select volume
  53. # 1: support installation
  54. # 2: support migration
  55. # 3 (1+2): support both installation and migration
  56. #QPKG_VOLUME_SELECT="0"
  57. # Set timeout for QPKG enable and QPKG disable (since 4.1.0)
  58. # Format in seconds (enable, disable)
  59. #QPKG_TIMEOUT="10,30"
  60. # Visible setting for the QPKG that has web UI, show this QPKG on the Main menu of
  61. # 1(default): administrators, 2: all NAS users.
  62. #QPKG_VISIBLE="2"
  63. # Location of the chroot environment (only TS-x09)
  64. #QPKG_ROOTFS=""
  65. # Init-script used to controls the start and stop of the
  66. # installed application (only TS-x09)
  67. #QPKG_SERVICE_PROGRAM_CHROOT=""
  68. # Location of icons for the packaged application.
  69. QDK_DATA_DIR_ICONS="icons"
  70. # Location of files specific to arm-x09 packages.
  71. #QDK_DATA_DIR_X09="arm-x09"
  72. # Location of files specific to arm-x19 packages.
  73. #QDK_DATA_DIR_X19="arm-x19"
  74. # Location of files specific to arm-x31 packages.
  75. #QDK_DATA_DIR_X31="arm-x31"
  76. # Location of files specific to arm-x41 packages.
  77. #QDK_DATA_DIR_X41="arm_al"
  78. # Location of files specific to x86 packages.
  79. #QDK_DATA_DIR_X86="x86"
  80. # Location of files specific to x86 (64-bit) packages.
  81. #QDK_DATA_DIR_X86_64="x86_64"
  82. # Location of files common to all architectures.
  83. #QDK_DATA_DIR_SHARED="shared"
  84. # Location of configuration files.
  85. #QDK_DATA_DIR_CONFIG="config"
  86. # Name of local data package.
  87. #QDK_DATA_FILE=""
  88. # Name of extra package (multiple definitions are allowed).
  89. #QDK_EXTRA_FILE=""