app_versions.json 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/piwigo/1.1.3",
  7. "last_update": "2023-11-23 22:48:53",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "13.8.0_1.1.3",
  12. "version": "1.1.3",
  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.3",
  21. "apiVersion": "v2",
  22. "appVersion": "13.8.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.3"
  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. "immutable": true,
  621. "required": true
  622. }
  623. }
  624. ]
  625. }
  626. },
  627. {
  628. "variable": "gallery",
  629. "label": "Piwigo Gallery Storage",
  630. "description": "The path to store Piwigo gallery.",
  631. "schema": {
  632. "type": "dict",
  633. "attrs": [
  634. {
  635. "variable": "type",
  636. "label": "Type",
  637. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  638. "schema": {
  639. "type": "string",
  640. "required": true,
  641. "immutable": true,
  642. "default": "ixVolume",
  643. "enum": [
  644. {
  645. "value": "hostPath",
  646. "description": "Host Path (Path that already exists on the system)"
  647. },
  648. {
  649. "value": "ixVolume",
  650. "description": "ixVolume (Dataset created automatically by the system)"
  651. }
  652. ]
  653. }
  654. },
  655. {
  656. "variable": "datasetName",
  657. "label": "Dataset Name",
  658. "schema": {
  659. "type": "string",
  660. "show_if": [
  661. [
  662. "type",
  663. "=",
  664. "ixVolume"
  665. ]
  666. ],
  667. "required": true,
  668. "hidden": true,
  669. "immutable": true,
  670. "default": "gallery",
  671. "$ref": [
  672. "normalize/ixVolume"
  673. ]
  674. }
  675. },
  676. {
  677. "variable": "hostPath",
  678. "label": "Host Path",
  679. "schema": {
  680. "type": "hostpath",
  681. "show_if": [
  682. [
  683. "type",
  684. "=",
  685. "hostPath"
  686. ]
  687. ],
  688. "immutable": true,
  689. "required": true
  690. }
  691. }
  692. ]
  693. }
  694. },
  695. {
  696. "variable": "mariadbData",
  697. "label": "Piwigo MariaDB Data Storage",
  698. "description": "The path to store Piwigo MariaDB Data.",
  699. "schema": {
  700. "type": "dict",
  701. "attrs": [
  702. {
  703. "variable": "type",
  704. "label": "Type",
  705. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  706. "schema": {
  707. "type": "string",
  708. "required": true,
  709. "immutable": true,
  710. "default": "ixVolume",
  711. "enum": [
  712. {
  713. "value": "hostPath",
  714. "description": "Host Path (Path that already exists on the system)"
  715. },
  716. {
  717. "value": "ixVolume",
  718. "description": "ixVolume (Dataset created automatically by the system)"
  719. }
  720. ]
  721. }
  722. },
  723. {
  724. "variable": "datasetName",
  725. "label": "Dataset Name",
  726. "schema": {
  727. "type": "string",
  728. "show_if": [
  729. [
  730. "type",
  731. "=",
  732. "ixVolume"
  733. ]
  734. ],
  735. "required": true,
  736. "hidden": true,
  737. "immutable": true,
  738. "default": "mariadbData",
  739. "$ref": [
  740. "normalize/ixVolume"
  741. ]
  742. }
  743. },
  744. {
  745. "variable": "hostPath",
  746. "label": "Host Path",
  747. "schema": {
  748. "type": "hostpath",
  749. "show_if": [
  750. [
  751. "type",
  752. "=",
  753. "hostPath"
  754. ]
  755. ],
  756. "immutable": true,
  757. "required": true
  758. }
  759. }
  760. ]
  761. }
  762. },
  763. {
  764. "variable": "mariadbBackup",
  765. "label": "Piwigo MariaDB Backup Storage",
  766. "description": "The path to store Piwigo MariaDB Backup.",
  767. "schema": {
  768. "type": "dict",
  769. "attrs": [
  770. {
  771. "variable": "type",
  772. "label": "Type",
  773. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  774. "schema": {
  775. "type": "string",
  776. "required": true,
  777. "immutable": true,
  778. "default": "ixVolume",
  779. "enum": [
  780. {
  781. "value": "hostPath",
  782. "description": "Host Path (Path that already exists on the system)"
  783. },
  784. {
  785. "value": "ixVolume",
  786. "description": "ixVolume (Dataset created automatically by the system)"
  787. }
  788. ]
  789. }
  790. },
  791. {
  792. "variable": "datasetName",
  793. "label": "Dataset Name",
  794. "schema": {
  795. "type": "string",
  796. "show_if": [
  797. [
  798. "type",
  799. "=",
  800. "ixVolume"
  801. ]
  802. ],
  803. "required": true,
  804. "hidden": true,
  805. "immutable": true,
  806. "default": "mariadbBackup",
  807. "$ref": [
  808. "normalize/ixVolume"
  809. ]
  810. }
  811. },
  812. {
  813. "variable": "hostPath",
  814. "label": "Host Path",
  815. "schema": {
  816. "type": "hostpath",
  817. "show_if": [
  818. [
  819. "type",
  820. "=",
  821. "hostPath"
  822. ]
  823. ],
  824. "immutable": true,
  825. "required": true
  826. }
  827. }
  828. ]
  829. }
  830. },
  831. {
  832. "variable": "additionalStorages",
  833. "label": "Additional Storage",
  834. "description": "Additional storage for Piwigo.",
  835. "schema": {
  836. "type": "list",
  837. "default": [],
  838. "items": [
  839. {
  840. "variable": "storageEntry",
  841. "label": "Storage Entry",
  842. "schema": {
  843. "type": "dict",
  844. "attrs": [
  845. {
  846. "variable": "type",
  847. "label": "Type",
  848. "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",
  849. "schema": {
  850. "type": "string",
  851. "required": true,
  852. "default": "ixVolume",
  853. "immutable": true,
  854. "enum": [
  855. {
  856. "value": "hostPath",
  857. "description": "Host Path (Path that already exists on the system)"
  858. },
  859. {
  860. "value": "ixVolume",
  861. "description": "ixVolume (Dataset created automatically by the system)"
  862. },
  863. {
  864. "value": "smb-pv-pvc",
  865. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  866. }
  867. ]
  868. }
  869. },
  870. {
  871. "variable": "mountPath",
  872. "label": "Mount Path",
  873. "description": "The path inside the container to mount the storage.",
  874. "schema": {
  875. "type": "path",
  876. "required": true
  877. }
  878. },
  879. {
  880. "variable": "hostPath",
  881. "label": "Host Path",
  882. "description": "The host path to use for storage.",
  883. "schema": {
  884. "type": "hostpath",
  885. "show_if": [
  886. [
  887. "type",
  888. "=",
  889. "hostPath"
  890. ]
  891. ],
  892. "required": true
  893. }
  894. },
  895. {
  896. "variable": "datasetName",
  897. "label": "Dataset Name",
  898. "description": "The name of the dataset to use for storage.",
  899. "schema": {
  900. "type": "string",
  901. "show_if": [
  902. [
  903. "type",
  904. "=",
  905. "ixVolume"
  906. ]
  907. ],
  908. "required": true,
  909. "immutable": true,
  910. "default": "storage_entry",
  911. "$ref": [
  912. "normalize/ixVolume"
  913. ]
  914. }
  915. },
  916. {
  917. "variable": "server",
  918. "label": "Server",
  919. "description": "The server for the SMB share.",
  920. "schema": {
  921. "type": "string",
  922. "show_if": [
  923. [
  924. "type",
  925. "=",
  926. "smb-pv-pvc"
  927. ]
  928. ],
  929. "required": true
  930. }
  931. },
  932. {
  933. "variable": "share",
  934. "label": "Share",
  935. "description": "The share name for the SMB share.",
  936. "schema": {
  937. "type": "string",
  938. "show_if": [
  939. [
  940. "type",
  941. "=",
  942. "smb-pv-pvc"
  943. ]
  944. ],
  945. "required": true
  946. }
  947. },
  948. {
  949. "variable": "domain",
  950. "label": "Domain (Optional)",
  951. "description": "The domain for the SMB share.",
  952. "schema": {
  953. "type": "string",
  954. "show_if": [
  955. [
  956. "type",
  957. "=",
  958. "smb-pv-pvc"
  959. ]
  960. ]
  961. }
  962. },
  963. {
  964. "variable": "username",
  965. "label": "Username",
  966. "description": "The username for the SMB share.",
  967. "schema": {
  968. "type": "string",
  969. "show_if": [
  970. [
  971. "type",
  972. "=",
  973. "smb-pv-pvc"
  974. ]
  975. ],
  976. "required": true
  977. }
  978. },
  979. {
  980. "variable": "password",
  981. "label": "Password",
  982. "description": "The password for the SMB share.",
  983. "schema": {
  984. "type": "string",
  985. "show_if": [
  986. [
  987. "type",
  988. "=",
  989. "smb-pv-pvc"
  990. ]
  991. ],
  992. "required": true,
  993. "private": true
  994. }
  995. },
  996. {
  997. "variable": "size",
  998. "label": "Size (in Gi)",
  999. "description": "The size of the volume quota.",
  1000. "schema": {
  1001. "type": "int",
  1002. "show_if": [
  1003. [
  1004. "type",
  1005. "=",
  1006. "smb-pv-pvc"
  1007. ]
  1008. ],
  1009. "required": true,
  1010. "min": 1,
  1011. "default": 1
  1012. }
  1013. }
  1014. ]
  1015. }
  1016. }
  1017. ]
  1018. }
  1019. }
  1020. ]
  1021. }
  1022. },
  1023. {
  1024. "variable": "resources",
  1025. "label": "",
  1026. "group": "Resources Configuration",
  1027. "schema": {
  1028. "type": "dict",
  1029. "attrs": [
  1030. {
  1031. "variable": "limits",
  1032. "label": "Limits",
  1033. "schema": {
  1034. "type": "dict",
  1035. "attrs": [
  1036. {
  1037. "variable": "cpu",
  1038. "label": "CPU",
  1039. "description": "CPU limit for Piwigo.",
  1040. "schema": {
  1041. "type": "string",
  1042. "max_length": 6,
  1043. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1044. "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",
  1045. "default": "4000m",
  1046. "required": true
  1047. }
  1048. },
  1049. {
  1050. "variable": "memory",
  1051. "label": "Memory",
  1052. "description": "Memory limit for Piwigo.",
  1053. "schema": {
  1054. "type": "string",
  1055. "max_length": 12,
  1056. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1057. "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",
  1058. "default": "8Gi",
  1059. "required": true
  1060. }
  1061. }
  1062. ]
  1063. }
  1064. }
  1065. ]
  1066. }
  1067. }
  1068. ]
  1069. },
  1070. "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>",
  1071. "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>",
  1072. "changelog": null
  1073. }
  1074. }