Advertisement
xtree1

wol_override.yaml

Jul 18th, 2021
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. # Use this file to override system settings and other configs like this:
  2. #
  3. # kvmd:
  4. # server:
  5. # heartbeat: 5.0
  6. #
  7. # It will be applied AFTER other configs and "!include" directives and BEFORE validation.
  8. vnc:
  9. auth:
  10. vncauth:
  11. enabled: false
  12.  
  13. memsink:
  14. jpeg:
  15. sink: "kvmd::ustreamer::jpeg"
  16. h264:
  17. sink: "kvmd::ustreamer::h264"
  18.  
  19. kvmd:
  20. auth:
  21. enabled: false
  22.  
  23. atx:
  24. type: disabled
  25.  
  26. streamer:
  27. h264_bitrate:
  28. default: 5000
  29. cmd_append:
  30. - "--sink=kvmd::ustreamer::jpeg"
  31. - "--sink-mode=0666"
  32. - "--h264-sink=kvmd::ustreamer::h264"
  33. - "--h264-sink-mode=0666"
  34. - "--h264-bitrate={h264_bitrate}"
  35. - "--h264-gop={h264_gop}"
  36.  
  37. # wol:
  38. # mac: 8c:8c:aa:51:66:d5
  39.  
  40. gpio:
  41. drivers:
  42. ez:
  43. type: ezcoo
  44. device: /dev/ttyUSB0
  45. idat-x270_wol:
  46. type: wol
  47. mac: 8c:8c:aa:51:66:d5
  48. partaker_wol:
  49. type: wol
  50. mac: 00:e8:4c:68:48:57
  51. asrock_wol:
  52. type: wol
  53. mac: a0:36:9f:03:51:6c
  54. scheme:
  55. ch0_led:
  56. driver: ez
  57. pin: 0
  58. mode: input
  59. ch1_led:
  60. driver: ez
  61. pin: 1
  62. mode: input
  63. ch2_led:
  64. driver: ez
  65. pin: 2
  66. mode: input
  67. ch3_led:
  68. driver: ez
  69. pin: 3
  70. mode: input
  71. ch0_button:
  72. driver: ez
  73. pin: 0
  74. mode: output
  75. switch: false
  76. ch1_button:
  77. driver: ez
  78. pin: 1
  79. mode: output
  80. switch: false
  81. ch2_button:
  82. driver: ez
  83. pin: 2
  84. mode: output
  85. ch3_button:
  86. driver: ez
  87. pin: 3
  88. mode: output
  89. switch: false
  90. idat-x270_wol:
  91. driver: idat-x270_wol
  92. pin: 0
  93. mode: output
  94. switch: false
  95. partaker_wol:
  96. driver: partaker_wol
  97. pin: 0
  98. mode: output
  99. switch: false
  100. asrock_wol:
  101. driver: asrock_wol
  102. pin: 0
  103. mode: output
  104. switch: false
  105. view:
  106. table:
  107. - ["#x270 1", ch0_led, ch0_button]
  108. - ["#smos 2", ch1_led, ch1_button]
  109. - ["#open 3", ch2_led, ch2_button]
  110. - ["#open 4", ch3_led, ch3_button]
  111. - ["#idat x270", "idat-x270_wol|Send Wake-on-LAN"]
  112. - ["#partaker", "partaker_wol|Send Wake-on-LAN"]
  113. - ["#asrock", "asrock_wol|Send Wake-on-LAN"]
  114.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement