app_versions.json 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/piwigo/1.1.6",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "14.0.0_1.1.6",
  12. "version": "1.1.6",
  13. "chart_metadata": {
  14. "name": "piwigo",
  15. "description": "Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.",
  16. "annotations": {
  17. "title": "Piwigo"
  18. },
  19. "type": "application",
  20. "version": "1.1.6",
  21. "apiVersion": "v2",
  22. "appVersion": "14.0.0",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.5"
  36. }
  37. ],
  38. "home": "https://piwigo.org",
  39. "icon": "https://media.sys.truenas.net/apps/piwigo/icons/icon.svg",
  40. "sources": [
  41. "https://hub.docker.com/r/linuxserver/piwigo",
  42. "https://github.com/truenas/charts/tree/master/community/piwigo"
  43. ],
  44. "keywords": [
  45. "gallery",
  46. "photo"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "root",
  53. "groupName": "root",
  54. "gid": 0,
  55. "uid": 0,
  56. "description": "Piwigo run as root user"
  57. }
  58. ],
  59. "capabilities": [
  60. {
  61. "name": "CHOWN",
  62. "description": "Piwigo is able to chown files."
  63. },
  64. {
  65. "name": "DAC_OVERRIDE",
  66. "description": "Piwigo is able to bypass permission checks."
  67. },
  68. {
  69. "name": "FOWNER",
  70. "description": "Piwigo is able bypass permission checks for it's sub-processes."
  71. },
  72. {
  73. "name": "NET_BIND_SERVICE",
  74. "description": "Piwigo requires this ability to bind to port 80 within the container."
  75. },
  76. {
  77. "name": "SETGID",
  78. "description": "Piwigo is able to set group ID for it's sub-processes."
  79. },
  80. {
  81. "name": "SETUID",
  82. "description": "Piwigo is able to set user ID for it's sub-processes."
  83. }
  84. ],
  85. "hostMounts": []
  86. },
  87. "schema": {
  88. "groups": [
  89. {
  90. "name": "Piwigo Configuration",
  91. "description": "Configure Piwigo"
  92. },
  93. {
  94. "name": "User and Group Configuration",
  95. "description": "Configure User and Group for Piwigo"
  96. },
  97. {
  98. "name": "Network Configuration",
  99. "description": "Configure Network for Piwigo"
  100. },
  101. {
  102. "name": "Storage Configuration",
  103. "description": "Configure Storage for Piwigo"
  104. },
  105. {
  106. "name": "Resources Configuration",
  107. "description": "Configure Resources for Piwigo"
  108. }
  109. ],
  110. "portals": {
  111. "web_portal": {
  112. "protocols": [
  113. "$kubernetes-resource_configmap_portal_protocol"
  114. ],
  115. "host": [
  116. "$kubernetes-resource_configmap_portal_host"
  117. ],
  118. "ports": [
  119. "$kubernetes-resource_configmap_portal_port"
  120. ],
  121. "path": "$kubernetes-resource_configmap_portal_path"
  122. }
  123. },
  124. "questions": [
  125. {
  126. "variable": "piwiConfig",
  127. "label": "",
  128. "group": "Piwigo Configuration",
  129. "schema": {
  130. "type": "dict",
  131. "attrs": [
  132. {
  133. "variable": "adminName",
  134. "label": "Admin Name",
  135. "description": "The admin name for Piwigo.</br>\nOnly used when Piwigo is first installed.</br>\nYou can change it later in the Piwigo WebUI.\n",
  136. "schema": {
  137. "type": "string",
  138. "required": true,
  139. "immutable": true,
  140. "default": ""
  141. }
  142. },
  143. {
  144. "variable": "adminMail",
  145. "label": "Admin Mail",
  146. "description": "The admin mail for Piwigo.</br>\nOnly used when Piwigo is first installed.</br>\nYou can change it later in the Piwigo WebUI.\n",
  147. "schema": {
  148. "type": "string",
  149. "required": true,
  150. "immutable": true,
  151. "default": ""
  152. }
  153. },
  154. {
  155. "variable": "adminPass",
  156. "label": "Admin Password",
  157. "description": "The admin password for Piwigo.</br>\nOnly used when Piwigo is first installed.</br>\nYou can change it later in the Piwigo WebUI.\n",
  158. "schema": {
  159. "type": "string",
  160. "required": true,
  161. "immutable": true,
  162. "password": true,
  163. "default": ""
  164. }
  165. },
  166. {
  167. "variable": "language",
  168. "label": "Language",
  169. "description": "The language for Piwigo.</br>\nOnly used when Piwigo is first installed.\n",
  170. "schema": {
  171. "type": "string",
  172. "required": true,
  173. "immutable": true,
  174. "default": "en_UK",
  175. "enum": [
  176. {
  177. "value": "af_ZA",
  178. "description": "Afrikaans [ZA]"
  179. },
  180. {
  181. "value": "es_AR",
  182. "description": "Argentina [AR]"
  183. },
  184. {
  185. "value": "az_AZ",
  186. "description": "Az\u0259rbaycanca [AZ]"
  187. },
  188. {
  189. "value": "id_ID",
  190. "description": "Bahasa Indonesia [ID]"
  191. },
  192. {
  193. "value": "pt_BR",
  194. "description": "Brasil [BR]"
  195. },
  196. {
  197. "value": "br_FR",
  198. "description": "Brezhoneg [FR]"
  199. },
  200. {
  201. "value": "ca_ES",
  202. "description": "Catal\u00e0 [CA]"
  203. },
  204. {
  205. "value": "da_DK",
  206. "description": "Dansk [DK]"
  207. },
  208. {
  209. "value": "de_DE",
  210. "description": "Deutsch [DE]"
  211. },
  212. {
  213. "value": "dv_MV",
  214. "description": "Dhivehi [MV]"
  215. },
  216. {
  217. "value": "en_GB",
  218. "description": "English [GB]"
  219. },
  220. {
  221. "value": "en_UK",
  222. "description": "English [UK]"
  223. },
  224. {
  225. "value": "en_US",
  226. "description": "English [US]"
  227. },
  228. {
  229. "value": "es_ES",
  230. "description": "Espa\u00f1ol [ES]"
  231. },
  232. {
  233. "value": "eo_EO",
  234. "description": "Esperanto [EO]"
  235. },
  236. {
  237. "value": "et_EE",
  238. "description": "Estonian [EE]"
  239. },
  240. {
  241. "value": "eu_ES",
  242. "description": "Euskara [ES]"
  243. },
  244. {
  245. "value": "fi_FI",
  246. "description": "Finnish [FI]"
  247. },
  248. {
  249. "value": "fr_FR",
  250. "description": "Fran\u00e7ais [FR]"
  251. },
  252. {
  253. "value": "fr_CA",
  254. "description": "Fran\u00e7ais [QC]"
  255. },
  256. {
  257. "value": "ga_IE",
  258. "description": "Gaeilge [IE]"
  259. },
  260. {
  261. "value": "gl_ES",
  262. "description": "Galego [ES]"
  263. },
  264. {
  265. "value": "hr_HR",
  266. "description": "Hrvatski [HR]"
  267. },
  268. {
  269. "value": "it_IT",
  270. "description": "Italiano [IT]"
  271. },
  272. {
  273. "value": "lv_LV",
  274. "description": "Latvie\u0161u [LV]"
  275. },
  276. {
  277. "value": "lt_LT",
  278. "description": "Lietuviu [LT]"
  279. },
  280. {
  281. "value": "lb_LU",
  282. "description": "L\u00ebtzebuergesch [LU]"
  283. },
  284. {
  285. "value": "hu_HU",
  286. "description": "Magyar [HU]"
  287. },
  288. {
  289. "value": "ms_MY",
  290. "description": "Malay [MY]"
  291. },
  292. {
  293. "value": "es_MX",
  294. "description": "M\u00e9xico [MX]"
  295. },
  296. {
  297. "value": "nl_NL",
  298. "description": "Nederlands [NL]"
  299. },
  300. {
  301. "value": "nb_NO",
  302. "description": "Norsk bokm\u00e5l [NO]"
  303. },
  304. {
  305. "value": "nn_NO",
  306. "description": "Norwegian nynorsk [NO]"
  307. },
  308. {
  309. "value": "pl_PL",
  310. "description": "Polski [PL]"
  311. },
  312. {
  313. "value": "pt_PT",
  314. "description": "Portugu\u00eas [PT]"
  315. },
  316. {
  317. "value": "ro_RO",
  318. "description": "Rom\u00e2n\u0103 [RO]"
  319. },
  320. {
  321. "value": "sk_SK",
  322. "description": "Slovensky [SK]"
  323. },
  324. {
  325. "value": "sl_SI",
  326. "description": "Sloven\u0161cina [SI]"
  327. },
  328. {
  329. "value": "sh_RS",
  330. "description": "Srpski [SR]"
  331. },
  332. {
  333. "value": "sv_SE",
  334. "description": "Svenska [SE]"
  335. },
  336. {
  337. "value": "vi_VN",
  338. "description": "Ti\u1ebfng Vi\u1ec7t [VN]"
  339. },
  340. {
  341. "value": "tr_TR",
  342. "description": "T\u00fcrk\u00e7e [TR]"
  343. },
  344. {
  345. "value": "wo_SN",
  346. "description": "Wolof [SN]"
  347. },
  348. {
  349. "value": "is_IS",
  350. "description": "\u00cdslenska [IS]"
  351. },
  352. {
  353. "value": "cs_CZ",
  354. "description": "\u010cesky [CZ]"
  355. },
  356. {
  357. "value": "el_GR",
  358. "description": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac [GR]"
  359. },
  360. {
  361. "value": "bg_BG",
  362. "description": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438 [BG]"
  363. },
  364. {
  365. "value": "mk_MK",
  366. "description": "\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0441\u043a\u0438 [MK]"
  367. },
  368. {
  369. "value": "mn_MN",
  370. "description": "\u041c\u043e\u043d\u0433\u043e\u043b [MN]"
  371. },
  372. {
  373. "value": "ru_RU",
  374. "description": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439 [RU]"
  375. },
  376. {
  377. "value": "sr_RS",
  378. "description": "\u0421\u0440\u043f\u0441\u043a\u0438 [SR]"
  379. },
  380. {
  381. "value": "uk_UA",
  382. "description": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 [UA]"
  383. },
  384. {
  385. "value": "he_IL",
  386. "description": "\u05e2\u05d1\u05e8\u05d9\u05ea [IL]"
  387. },
  388. {
  389. "value": "ar_EG",
  390. "description": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629 (\u0645\u0635"
  391. },
  392. {
  393. "value": "ar_SA",
  394. "description": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629 [AR]"
  395. },
  396. {
  397. "value": "ar_MA",
  398. "description": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629 [MA]"
  399. },
  400. {
  401. "value": "fa_IR",
  402. "description": "\u067e\u0627\u0631\u0633\u06cc [IR]"
  403. },
  404. {
  405. "value": "kok_IN",
  406. "description": "\u0915\u094b\u0902\u0915\u0923\u0940 [IN]"
  407. },
  408. {
  409. "value": "bn_IN",
  410. "description": "\u09ac\u09be\u0982\u09b2\u09be[IN]"
  411. },
  412. {
  413. "value": "gu_IN",
  414. "description": "\u0a97\u0ac1\u0a9c\u0ab0\u0abe\u0aa4\u0ac0[IN]"
  415. },
  416. {
  417. "value": "ta_IN",
  418. "description": "\u0ba4\u0bae\u0bbf\u0bb4\u0bcd [IN]"
  419. },
  420. {
  421. "value": "kn_IN",
  422. "description": "\u0c95\u0ca8\u0ccd\u0ca8\u0ca1 [IN]"
  423. },
  424. {
  425. "value": "th_TH",
  426. "description": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22 [TH]"
  427. },
  428. {
  429. "value": "ka_GE",
  430. "description": "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8 [GE]"
  431. },
  432. {
  433. "value": "km_KH",
  434. "description": "\u1781\u17d2\u1798\u17c2\u179a [KH]"
  435. },
  436. {
  437. "value": "zh_TW",
  438. "description": "\u4e2d\u6587 (\u7e41\u9ad4) [TW]"
  439. },
  440. {
  441. "value": "zh_HK",
  442. "description": "\u4e2d\u6587 (\u9999\u6e2f) [HK]"
  443. },
  444. {
  445. "value": "ja_JP",
  446. "description": "\u65e5\u672c\u8a9e [JP]"
  447. },
  448. {
  449. "value": "zh_CN",
  450. "description": "\u7b80\u4f53\u4e2d\u6587 [CN]"
  451. },
  452. {
  453. "value": "ko_KR",
  454. "description": "\ud55c\uad6d\uc5b4 [KR]"
  455. }
  456. ]
  457. }
  458. },
  459. {
  460. "variable": "additionalEnvs",
  461. "label": "Additional Environment Variables",
  462. "description": "Configure additional environment variables for Piwigo.",
  463. "schema": {
  464. "type": "list",
  465. "default": [],
  466. "items": [
  467. {
  468. "variable": "env",
  469. "label": "Environment Variable",
  470. "schema": {
  471. "type": "dict",
  472. "attrs": [
  473. {
  474. "variable": "name",
  475. "label": "Name",
  476. "schema": {
  477. "type": "string",
  478. "required": true
  479. }
  480. },
  481. {
  482. "variable": "value",
  483. "label": "Value",
  484. "schema": {
  485. "type": "string",
  486. "required": true
  487. }
  488. }
  489. ]
  490. }
  491. }
  492. ]
  493. }
  494. }
  495. ]
  496. }
  497. },
  498. {
  499. "variable": "piwiID",
  500. "label": "",
  501. "group": "User and Group Configuration",
  502. "schema": {
  503. "type": "dict",
  504. "attrs": [
  505. {
  506. "variable": "user",
  507. "label": "User ID",
  508. "description": "The user id that Piwigo files will be owned by.",
  509. "schema": {
  510. "type": "int",
  511. "min": 2,
  512. "default": 568,
  513. "required": true
  514. }
  515. },
  516. {
  517. "variable": "group",
  518. "label": "Group ID",
  519. "description": "The group id that Piwigo files will be owned by.",
  520. "schema": {
  521. "type": "int",
  522. "min": 2,
  523. "default": 568,
  524. "required": true
  525. }
  526. }
  527. ]
  528. }
  529. },
  530. {
  531. "variable": "piwiNetwork",
  532. "label": "",
  533. "group": "Network Configuration",
  534. "schema": {
  535. "type": "dict",
  536. "attrs": [
  537. {
  538. "variable": "webPort",
  539. "label": "Web Port",
  540. "description": "The port for the Piwigo WebUI.",
  541. "schema": {
  542. "type": "int",
  543. "default": 30066,
  544. "min": 9000,
  545. "max": 65535,
  546. "required": true
  547. }
  548. }
  549. ]
  550. }
  551. },
  552. {
  553. "variable": "piwiStorage",
  554. "label": "",
  555. "group": "Storage Configuration",
  556. "schema": {
  557. "type": "dict",
  558. "attrs": [
  559. {
  560. "variable": "config",
  561. "label": "Piwigo Configuration Storage",
  562. "description": "The path to store Piwigo configuration.",
  563. "schema": {
  564. "type": "dict",
  565. "attrs": [
  566. {
  567. "variable": "type",
  568. "label": "Type",
  569. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  570. "schema": {
  571. "type": "string",
  572. "required": true,
  573. "immutable": true,
  574. "default": "ixVolume",
  575. "enum": [
  576. {
  577. "value": "hostPath",
  578. "description": "Host Path (Path that already exists on the system)"
  579. },
  580. {
  581. "value": "ixVolume",
  582. "description": "ixVolume (Dataset created automatically by the system)"
  583. }
  584. ]
  585. }
  586. },
  587. {
  588. "variable": "datasetName",
  589. "label": "Dataset Name",
  590. "schema": {
  591. "type": "string",
  592. "show_if": [
  593. [
  594. "type",
  595. "=",
  596. "ixVolume"
  597. ]
  598. ],
  599. "required": true,
  600. "hidden": true,
  601. "immutable": true,
  602. "default": "config",
  603. "$ref": [
  604. "normalize/ixVolume"
  605. ]
  606. }
  607. },
  608. {
  609. "variable": "hostPath",
  610. "label": "Host Path",
  611. "schema": {
  612. "type": "hostpath",
  613. "show_if": [
  614. [
  615. "type",
  616. "=",
  617. "hostPath"
  618. ]
  619. ],
  620. "required": true
  621. }
  622. }
  623. ]
  624. }
  625. },
  626. {
  627. "variable": "gallery",
  628. "label": "Piwigo Gallery Storage",
  629. "description": "The path to store Piwigo gallery.",
  630. "schema": {
  631. "type": "dict",
  632. "attrs": [
  633. {
  634. "variable": "type",
  635. "label": "Type",
  636. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  637. "schema": {
  638. "type": "string",
  639. "required": true,
  640. "immutable": true,
  641. "default": "ixVolume",
  642. "enum": [
  643. {
  644. "value": "hostPath",
  645. "description": "Host Path (Path that already exists on the system)"
  646. },
  647. {
  648. "value": "ixVolume",
  649. "description": "ixVolume (Dataset created automatically by the system)"
  650. }
  651. ]
  652. }
  653. },
  654. {
  655. "variable": "datasetName",
  656. "label": "Dataset Name",
  657. "schema": {
  658. "type": "string",
  659. "show_if": [
  660. [
  661. "type",
  662. "=",
  663. "ixVolume"
  664. ]
  665. ],
  666. "required": true,
  667. "hidden": true,
  668. "immutable": true,
  669. "default": "gallery",
  670. "$ref": [
  671. "normalize/ixVolume"
  672. ]
  673. }
  674. },
  675. {
  676. "variable": "hostPath",
  677. "label": "Host Path",
  678. "schema": {
  679. "type": "hostpath",
  680. "show_if": [
  681. [
  682. "type",
  683. "=",
  684. "hostPath"
  685. ]
  686. ],
  687. "required": true
  688. }
  689. }
  690. ]
  691. }
  692. },
  693. {
  694. "variable": "mariadbData",
  695. "label": "Piwigo MariaDB Data Storage",
  696. "description": "The path to store Piwigo MariaDB Data.",
  697. "schema": {
  698. "type": "dict",
  699. "attrs": [
  700. {
  701. "variable": "type",
  702. "label": "Type",
  703. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  704. "schema": {
  705. "type": "string",
  706. "required": true,
  707. "immutable": true,
  708. "default": "ixVolume",
  709. "enum": [
  710. {
  711. "value": "hostPath",
  712. "description": "Host Path (Path that already exists on the system)"
  713. },
  714. {
  715. "value": "ixVolume",
  716. "description": "ixVolume (Dataset created automatically by the system)"
  717. }
  718. ]
  719. }
  720. },
  721. {
  722. "variable": "datasetName",
  723. "label": "Dataset Name",
  724. "schema": {
  725. "type": "string",
  726. "show_if": [
  727. [
  728. "type",
  729. "=",
  730. "ixVolume"
  731. ]
  732. ],
  733. "required": true,
  734. "hidden": true,
  735. "immutable": true,
  736. "default": "mariadbData",
  737. "$ref": [
  738. "normalize/ixVolume"
  739. ]
  740. }
  741. },
  742. {
  743. "variable": "hostPath",
  744. "label": "Host Path",
  745. "schema": {
  746. "type": "hostpath",
  747. "show_if": [
  748. [
  749. "type",
  750. "=",
  751. "hostPath"
  752. ]
  753. ],
  754. "required": true
  755. }
  756. }
  757. ]
  758. }
  759. },
  760. {
  761. "variable": "mariadbBackup",
  762. "label": "Piwigo MariaDB Backup Storage",
  763. "description": "The path to store Piwigo MariaDB Backup.",
  764. "schema": {
  765. "type": "dict",
  766. "attrs": [
  767. {
  768. "variable": "type",
  769. "label": "Type",
  770. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  771. "schema": {
  772. "type": "string",
  773. "required": true,
  774. "immutable": true,
  775. "default": "ixVolume",
  776. "enum": [
  777. {
  778. "value": "hostPath",
  779. "description": "Host Path (Path that already exists on the system)"
  780. },
  781. {
  782. "value": "ixVolume",
  783. "description": "ixVolume (Dataset created automatically by the system)"
  784. }
  785. ]
  786. }
  787. },
  788. {
  789. "variable": "datasetName",
  790. "label": "Dataset Name",
  791. "schema": {
  792. "type": "string",
  793. "show_if": [
  794. [
  795. "type",
  796. "=",
  797. "ixVolume"
  798. ]
  799. ],
  800. "required": true,
  801. "hidden": true,
  802. "immutable": true,
  803. "default": "mariadbBackup",
  804. "$ref": [
  805. "normalize/ixVolume"
  806. ]
  807. }
  808. },
  809. {
  810. "variable": "hostPath",
  811. "label": "Host Path",
  812. "schema": {
  813. "type": "hostpath",
  814. "show_if": [
  815. [
  816. "type",
  817. "=",
  818. "hostPath"
  819. ]
  820. ],
  821. "required": true
  822. }
  823. }
  824. ]
  825. }
  826. },
  827. {
  828. "variable": "additionalStorages",
  829. "label": "Additional Storage",
  830. "description": "Additional storage for Piwigo.",
  831. "schema": {
  832. "type": "list",
  833. "default": [],
  834. "items": [
  835. {
  836. "variable": "storageEntry",
  837. "label": "Storage Entry",
  838. "schema": {
  839. "type": "dict",
  840. "attrs": [
  841. {
  842. "variable": "type",
  843. "label": "Type",
  844. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to a persistent volume claim.\n",
  845. "schema": {
  846. "type": "string",
  847. "required": true,
  848. "default": "ixVolume",
  849. "immutable": true,
  850. "enum": [
  851. {
  852. "value": "hostPath",
  853. "description": "Host Path (Path that already exists on the system)"
  854. },
  855. {
  856. "value": "ixVolume",
  857. "description": "ixVolume (Dataset created automatically by the system)"
  858. },
  859. {
  860. "value": "smb-pv-pvc",
  861. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  862. }
  863. ]
  864. }
  865. },
  866. {
  867. "variable": "mountPath",
  868. "label": "Mount Path",
  869. "description": "The path inside the container to mount the storage.",
  870. "schema": {
  871. "type": "path",
  872. "required": true
  873. }
  874. },
  875. {
  876. "variable": "hostPath",
  877. "label": "Host Path",
  878. "description": "The host path to use for storage.",
  879. "schema": {
  880. "type": "hostpath",
  881. "show_if": [
  882. [
  883. "type",
  884. "=",
  885. "hostPath"
  886. ]
  887. ],
  888. "required": true
  889. }
  890. },
  891. {
  892. "variable": "datasetName",
  893. "label": "Dataset Name",
  894. "description": "The name of the dataset to use for storage.",
  895. "schema": {
  896. "type": "string",
  897. "show_if": [
  898. [
  899. "type",
  900. "=",
  901. "ixVolume"
  902. ]
  903. ],
  904. "required": true,
  905. "immutable": true,
  906. "default": "storage_entry",
  907. "$ref": [
  908. "normalize/ixVolume"
  909. ]
  910. }
  911. },
  912. {
  913. "variable": "server",
  914. "label": "Server",
  915. "description": "The server for the SMB share.",
  916. "schema": {
  917. "type": "string",
  918. "show_if": [
  919. [
  920. "type",
  921. "=",
  922. "smb-pv-pvc"
  923. ]
  924. ],
  925. "required": true
  926. }
  927. },
  928. {
  929. "variable": "share",
  930. "label": "Share",
  931. "description": "The share name for the SMB share.",
  932. "schema": {
  933. "type": "string",
  934. "show_if": [
  935. [
  936. "type",
  937. "=",
  938. "smb-pv-pvc"
  939. ]
  940. ],
  941. "required": true
  942. }
  943. },
  944. {
  945. "variable": "domain",
  946. "label": "Domain (Optional)",
  947. "description": "The domain for the SMB share.",
  948. "schema": {
  949. "type": "string",
  950. "show_if": [
  951. [
  952. "type",
  953. "=",
  954. "smb-pv-pvc"
  955. ]
  956. ]
  957. }
  958. },
  959. {
  960. "variable": "username",
  961. "label": "Username",
  962. "description": "The username for the SMB share.",
  963. "schema": {
  964. "type": "string",
  965. "show_if": [
  966. [
  967. "type",
  968. "=",
  969. "smb-pv-pvc"
  970. ]
  971. ],
  972. "required": true
  973. }
  974. },
  975. {
  976. "variable": "password",
  977. "label": "Password",
  978. "description": "The password for the SMB share.",
  979. "schema": {
  980. "type": "string",
  981. "show_if": [
  982. [
  983. "type",
  984. "=",
  985. "smb-pv-pvc"
  986. ]
  987. ],
  988. "required": true,
  989. "private": true
  990. }
  991. },
  992. {
  993. "variable": "size",
  994. "label": "Size (in Gi)",
  995. "description": "The size of the volume quota.",
  996. "schema": {
  997. "type": "int",
  998. "show_if": [
  999. [
  1000. "type",
  1001. "=",
  1002. "smb-pv-pvc"
  1003. ]
  1004. ],
  1005. "required": true,
  1006. "min": 1,
  1007. "default": 1
  1008. }
  1009. }
  1010. ]
  1011. }
  1012. }
  1013. ]
  1014. }
  1015. }
  1016. ]
  1017. }
  1018. },
  1019. {
  1020. "variable": "resources",
  1021. "label": "",
  1022. "group": "Resources Configuration",
  1023. "schema": {
  1024. "type": "dict",
  1025. "attrs": [
  1026. {
  1027. "variable": "limits",
  1028. "label": "Limits",
  1029. "schema": {
  1030. "type": "dict",
  1031. "attrs": [
  1032. {
  1033. "variable": "cpu",
  1034. "label": "CPU",
  1035. "description": "CPU limit for Piwigo.",
  1036. "schema": {
  1037. "type": "string",
  1038. "max_length": 6,
  1039. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1040. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  1041. "default": "4000m",
  1042. "required": true
  1043. }
  1044. },
  1045. {
  1046. "variable": "memory",
  1047. "label": "Memory",
  1048. "description": "Memory limit for Piwigo.",
  1049. "schema": {
  1050. "type": "string",
  1051. "max_length": 12,
  1052. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1053. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  1054. "default": "8Gi",
  1055. "required": true
  1056. }
  1057. }
  1058. ]
  1059. }
  1060. }
  1061. ]
  1062. }
  1063. }
  1064. ]
  1065. },
  1066. "app_readme": "<h1>Piwigo</h1>\n<p><a href=\"https://piwigo.org/\">Piwigo</a> is a photo gallery software for the web that comes with powerful features to\npublish and manage your collection of pictures.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>mariadb</code> directories.\nAfterwards <code>mariadb</code> will start as a <strong>non</strong>-root user (<code>999</code>).&gt;\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to\napply the correct permissions to the <code>mariadb</code> <strong>backups</strong> directory.\nContainer that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>mariadb</code> data directories.</p>\n</blockquote>",
  1067. "detailed_readme": "<h1>Piwigo</h1>\n<p><a href=\"https://piwigo.org/\">Piwigo</a> is a photo gallery software for the web that comes with powerful features to\npublish and manage your collection of pictures.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>mariadb</code> directories.\nAfterwards <code>mariadb</code> will start as a <strong>non</strong>-root user (<code>999</code>).&gt;\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to\napply the correct permissions to the <code>mariadb</code> <strong>backups</strong> directory.\nContainer that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>mariadb</code> data directories.</p>\n</blockquote>",
  1068. "changelog": null
  1069. }
  1070. }