questions.yaml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. groups:
  2. - name: Notifiarr Configuration
  3. description: Configure Notifiarr
  4. - name: User and Group Configuration
  5. description: Configure User and Group for Notifiarr
  6. - name: Network Configuration
  7. description: Configure Network for Notifiarr
  8. - name: Storage Configuration
  9. description: Configure Storage for Notifiarr
  10. - name: Labels Configuration
  11. description: Configure Labels for Notifiarr
  12. - name: Resources Configuration
  13. description: Configure Resources for Notifiarr
  14. questions:
  15. - variable: TZ
  16. group: Notifiarr Configuration
  17. label: Timezone
  18. schema:
  19. type: string
  20. default: Etc/UTC
  21. required: true
  22. $ref:
  23. - definitions/timezone
  24. - variable: notifiarr
  25. label: ""
  26. group: Notifiarr Configuration
  27. schema:
  28. type: dict
  29. attrs:
  30. - variable: hostname
  31. label: Hostname
  32. description: The hostname for Notifiarr.
  33. schema:
  34. type: string
  35. default: ""
  36. required: true
  37. - variable: api_key
  38. label: API Key
  39. description: The API key for Notifiarr.
  40. schema:
  41. type: string
  42. default: ""
  43. min_length: 36
  44. max_length: 36
  45. required: true
  46. private: true
  47. - variable: monitor_disks
  48. label: Monitor Disks
  49. description: Enabling this will grant Notifiarr privileged access to the host.
  50. schema:
  51. type: boolean
  52. default: false
  53. - variable: mount_utmp
  54. label: Mount UTMP
  55. description: Enabling this will allow Notifiarr to count the number of users currently logged in.
  56. schema:
  57. type: boolean
  58. default: false
  59. - variable: additional_envs
  60. label: Additional Environment Variables
  61. schema:
  62. type: list
  63. default: []
  64. items:
  65. - variable: env
  66. label: Environment Variable
  67. schema:
  68. type: dict
  69. attrs:
  70. - variable: name
  71. label: Name
  72. schema:
  73. type: string
  74. required: true
  75. - variable: value
  76. label: Value
  77. schema:
  78. type: string
  79. - variable: run_as
  80. label: ""
  81. group: User and Group Configuration
  82. schema:
  83. type: dict
  84. attrs:
  85. - variable: user
  86. label: User ID
  87. description: The user id that Notifiarr files will be owned by.
  88. schema:
  89. type: int
  90. min: 568
  91. default: 568
  92. required: true
  93. - variable: group
  94. label: Group ID
  95. description: The group id that Notifiarr files will be owned by.
  96. schema:
  97. type: int
  98. min: 568
  99. default: 568
  100. required: true
  101. - variable: network
  102. label: ""
  103. group: Network Configuration
  104. schema:
  105. type: dict
  106. attrs:
  107. - variable: web_port
  108. label: WebUI Port
  109. schema:
  110. type: dict
  111. attrs:
  112. - variable: bind_mode
  113. label: Port Bind Mode
  114. description: |
  115. The port bind mode.</br>
  116. - Publish: The port will be published on the host for external access.</br>
  117. - Expose: The port will be exposed for inter-container communication.</br>
  118. - None: The port will not be exposed or published.</br>
  119. Note: If the Dockerfile defines an EXPOSE directive,
  120. the port will still be exposed for inter-container communication regardless of this setting.
  121. schema:
  122. type: string
  123. default: "published"
  124. enum:
  125. - value: "published"
  126. description: Publish port on the host for external access
  127. - value: "exposed"
  128. description: Expose port for inter-container communication
  129. - value: ""
  130. description: None
  131. - variable: port_number
  132. label: Port Number
  133. schema:
  134. type: int
  135. default: 30165
  136. min: 1
  137. max: 65535
  138. required: true
  139. - variable: host_ips
  140. label: Host IPs
  141. description: IPs on the host to bind this port
  142. schema:
  143. type: list
  144. show_if: [["bind_mode", "=", "published"]]
  145. default: []
  146. items:
  147. - variable: host_ip
  148. label: Host IP
  149. schema:
  150. type: string
  151. required: true
  152. $ref:
  153. - definitions/node_bind_ip
  154. - variable: host_network
  155. label: Host Network
  156. description: |
  157. Bind to the host network. It's recommended to keep this disabled.
  158. schema:
  159. type: boolean
  160. default: false
  161. - variable: certificate_id
  162. label: Certificate
  163. description: The certificate to use for Notifiarr.
  164. schema:
  165. type: int
  166. "null": true
  167. $ref:
  168. - "definitions/certificate"
  169. - variable: storage
  170. label: ""
  171. group: Storage Configuration
  172. schema:
  173. type: dict
  174. attrs:
  175. - variable: config
  176. label: Notifiarr Config Storage
  177. description: The path to store Notifiarr Config.
  178. schema:
  179. type: dict
  180. attrs:
  181. - variable: type
  182. label: Type
  183. description: |
  184. ixVolume: Is dataset created automatically by the system.</br>
  185. Host Path: Is a path that already exists on the system.
  186. schema:
  187. type: string
  188. required: true
  189. default: "ix_volume"
  190. enum:
  191. - value: "host_path"
  192. description: Host Path (Path that already exists on the system)
  193. - value: "ix_volume"
  194. description: ixVolume (Dataset created automatically by the system)
  195. - variable: ix_volume_config
  196. label: ixVolume Configuration
  197. description: The configuration for the ixVolume dataset.
  198. schema:
  199. type: dict
  200. show_if: [["type", "=", "ix_volume"]]
  201. $ref:
  202. - "normalize/ix_volume"
  203. attrs:
  204. - variable: acl_enable
  205. label: Enable ACL
  206. description: Enable ACL for the storage.
  207. schema:
  208. type: boolean
  209. default: false
  210. - variable: dataset_name
  211. label: Dataset Name
  212. description: The name of the dataset to use for storage.
  213. schema:
  214. type: string
  215. required: true
  216. hidden: true
  217. default: "config"
  218. - variable: acl_entries
  219. label: ACL Configuration
  220. schema:
  221. type: dict
  222. show_if: [["acl_enable", "=", true]]
  223. attrs: []
  224. - variable: host_path_config
  225. label: Host Path Configuration
  226. schema:
  227. type: dict
  228. show_if: [["type", "=", "host_path"]]
  229. attrs:
  230. - variable: acl_enable
  231. label: Enable ACL
  232. description: Enable ACL for the storage.
  233. schema:
  234. type: boolean
  235. default: false
  236. - variable: acl
  237. label: ACL Configuration
  238. schema:
  239. type: dict
  240. show_if: [["acl_enable", "=", true]]
  241. attrs: []
  242. $ref:
  243. - "normalize/acl"
  244. - variable: path
  245. label: Host Path
  246. description: The host path to use for storage.
  247. schema:
  248. type: hostpath
  249. show_if: [["acl_enable", "=", false]]
  250. required: true
  251. - variable: additional_storage
  252. label: Additional Storage
  253. schema:
  254. type: list
  255. default: []
  256. items:
  257. - variable: storageEntry
  258. label: Storage Entry
  259. schema:
  260. type: dict
  261. attrs:
  262. - variable: type
  263. label: Type
  264. description: |
  265. ixVolume: Is dataset created automatically by the system.</br>
  266. Host Path: Is a path that already exists on the system.</br>
  267. SMB Share: Is a SMB share that is mounted to as a volume.
  268. schema:
  269. type: string
  270. required: true
  271. default: "ix_volume"
  272. enum:
  273. - value: "host_path"
  274. description: Host Path (Path that already exists on the system)
  275. - value: "ix_volume"
  276. description: ixVolume (Dataset created automatically by the system)
  277. - value: "cifs"
  278. description: SMB/CIFS Share (Mounts a volume to a SMB share)
  279. - variable: read_only
  280. label: Read Only
  281. description: Mount the volume as read only.
  282. schema:
  283. type: boolean
  284. default: false
  285. - variable: mount_path
  286. label: Mount Path
  287. description: The path inside the container to mount the storage.
  288. schema:
  289. type: path
  290. required: true
  291. - variable: host_path_config
  292. label: Host Path Configuration
  293. schema:
  294. type: dict
  295. show_if: [["type", "=", "host_path"]]
  296. attrs:
  297. - variable: acl_enable
  298. label: Enable ACL
  299. description: Enable ACL for the storage.
  300. schema:
  301. type: boolean
  302. default: false
  303. - variable: acl
  304. label: ACL Configuration
  305. schema:
  306. type: dict
  307. show_if: [["acl_enable", "=", true]]
  308. attrs: []
  309. $ref:
  310. - "normalize/acl"
  311. - variable: path
  312. label: Host Path
  313. description: The host path to use for storage.
  314. schema:
  315. type: hostpath
  316. show_if: [["acl_enable", "=", false]]
  317. required: true
  318. - variable: ix_volume_config
  319. label: ixVolume Configuration
  320. description: The configuration for the ixVolume dataset.
  321. schema:
  322. type: dict
  323. show_if: [["type", "=", "ix_volume"]]
  324. $ref:
  325. - "normalize/ix_volume"
  326. attrs:
  327. - variable: acl_enable
  328. label: Enable ACL
  329. description: Enable ACL for the storage.
  330. schema:
  331. type: boolean
  332. default: false
  333. - variable: dataset_name
  334. label: Dataset Name
  335. description: The name of the dataset to use for storage.
  336. schema:
  337. type: string
  338. required: true
  339. default: "storage_entry"
  340. - variable: acl_entries
  341. label: ACL Configuration
  342. schema:
  343. type: dict
  344. show_if: [["acl_enable", "=", true]]
  345. attrs: []
  346. $ref:
  347. - "normalize/acl"
  348. - variable: cifs_config
  349. label: SMB Configuration
  350. description: The configuration for the SMB dataset.
  351. schema:
  352. type: dict
  353. show_if: [["type", "=", "cifs"]]
  354. attrs:
  355. - variable: server
  356. label: Server
  357. description: The server to mount the SMB share.
  358. schema:
  359. type: string
  360. required: true
  361. - variable: path
  362. label: Path
  363. description: The path to mount the SMB share.
  364. schema:
  365. type: string
  366. required: true
  367. - variable: username
  368. label: Username
  369. description: The username to use for the SMB share.
  370. schema:
  371. type: string
  372. required: true
  373. - variable: password
  374. label: Password
  375. description: The password to use for the SMB share.
  376. schema:
  377. type: string
  378. required: true
  379. private: true
  380. - variable: domain
  381. label: Domain
  382. description: The domain to use for the SMB share.
  383. schema:
  384. type: string
  385. - variable: labels
  386. label: ""
  387. group: Labels Configuration
  388. schema:
  389. type: list
  390. default: []
  391. items:
  392. - variable: label
  393. label: Label
  394. schema:
  395. type: dict
  396. attrs:
  397. - variable: key
  398. label: Key
  399. schema:
  400. type: string
  401. required: true
  402. - variable: value
  403. label: Value
  404. schema:
  405. type: string
  406. required: true
  407. - variable: containers
  408. label: Containers
  409. description: Containers where the label should be applied
  410. schema:
  411. type: list
  412. items:
  413. - variable: container
  414. label: Container
  415. schema:
  416. type: string
  417. required: true
  418. enum:
  419. - value: notifiarr
  420. description: notifiarr
  421. - variable: resources
  422. label: ""
  423. group: Resources Configuration
  424. schema:
  425. type: dict
  426. attrs:
  427. - variable: limits
  428. label: Limits
  429. schema:
  430. type: dict
  431. attrs:
  432. - variable: cpus
  433. label: CPUs
  434. description: CPUs limit for Notifiarr.
  435. schema:
  436. type: int
  437. default: 2
  438. required: true
  439. - variable: memory
  440. label: Memory (in MB)
  441. description: Memory limit for Notifiarr.
  442. schema:
  443. type: int
  444. default: 4096
  445. required: true