app_versions.json 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. {
  2. "1.0.7": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/photoview/1.0.7",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "2.4.0_1.0.7",
  10. "version": "1.0.7",
  11. "app_metadata": {
  12. "app_version": "2.4.0",
  13. "capabilities": [],
  14. "categories": [
  15. "media"
  16. ],
  17. "changelog_url": "https://github.com/photoview/photoview/releases",
  18. "date_added": "2025-07-14",
  19. "description": "Photo gallery for self-hosted personal servers",
  20. "home": "https://photoview.github.io/",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/photoview/icons/icon.svg",
  23. "keywords": [
  24. "media",
  25. "photos"
  26. ],
  27. "lib_version": "2.1.49",
  28. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  29. "maintainers": [
  30. {
  31. "email": "dev@ixsystems.com",
  32. "name": "truenas",
  33. "url": "https://www.truenas.com/"
  34. }
  35. ],
  36. "name": "photoview",
  37. "run_as_context": [
  38. {
  39. "description": "Photoview runs as any non-root user.",
  40. "gid": 568,
  41. "group_name": "photoview",
  42. "uid": 568,
  43. "user_name": "photoview"
  44. }
  45. ],
  46. "screenshots": [],
  47. "sources": [
  48. "https://github.com/photoview/photoview",
  49. "https://hub.docker.com/r/photoview/photoview"
  50. ],
  51. "title": "Photoview",
  52. "train": "community",
  53. "version": "1.0.7"
  54. },
  55. "schema": {
  56. "groups": [
  57. {
  58. "name": "Photoview Configuration",
  59. "description": "Configure Photoview"
  60. },
  61. {
  62. "name": "User and Group Configuration",
  63. "description": "Configure User and Group for Photoview"
  64. },
  65. {
  66. "name": "Network Configuration",
  67. "description": "Configure Network for Photoview"
  68. },
  69. {
  70. "name": "Storage Configuration",
  71. "description": "Configure Storage for Photoview"
  72. },
  73. {
  74. "name": "Labels Configuration",
  75. "description": "Configure Labels for Photoview"
  76. },
  77. {
  78. "name": "Resources Configuration",
  79. "description": "Configure Resources for Photoview"
  80. }
  81. ],
  82. "questions": [
  83. {
  84. "variable": "TZ",
  85. "group": "Photoview Configuration",
  86. "label": "Timezone",
  87. "schema": {
  88. "type": "string",
  89. "default": "Etc/UTC",
  90. "required": true,
  91. "$ref": [
  92. "definitions/timezone"
  93. ]
  94. }
  95. },
  96. {
  97. "variable": "photoview",
  98. "label": "",
  99. "group": "Photoview Configuration",
  100. "schema": {
  101. "type": "dict",
  102. "attrs": [
  103. {
  104. "variable": "postgres_image_selector",
  105. "label": "Postgres Image (CAUTION)",
  106. "description": "If you are changing this after the postgres directory has been initialized,</br>\nSTOP! and make sure you have a backup of your data.</br>\nChanging this will trigger an one way database upgrade.</br>\nYou can only select newer versions of postgres.</br>\nSelecting an older version will refuse to start.</br>\nIf something goes wrong, you will have to restore from backup.\n",
  107. "schema": {
  108. "type": "string",
  109. "default": "postgres_17_image",
  110. "required": true,
  111. "enum": [
  112. {
  113. "value": "postgres_17_image",
  114. "description": "Postgres 17"
  115. }
  116. ]
  117. }
  118. },
  119. {
  120. "variable": "db_password",
  121. "label": "Database Password",
  122. "description": "The password for Photoview.",
  123. "schema": {
  124. "type": "string",
  125. "default": "",
  126. "required": true,
  127. "private": true
  128. }
  129. },
  130. {
  131. "variable": "additional_envs",
  132. "label": "Additional Environment Variables",
  133. "schema": {
  134. "type": "list",
  135. "default": [],
  136. "items": [
  137. {
  138. "variable": "env",
  139. "label": "Environment Variable",
  140. "schema": {
  141. "type": "dict",
  142. "attrs": [
  143. {
  144. "variable": "name",
  145. "label": "Name",
  146. "schema": {
  147. "type": "string",
  148. "required": true
  149. }
  150. },
  151. {
  152. "variable": "value",
  153. "label": "Value",
  154. "schema": {
  155. "type": "string"
  156. }
  157. }
  158. ]
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. },
  167. {
  168. "variable": "run_as",
  169. "label": "",
  170. "group": "User and Group Configuration",
  171. "schema": {
  172. "type": "dict",
  173. "attrs": [
  174. {
  175. "variable": "user",
  176. "label": "User ID",
  177. "description": "The user id that Photoview files will be owned by.",
  178. "schema": {
  179. "type": "int",
  180. "min": 568,
  181. "default": 568,
  182. "required": true
  183. }
  184. },
  185. {
  186. "variable": "group",
  187. "label": "Group ID",
  188. "description": "The group id that Photoview files will be owned by.",
  189. "schema": {
  190. "type": "int",
  191. "min": 568,
  192. "default": 568,
  193. "required": true
  194. }
  195. }
  196. ]
  197. }
  198. },
  199. {
  200. "variable": "network",
  201. "label": "",
  202. "group": "Network Configuration",
  203. "schema": {
  204. "type": "dict",
  205. "attrs": [
  206. {
  207. "variable": "web_port",
  208. "label": "WebUI Port",
  209. "schema": {
  210. "type": "dict",
  211. "attrs": [
  212. {
  213. "variable": "bind_mode",
  214. "label": "Port Bind Mode",
  215. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  216. "schema": {
  217. "type": "string",
  218. "default": "published",
  219. "enum": [
  220. {
  221. "value": "published",
  222. "description": "Publish port on the host for external access"
  223. },
  224. {
  225. "value": "exposed",
  226. "description": "Expose port for inter-container communication"
  227. },
  228. {
  229. "value": "",
  230. "description": "None"
  231. }
  232. ]
  233. }
  234. },
  235. {
  236. "variable": "port_number",
  237. "label": "Port Number",
  238. "schema": {
  239. "type": "int",
  240. "default": 30231,
  241. "min": 1,
  242. "max": 65535,
  243. "required": true
  244. }
  245. },
  246. {
  247. "variable": "host_ips",
  248. "label": "Host IPs",
  249. "description": "IPs on the host to bind this port",
  250. "schema": {
  251. "type": "list",
  252. "show_if": [
  253. [
  254. "bind_mode",
  255. "=",
  256. "published"
  257. ]
  258. ],
  259. "default": [],
  260. "items": [
  261. {
  262. "variable": "host_ip",
  263. "label": "Host IP",
  264. "schema": {
  265. "type": "string",
  266. "required": true,
  267. "$ref": [
  268. "definitions/node_bind_ip"
  269. ]
  270. }
  271. }
  272. ]
  273. }
  274. }
  275. ]
  276. }
  277. },
  278. {
  279. "variable": "host_network",
  280. "label": "Host Network",
  281. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  282. "schema": {
  283. "type": "boolean",
  284. "default": false
  285. }
  286. }
  287. ]
  288. }
  289. },
  290. {
  291. "variable": "storage",
  292. "label": "",
  293. "group": "Storage Configuration",
  294. "schema": {
  295. "type": "dict",
  296. "attrs": [
  297. {
  298. "variable": "media_cache",
  299. "label": "Media Cache Storage",
  300. "schema": {
  301. "type": "dict",
  302. "attrs": [
  303. {
  304. "variable": "type",
  305. "label": "Type",
  306. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  307. "schema": {
  308. "type": "string",
  309. "required": true,
  310. "default": "ix_volume",
  311. "enum": [
  312. {
  313. "value": "host_path",
  314. "description": "Host Path (Path that already exists on the system)"
  315. },
  316. {
  317. "value": "ix_volume",
  318. "description": "ixVolume (Dataset created automatically by the system)"
  319. }
  320. ]
  321. }
  322. },
  323. {
  324. "variable": "ix_volume_config",
  325. "label": "ixVolume Configuration",
  326. "description": "The configuration for the ixVolume dataset.",
  327. "schema": {
  328. "type": "dict",
  329. "show_if": [
  330. [
  331. "type",
  332. "=",
  333. "ix_volume"
  334. ]
  335. ],
  336. "$ref": [
  337. "normalize/ix_volume"
  338. ],
  339. "attrs": [
  340. {
  341. "variable": "acl_enable",
  342. "label": "Enable ACL",
  343. "description": "Enable ACL for the storage.",
  344. "schema": {
  345. "type": "boolean",
  346. "default": false
  347. }
  348. },
  349. {
  350. "variable": "dataset_name",
  351. "label": "Dataset Name",
  352. "description": "The name of the dataset to use for storage.",
  353. "schema": {
  354. "type": "string",
  355. "required": true,
  356. "hidden": true,
  357. "default": "media_cache"
  358. }
  359. },
  360. {
  361. "variable": "acl_entries",
  362. "label": "ACL Configuration",
  363. "schema": {
  364. "type": "dict",
  365. "show_if": [
  366. [
  367. "acl_enable",
  368. "=",
  369. true
  370. ]
  371. ],
  372. "attrs": []
  373. }
  374. }
  375. ]
  376. }
  377. },
  378. {
  379. "variable": "host_path_config",
  380. "label": "Host Path Configuration",
  381. "schema": {
  382. "type": "dict",
  383. "show_if": [
  384. [
  385. "type",
  386. "=",
  387. "host_path"
  388. ]
  389. ],
  390. "attrs": [
  391. {
  392. "variable": "acl_enable",
  393. "label": "Enable ACL",
  394. "description": "Enable ACL for the storage.",
  395. "schema": {
  396. "type": "boolean",
  397. "default": false
  398. }
  399. },
  400. {
  401. "variable": "acl",
  402. "label": "ACL Configuration",
  403. "schema": {
  404. "type": "dict",
  405. "show_if": [
  406. [
  407. "acl_enable",
  408. "=",
  409. true
  410. ]
  411. ],
  412. "attrs": [],
  413. "$ref": [
  414. "normalize/acl"
  415. ]
  416. }
  417. },
  418. {
  419. "variable": "path",
  420. "label": "Host Path",
  421. "description": "The host path to use for storage.",
  422. "schema": {
  423. "type": "hostpath",
  424. "show_if": [
  425. [
  426. "acl_enable",
  427. "=",
  428. false
  429. ]
  430. ],
  431. "required": true
  432. }
  433. }
  434. ]
  435. }
  436. }
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "postgres_data",
  442. "label": "Postgres Data Storage",
  443. "schema": {
  444. "type": "dict",
  445. "attrs": [
  446. {
  447. "variable": "type",
  448. "label": "Type",
  449. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  450. "schema": {
  451. "type": "string",
  452. "required": true,
  453. "default": "ix_volume",
  454. "enum": [
  455. {
  456. "value": "host_path",
  457. "description": "Host Path (Path that already exists on the system)"
  458. },
  459. {
  460. "value": "ix_volume",
  461. "description": "ixVolume (Dataset created automatically by the system)"
  462. }
  463. ]
  464. }
  465. },
  466. {
  467. "variable": "ix_volume_config",
  468. "label": "ixVolume Configuration",
  469. "description": "The configuration for the ixVolume dataset.",
  470. "schema": {
  471. "type": "dict",
  472. "show_if": [
  473. [
  474. "type",
  475. "=",
  476. "ix_volume"
  477. ]
  478. ],
  479. "$ref": [
  480. "normalize/ix_volume"
  481. ],
  482. "attrs": [
  483. {
  484. "variable": "acl_enable",
  485. "label": "Enable ACL",
  486. "description": "Enable ACL for the storage.",
  487. "schema": {
  488. "type": "boolean",
  489. "default": false
  490. }
  491. },
  492. {
  493. "variable": "dataset_name",
  494. "label": "Dataset Name",
  495. "description": "The name of the dataset to use for storage.",
  496. "schema": {
  497. "type": "string",
  498. "required": true,
  499. "hidden": true,
  500. "default": "postgres_data"
  501. }
  502. },
  503. {
  504. "variable": "acl_entries",
  505. "label": "ACL Configuration",
  506. "schema": {
  507. "type": "dict",
  508. "show_if": [
  509. [
  510. "acl_enable",
  511. "=",
  512. true
  513. ]
  514. ],
  515. "attrs": []
  516. }
  517. }
  518. ]
  519. }
  520. },
  521. {
  522. "variable": "host_path_config",
  523. "label": "Host Path Configuration",
  524. "schema": {
  525. "type": "dict",
  526. "show_if": [
  527. [
  528. "type",
  529. "=",
  530. "host_path"
  531. ]
  532. ],
  533. "attrs": [
  534. {
  535. "variable": "acl_enable",
  536. "label": "Enable ACL",
  537. "description": "Enable ACL for the storage.",
  538. "schema": {
  539. "type": "boolean",
  540. "default": false
  541. }
  542. },
  543. {
  544. "variable": "acl",
  545. "label": "ACL Configuration",
  546. "schema": {
  547. "type": "dict",
  548. "show_if": [
  549. [
  550. "acl_enable",
  551. "=",
  552. true
  553. ]
  554. ],
  555. "attrs": [],
  556. "$ref": [
  557. "normalize/acl"
  558. ]
  559. }
  560. },
  561. {
  562. "variable": "path",
  563. "label": "Host Path",
  564. "description": "The host path to use for storage.",
  565. "schema": {
  566. "type": "hostpath",
  567. "show_if": [
  568. [
  569. "acl_enable",
  570. "=",
  571. false
  572. ]
  573. ],
  574. "required": true
  575. }
  576. },
  577. {
  578. "variable": "auto_permissions",
  579. "label": "Automatic Permissions",
  580. "description": "Automatically set permissions for the host path.\nEnabling this, will check the top level directory,</br>\nIf it finds incorrect permissions, it will `chown` the\nhost path to the user and group required for the\npostgres container.\n",
  581. "schema": {
  582. "type": "boolean",
  583. "default": false,
  584. "show_if": [
  585. [
  586. "acl_enable",
  587. "=",
  588. false
  589. ]
  590. ]
  591. }
  592. }
  593. ]
  594. }
  595. }
  596. ]
  597. }
  598. },
  599. {
  600. "variable": "additional_storage",
  601. "label": "Additional Storage",
  602. "schema": {
  603. "type": "list",
  604. "default": [],
  605. "items": [
  606. {
  607. "variable": "storageEntry",
  608. "label": "Storage Entry",
  609. "schema": {
  610. "type": "dict",
  611. "attrs": [
  612. {
  613. "variable": "type",
  614. "label": "Type",
  615. "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 as a volume.\n",
  616. "schema": {
  617. "type": "string",
  618. "required": true,
  619. "default": "ix_volume",
  620. "enum": [
  621. {
  622. "value": "host_path",
  623. "description": "Host Path (Path that already exists on the system)"
  624. },
  625. {
  626. "value": "ix_volume",
  627. "description": "ixVolume (Dataset created automatically by the system)"
  628. },
  629. {
  630. "value": "cifs",
  631. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  632. }
  633. ]
  634. }
  635. },
  636. {
  637. "variable": "read_only",
  638. "label": "Read Only",
  639. "description": "Mount the volume as read only.",
  640. "schema": {
  641. "type": "boolean",
  642. "default": false
  643. }
  644. },
  645. {
  646. "variable": "mount_path",
  647. "label": "Mount Path",
  648. "description": "The path inside the container to mount the storage.",
  649. "schema": {
  650. "type": "path",
  651. "required": true
  652. }
  653. },
  654. {
  655. "variable": "host_path_config",
  656. "label": "Host Path Configuration",
  657. "schema": {
  658. "type": "dict",
  659. "show_if": [
  660. [
  661. "type",
  662. "=",
  663. "host_path"
  664. ]
  665. ],
  666. "attrs": [
  667. {
  668. "variable": "acl_enable",
  669. "label": "Enable ACL",
  670. "description": "Enable ACL for the storage.",
  671. "schema": {
  672. "type": "boolean",
  673. "default": false
  674. }
  675. },
  676. {
  677. "variable": "acl",
  678. "label": "ACL Configuration",
  679. "schema": {
  680. "type": "dict",
  681. "show_if": [
  682. [
  683. "acl_enable",
  684. "=",
  685. true
  686. ]
  687. ],
  688. "attrs": [],
  689. "$ref": [
  690. "normalize/acl"
  691. ]
  692. }
  693. },
  694. {
  695. "variable": "path",
  696. "label": "Host Path",
  697. "description": "The host path to use for storage.",
  698. "schema": {
  699. "type": "hostpath",
  700. "show_if": [
  701. [
  702. "acl_enable",
  703. "=",
  704. false
  705. ]
  706. ],
  707. "required": true
  708. }
  709. }
  710. ]
  711. }
  712. },
  713. {
  714. "variable": "ix_volume_config",
  715. "label": "ixVolume Configuration",
  716. "description": "The configuration for the ixVolume dataset.",
  717. "schema": {
  718. "type": "dict",
  719. "show_if": [
  720. [
  721. "type",
  722. "=",
  723. "ix_volume"
  724. ]
  725. ],
  726. "$ref": [
  727. "normalize/ix_volume"
  728. ],
  729. "attrs": [
  730. {
  731. "variable": "acl_enable",
  732. "label": "Enable ACL",
  733. "description": "Enable ACL for the storage.",
  734. "schema": {
  735. "type": "boolean",
  736. "default": false
  737. }
  738. },
  739. {
  740. "variable": "dataset_name",
  741. "label": "Dataset Name",
  742. "description": "The name of the dataset to use for storage.",
  743. "schema": {
  744. "type": "string",
  745. "required": true,
  746. "default": "storage_entry"
  747. }
  748. },
  749. {
  750. "variable": "acl_entries",
  751. "label": "ACL Configuration",
  752. "schema": {
  753. "type": "dict",
  754. "show_if": [
  755. [
  756. "acl_enable",
  757. "=",
  758. true
  759. ]
  760. ],
  761. "attrs": [],
  762. "$ref": [
  763. "normalize/acl"
  764. ]
  765. }
  766. }
  767. ]
  768. }
  769. },
  770. {
  771. "variable": "cifs_config",
  772. "label": "SMB Configuration",
  773. "description": "The configuration for the SMB dataset.",
  774. "schema": {
  775. "type": "dict",
  776. "show_if": [
  777. [
  778. "type",
  779. "=",
  780. "cifs"
  781. ]
  782. ],
  783. "attrs": [
  784. {
  785. "variable": "server",
  786. "label": "Server",
  787. "description": "The server to mount the SMB share.",
  788. "schema": {
  789. "type": "string",
  790. "required": true
  791. }
  792. },
  793. {
  794. "variable": "path",
  795. "label": "Path",
  796. "description": "The path to mount the SMB share.",
  797. "schema": {
  798. "type": "string",
  799. "required": true
  800. }
  801. },
  802. {
  803. "variable": "username",
  804. "label": "Username",
  805. "description": "The username to use for the SMB share.",
  806. "schema": {
  807. "type": "string",
  808. "required": true
  809. }
  810. },
  811. {
  812. "variable": "password",
  813. "label": "Password",
  814. "description": "The password to use for the SMB share.",
  815. "schema": {
  816. "type": "string",
  817. "required": true,
  818. "private": true
  819. }
  820. },
  821. {
  822. "variable": "domain",
  823. "label": "Domain",
  824. "description": "The domain to use for the SMB share.",
  825. "schema": {
  826. "type": "string"
  827. }
  828. }
  829. ]
  830. }
  831. }
  832. ]
  833. }
  834. }
  835. ]
  836. }
  837. }
  838. ]
  839. }
  840. },
  841. {
  842. "variable": "labels",
  843. "label": "",
  844. "group": "Labels Configuration",
  845. "schema": {
  846. "type": "list",
  847. "default": [],
  848. "items": [
  849. {
  850. "variable": "label",
  851. "label": "Label",
  852. "schema": {
  853. "type": "dict",
  854. "attrs": [
  855. {
  856. "variable": "key",
  857. "label": "Key",
  858. "schema": {
  859. "type": "string",
  860. "required": true
  861. }
  862. },
  863. {
  864. "variable": "value",
  865. "label": "Value",
  866. "schema": {
  867. "type": "string",
  868. "required": true
  869. }
  870. },
  871. {
  872. "variable": "containers",
  873. "label": "Containers",
  874. "description": "Containers where the label should be applied",
  875. "schema": {
  876. "type": "list",
  877. "items": [
  878. {
  879. "variable": "container",
  880. "label": "Container",
  881. "schema": {
  882. "type": "string",
  883. "required": true,
  884. "enum": [
  885. {
  886. "value": "photoview",
  887. "description": "photoview"
  888. },
  889. {
  890. "value": "postgres",
  891. "description": "postgres"
  892. }
  893. ]
  894. }
  895. }
  896. ]
  897. }
  898. }
  899. ]
  900. }
  901. }
  902. ]
  903. }
  904. },
  905. {
  906. "variable": "resources",
  907. "label": "",
  908. "group": "Resources Configuration",
  909. "schema": {
  910. "type": "dict",
  911. "attrs": [
  912. {
  913. "variable": "limits",
  914. "label": "Limits",
  915. "schema": {
  916. "type": "dict",
  917. "attrs": [
  918. {
  919. "variable": "cpus",
  920. "label": "CPUs",
  921. "description": "CPUs limit for Photoview.",
  922. "schema": {
  923. "type": "int",
  924. "default": 2,
  925. "required": true
  926. }
  927. },
  928. {
  929. "variable": "memory",
  930. "label": "Memory (in MB)",
  931. "description": "Memory limit for Photoview.",
  932. "schema": {
  933. "type": "int",
  934. "default": 4096,
  935. "required": true
  936. }
  937. }
  938. ]
  939. }
  940. }
  941. ]
  942. }
  943. }
  944. ]
  945. },
  946. "readme": "<h1>Photoview</h1> <p><a href=\"https://photoview.github.io/\">Photoview</a> is a photo gallery for self-hosted personal servers</p>",
  947. "changelog": null,
  948. "chart_metadata": {
  949. "app_version": "2.4.0",
  950. "capabilities": [],
  951. "categories": [
  952. "media"
  953. ],
  954. "changelog_url": "https://github.com/photoview/photoview/releases",
  955. "date_added": "2025-07-14",
  956. "description": "Photo gallery for self-hosted personal servers",
  957. "home": "https://photoview.github.io/",
  958. "host_mounts": [],
  959. "icon": "https://media.sys.truenas.net/apps/photoview/icons/icon.svg",
  960. "keywords": [
  961. "media",
  962. "photos"
  963. ],
  964. "lib_version": "2.1.49",
  965. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  966. "maintainers": [
  967. {
  968. "email": "dev@ixsystems.com",
  969. "name": "truenas",
  970. "url": "https://www.truenas.com/"
  971. }
  972. ],
  973. "name": "photoview",
  974. "run_as_context": [
  975. {
  976. "description": "Photoview runs as any non-root user.",
  977. "gid": 568,
  978. "group_name": "photoview",
  979. "uid": 568,
  980. "user_name": "photoview"
  981. }
  982. ],
  983. "screenshots": [],
  984. "sources": [
  985. "https://github.com/photoview/photoview",
  986. "https://hub.docker.com/r/photoview/photoview"
  987. ],
  988. "title": "Photoview",
  989. "train": "community",
  990. "version": "1.0.7"
  991. }
  992. }
  993. }