You've already forked UGREEN-NAS
This commit is contained in:
99
root/etc/ugreen-nas.conf
Normal file
99
root/etc/ugreen-nas.conf
Normal file
@@ -0,0 +1,99 @@
|
||||
#
|
||||
# UGREEN NAS Configuration
|
||||
#
|
||||
|
||||
# Option: [disk_serial]
|
||||
# Notes: The serial numbers of disks.
|
||||
# DISK_SERIAL='S/N S/N S/N S/N S/N S/N S/N S/N'
|
||||
# S/N -- disk1
|
||||
# S/N -- disk2
|
||||
# S/N -- disk3
|
||||
# S/N -- disk4
|
||||
# S/N -- disk5
|
||||
# S/N -- disk6
|
||||
# S/N -- disk7
|
||||
# S/N -- disk8
|
||||
# Values: [ SERIAL NUMBER ] Default: ''
|
||||
DISK_SERIAL=''
|
||||
|
||||
# Option: [disk_zfs]
|
||||
# Notes: Check the zpool health.
|
||||
# Values: [ TRUE | FALSE ] Default: 'false'
|
||||
DISK_ZFS='false'
|
||||
|
||||
# Option: [disk_smart]
|
||||
# Notes: Check the disk health by smartctl.
|
||||
# Values: [ TRUE | FALSE ] Default: 'false'
|
||||
DISK_SMART='false'
|
||||
|
||||
# Option: [disk_led_color_standby]
|
||||
# Notes: Set the brightness of the disks LED.
|
||||
# Values: [ NUMBER (0-255) ] Default: '255' (100%)
|
||||
DISK_LED_BRIGHTNESS='255'
|
||||
|
||||
# Option: [disk_led_color_standby]
|
||||
# Notes: Sets the color value of disk standby LED.
|
||||
# Values: [ RGB (255 255 255) ] Default: '0 0 255'
|
||||
DISK_LED_COLOR_STANDBY='0 0 255'
|
||||
|
||||
# Option: [disk_led_color_health]
|
||||
# Notes: Sets the color value of disk health LED.
|
||||
# Values: [ RGB (255 255 255) ] Default: '0 255 0'
|
||||
DISK_LED_COLOR_HEALTH='0 255 0'
|
||||
|
||||
# Option: [disk_led_color_failed]
|
||||
# Notes: Sets the color value of disk failed LED.
|
||||
# Values: [ RGB (255 255 255) ] Default: '255 0 0'
|
||||
DISK_LED_COLOR_FAILED='255 0 0'
|
||||
|
||||
# Option: [net_led_tx_rx]
|
||||
# Notes: Activates a visual blinking of the network LED
|
||||
# when sending or receiving data.
|
||||
# Values: [ TRUE | FALSE ] Default: 'true'
|
||||
NET_LED_TX_RX='true'
|
||||
|
||||
# Option: [net_led_brightness]
|
||||
# Notes: Set the brightness of the network LED.
|
||||
# Values: [ NUMBER (0-255) ] Default: '255'
|
||||
NET_LED_BRIGHTNESS='255'
|
||||
|
||||
# Option: [net_speed_min]
|
||||
# Notes: Set the speed at which the option
|
||||
# [net_led_color_speed_min] is used
|
||||
# for the color.
|
||||
# Values: [ NUMBER ] Default: '0'
|
||||
NET_SPEED_MIN='0'
|
||||
|
||||
# Option: [net_led_color_speed_min]
|
||||
# Notes: Sets the color value of network LED,
|
||||
# used at minimum speed.
|
||||
# Values: [ RGB (255 255 255) ] Default: '255 0 0'
|
||||
NET_LED_COLOR_SPEED_MIN='255 0 0'
|
||||
|
||||
# Option: [net_speed_max]
|
||||
# Notes: Set the speed at which the option
|
||||
# [net_led_color_speed_max] is used
|
||||
# for the color.
|
||||
# Values: [ NUMBER ] Default: '10000'
|
||||
NET_SPEED_MAX='10000'
|
||||
|
||||
# Option: [net_led_color_speed_max]
|
||||
# Notes: Sets the color value of network LED,
|
||||
# used at maximum speed.
|
||||
# Values: [ RGB (255 255 255) ] Default: '0 255 0'
|
||||
NET_LED_COLOR_SPEED_MAX='0 255 0'
|
||||
|
||||
# Option: [power_led_blink_pattern]
|
||||
# Notes: Set the flashing pattern of the power button.
|
||||
# Values: [ NONE | BREATH | BLINK ] Default: 'none'
|
||||
POWER_LED_BLINK_PATTERN='none'
|
||||
|
||||
# Option: [power_led_brightness]
|
||||
# Notes: Set the brightness of the power button.
|
||||
# Values: [ NUMBER (0-255) ] Default: '255' (100%)
|
||||
POWER_LED_BRIGHTNESS='255'
|
||||
|
||||
# Option: [power_led_color]
|
||||
# Notes: Set the color of the power button.
|
||||
# Values: [ RGB (255 255 255) ] Default: '255 255 255' (White)
|
||||
POWER_LED_COLOR='255 255 255'
|
||||
Reference in New Issue
Block a user