app_versions.json 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  1. {
  2. "1.0.0": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/adventurelog/1.0.0",
  7. "last_update": "2025-09-03 10:24:37",
  8. "required_features": [],
  9. "human_version": "0.11.0_1.0.0",
  10. "version": "1.0.0",
  11. "app_metadata": {
  12. "app_version": "0.11.0",
  13. "capabilities": [
  14. {
  15. "description": "Backend is able to change file ownership arbitrarily",
  16. "name": "CHOWN"
  17. },
  18. {
  19. "description": "Backend is able to bypass file permission checks",
  20. "name": "DAC_OVERRIDE"
  21. },
  22. {
  23. "description": "Backend is able to bypass permission checks for file operations",
  24. "name": "FOWNER"
  25. },
  26. {
  27. "description": "Backend is able to change group ID of processes",
  28. "name": "SETGID"
  29. },
  30. {
  31. "description": "Backend is able to change user ID of processes",
  32. "name": "SETUID"
  33. }
  34. ],
  35. "categories": [
  36. "productivity"
  37. ],
  38. "changelog_url": "https://github.com/seanmorley15/AdventureLog/releases",
  39. "date_added": "2025-09-02",
  40. "description": "Self-hostable travel tracker and trip planner.",
  41. "home": "https://adventurelog.app/",
  42. "host_mounts": [],
  43. "icon": "https://media.sys.truenas.net/apps/adventurelog/icons/icon.svg",
  44. "keywords": [
  45. "adventure",
  46. "location",
  47. "tracker",
  48. "planner"
  49. ],
  50. "lib_version": "2.1.49",
  51. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  52. "maintainers": [
  53. {
  54. "email": "dev@ixsystems.com",
  55. "name": "truenas",
  56. "url": "https://www.truenas.com/"
  57. }
  58. ],
  59. "name": "adventurelog",
  60. "run_as_context": [
  61. {
  62. "description": "AdventureLog Backend runs as root user.",
  63. "gid": 0,
  64. "group_name": "root",
  65. "uid": 0,
  66. "user_name": "root"
  67. },
  68. {
  69. "description": "AdventureLog Frontend runs as root user.",
  70. "gid": 1000,
  71. "group_name": "adventurelog",
  72. "uid": 1000,
  73. "user_name": "adventurelog"
  74. },
  75. {
  76. "description": "Postgres runs as non-root user.",
  77. "gid": 999,
  78. "group_name": "postgres",
  79. "uid": 999,
  80. "user_name": "postgres"
  81. }
  82. ],
  83. "screenshots": [],
  84. "sources": [
  85. "https://github.com/seanmorley15/AdventureLog"
  86. ],
  87. "title": "AdventureLog",
  88. "train": "community",
  89. "version": "1.0.0"
  90. },
  91. "schema": {
  92. "groups": [
  93. {
  94. "name": "AdventureLog Configuration",
  95. "description": "Configure AdventureLog"
  96. },
  97. {
  98. "name": "Network Configuration",
  99. "description": "Configure Network for AdventureLog"
  100. },
  101. {
  102. "name": "Storage Configuration",
  103. "description": "Configure Storage for AdventureLog"
  104. },
  105. {
  106. "name": "Labels Configuration",
  107. "description": "Configure Labels for AdventureLog"
  108. },
  109. {
  110. "name": "Resources Configuration",
  111. "description": "Configure Resources for AdventureLog"
  112. }
  113. ],
  114. "questions": [
  115. {
  116. "variable": "TZ",
  117. "group": "AdventureLog Configuration",
  118. "label": "Timezone",
  119. "schema": {
  120. "type": "string",
  121. "default": "Etc/UTC",
  122. "required": true,
  123. "$ref": [
  124. "definitions/timezone"
  125. ]
  126. }
  127. },
  128. {
  129. "variable": "adventurelog",
  130. "label": "",
  131. "group": "AdventureLog Configuration",
  132. "schema": {
  133. "type": "dict",
  134. "attrs": [
  135. {
  136. "variable": "db_password",
  137. "label": "Database Password",
  138. "description": "The password for AdventureLog.",
  139. "schema": {
  140. "type": "string",
  141. "default": "",
  142. "required": true,
  143. "private": true
  144. }
  145. },
  146. {
  147. "variable": "secret_key",
  148. "label": "Secret Key",
  149. "schema": {
  150. "type": "string",
  151. "default": "",
  152. "required": true,
  153. "private": true
  154. }
  155. },
  156. {
  157. "variable": "admin_username",
  158. "label": "Initial Admin Username",
  159. "schema": {
  160. "type": "string",
  161. "default": "",
  162. "required": true,
  163. "immutable": true
  164. }
  165. },
  166. {
  167. "variable": "admin_password",
  168. "label": "Initial Admin Password",
  169. "schema": {
  170. "type": "string",
  171. "default": "",
  172. "required": true,
  173. "private": true,
  174. "immutable": true
  175. }
  176. },
  177. {
  178. "variable": "admin_email",
  179. "label": "Initial Admin Email",
  180. "schema": {
  181. "type": "string",
  182. "default": "",
  183. "required": true,
  184. "immutable": true
  185. }
  186. },
  187. {
  188. "variable": "frontend_url",
  189. "label": "Frontend URL",
  190. "description": "The URL for the AdventureLog frontend.</br>\nUsed when generating email etc. </br>\nThis should point on the frontend port\n",
  191. "schema": {
  192. "type": "uri",
  193. "default": "",
  194. "required": true
  195. }
  196. },
  197. {
  198. "variable": "backend_url",
  199. "label": "Backend URL",
  200. "description": "The URL for the AdventureLog backend.</br>\nUsed when generating image urls etc. </br>\nThis should point on the backend port\n",
  201. "schema": {
  202. "type": "uri",
  203. "default": "",
  204. "required": true
  205. }
  206. },
  207. {
  208. "variable": "additional_envs",
  209. "label": "Additional Environment Variables",
  210. "schema": {
  211. "type": "list",
  212. "default": [],
  213. "items": [
  214. {
  215. "variable": "env",
  216. "label": "Environment Variable",
  217. "schema": {
  218. "type": "dict",
  219. "attrs": [
  220. {
  221. "variable": "name",
  222. "label": "Name",
  223. "schema": {
  224. "type": "string",
  225. "required": true
  226. }
  227. },
  228. {
  229. "variable": "value",
  230. "label": "Value",
  231. "schema": {
  232. "type": "string"
  233. }
  234. }
  235. ]
  236. }
  237. }
  238. ]
  239. }
  240. }
  241. ]
  242. }
  243. },
  244. {
  245. "variable": "network",
  246. "label": "",
  247. "group": "Network Configuration",
  248. "schema": {
  249. "type": "dict",
  250. "attrs": [
  251. {
  252. "variable": "backend_port",
  253. "label": "Backend Port",
  254. "schema": {
  255. "type": "dict",
  256. "attrs": [
  257. {
  258. "variable": "bind_mode",
  259. "label": "Port Bind Mode",
  260. "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",
  261. "schema": {
  262. "type": "string",
  263. "default": "published",
  264. "enum": [
  265. {
  266. "value": "published",
  267. "description": "Publish port on the host for external access"
  268. },
  269. {
  270. "value": "exposed",
  271. "description": "Expose port for inter-container communication"
  272. },
  273. {
  274. "value": "",
  275. "description": "None"
  276. }
  277. ]
  278. }
  279. },
  280. {
  281. "variable": "port_number",
  282. "label": "Port Number",
  283. "schema": {
  284. "type": "int",
  285. "default": 30250,
  286. "show_if": [
  287. [
  288. "bind_mode",
  289. "=",
  290. "published"
  291. ]
  292. ],
  293. "min": 1,
  294. "max": 65535,
  295. "required": true
  296. }
  297. },
  298. {
  299. "variable": "host_ips",
  300. "label": "Host IPs",
  301. "description": "IPs on the host to bind this port",
  302. "schema": {
  303. "type": "list",
  304. "show_if": [
  305. [
  306. "bind_mode",
  307. "=",
  308. "published"
  309. ]
  310. ],
  311. "default": [],
  312. "items": [
  313. {
  314. "variable": "host_ip",
  315. "label": "Host IP",
  316. "schema": {
  317. "type": "string",
  318. "required": true,
  319. "$ref": [
  320. "definitions/node_bind_ip"
  321. ]
  322. }
  323. }
  324. ]
  325. }
  326. }
  327. ]
  328. }
  329. },
  330. {
  331. "variable": "frontend_port",
  332. "label": "Frontend Port",
  333. "schema": {
  334. "type": "dict",
  335. "attrs": [
  336. {
  337. "variable": "bind_mode",
  338. "label": "Port Bind Mode",
  339. "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",
  340. "schema": {
  341. "type": "string",
  342. "default": "published",
  343. "enum": [
  344. {
  345. "value": "published",
  346. "description": "Publish port on the host for external access"
  347. },
  348. {
  349. "value": "exposed",
  350. "description": "Expose port for inter-container communication"
  351. },
  352. {
  353. "value": "",
  354. "description": "None"
  355. }
  356. ]
  357. }
  358. },
  359. {
  360. "variable": "port_number",
  361. "label": "Port Number",
  362. "schema": {
  363. "type": "int",
  364. "default": 30251,
  365. "show_if": [
  366. [
  367. "bind_mode",
  368. "=",
  369. "published"
  370. ]
  371. ],
  372. "min": 1,
  373. "max": 65535,
  374. "required": true
  375. }
  376. },
  377. {
  378. "variable": "host_ips",
  379. "label": "Host IPs",
  380. "description": "IPs on the host to bind this port",
  381. "schema": {
  382. "type": "list",
  383. "show_if": [
  384. [
  385. "bind_mode",
  386. "=",
  387. "published"
  388. ]
  389. ],
  390. "default": [],
  391. "items": [
  392. {
  393. "variable": "host_ip",
  394. "label": "Host IP",
  395. "schema": {
  396. "type": "string",
  397. "required": true,
  398. "$ref": [
  399. "definitions/node_bind_ip"
  400. ]
  401. }
  402. }
  403. ]
  404. }
  405. }
  406. ]
  407. }
  408. }
  409. ]
  410. }
  411. },
  412. {
  413. "variable": "storage",
  414. "label": "",
  415. "group": "Storage Configuration",
  416. "schema": {
  417. "type": "dict",
  418. "attrs": [
  419. {
  420. "variable": "media",
  421. "label": "Media Storage",
  422. "schema": {
  423. "type": "dict",
  424. "attrs": [
  425. {
  426. "variable": "type",
  427. "label": "Type",
  428. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  429. "schema": {
  430. "type": "string",
  431. "required": true,
  432. "default": "ix_volume",
  433. "enum": [
  434. {
  435. "value": "host_path",
  436. "description": "Host Path (Path that already exists on the system)"
  437. },
  438. {
  439. "value": "ix_volume",
  440. "description": "ixVolume (Dataset created automatically by the system)"
  441. }
  442. ]
  443. }
  444. },
  445. {
  446. "variable": "ix_volume_config",
  447. "label": "ixVolume Configuration",
  448. "description": "The configuration for the ixVolume dataset.",
  449. "schema": {
  450. "type": "dict",
  451. "show_if": [
  452. [
  453. "type",
  454. "=",
  455. "ix_volume"
  456. ]
  457. ],
  458. "$ref": [
  459. "normalize/ix_volume"
  460. ],
  461. "attrs": [
  462. {
  463. "variable": "acl_enable",
  464. "label": "Enable ACL",
  465. "description": "Enable ACL for the storage.",
  466. "schema": {
  467. "type": "boolean",
  468. "default": false
  469. }
  470. },
  471. {
  472. "variable": "dataset_name",
  473. "label": "Dataset Name",
  474. "description": "The name of the dataset to use for storage.",
  475. "schema": {
  476. "type": "string",
  477. "required": true,
  478. "hidden": true,
  479. "default": "media"
  480. }
  481. },
  482. {
  483. "variable": "acl_entries",
  484. "label": "ACL Configuration",
  485. "schema": {
  486. "type": "dict",
  487. "show_if": [
  488. [
  489. "acl_enable",
  490. "=",
  491. true
  492. ]
  493. ],
  494. "attrs": []
  495. }
  496. }
  497. ]
  498. }
  499. },
  500. {
  501. "variable": "host_path_config",
  502. "label": "Host Path Configuration",
  503. "schema": {
  504. "type": "dict",
  505. "show_if": [
  506. [
  507. "type",
  508. "=",
  509. "host_path"
  510. ]
  511. ],
  512. "attrs": [
  513. {
  514. "variable": "acl_enable",
  515. "label": "Enable ACL",
  516. "description": "Enable ACL for the storage.",
  517. "schema": {
  518. "type": "boolean",
  519. "default": false
  520. }
  521. },
  522. {
  523. "variable": "acl",
  524. "label": "ACL Configuration",
  525. "schema": {
  526. "type": "dict",
  527. "show_if": [
  528. [
  529. "acl_enable",
  530. "=",
  531. true
  532. ]
  533. ],
  534. "attrs": [],
  535. "$ref": [
  536. "normalize/acl"
  537. ]
  538. }
  539. },
  540. {
  541. "variable": "path",
  542. "label": "Host Path",
  543. "description": "The host path to use for storage.",
  544. "schema": {
  545. "type": "hostpath",
  546. "show_if": [
  547. [
  548. "acl_enable",
  549. "=",
  550. false
  551. ]
  552. ],
  553. "required": true
  554. }
  555. }
  556. ]
  557. }
  558. }
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "postgres_data",
  564. "label": "Postgres Data Storage",
  565. "description": "The path to store Postgres Data.",
  566. "schema": {
  567. "type": "dict",
  568. "attrs": [
  569. {
  570. "variable": "type",
  571. "label": "Type",
  572. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  573. "schema": {
  574. "type": "string",
  575. "required": true,
  576. "default": "ix_volume",
  577. "enum": [
  578. {
  579. "value": "host_path",
  580. "description": "Host Path (Path that already exists on the system)"
  581. },
  582. {
  583. "value": "ix_volume",
  584. "description": "ixVolume (Dataset created automatically by the system)"
  585. }
  586. ]
  587. }
  588. },
  589. {
  590. "variable": "ix_volume_config",
  591. "label": "ixVolume Configuration",
  592. "description": "The configuration for the ixVolume dataset.",
  593. "schema": {
  594. "type": "dict",
  595. "show_if": [
  596. [
  597. "type",
  598. "=",
  599. "ix_volume"
  600. ]
  601. ],
  602. "$ref": [
  603. "normalize/ix_volume"
  604. ],
  605. "attrs": [
  606. {
  607. "variable": "acl_enable",
  608. "label": "Enable ACL",
  609. "description": "Enable ACL for the storage.",
  610. "schema": {
  611. "type": "boolean",
  612. "default": false
  613. }
  614. },
  615. {
  616. "variable": "dataset_name",
  617. "label": "Dataset Name",
  618. "description": "The name of the dataset to use for storage.",
  619. "schema": {
  620. "type": "string",
  621. "required": true,
  622. "hidden": true,
  623. "default": "pg_data"
  624. }
  625. },
  626. {
  627. "variable": "acl_entries",
  628. "label": "ACL Configuration",
  629. "schema": {
  630. "type": "dict",
  631. "show_if": [
  632. [
  633. "acl_enable",
  634. "=",
  635. true
  636. ]
  637. ],
  638. "attrs": []
  639. }
  640. }
  641. ]
  642. }
  643. },
  644. {
  645. "variable": "host_path_config",
  646. "label": "Host Path Configuration",
  647. "schema": {
  648. "type": "dict",
  649. "show_if": [
  650. [
  651. "type",
  652. "=",
  653. "host_path"
  654. ]
  655. ],
  656. "attrs": [
  657. {
  658. "variable": "acl_enable",
  659. "label": "Enable ACL",
  660. "description": "Enable ACL for the storage.",
  661. "schema": {
  662. "type": "boolean",
  663. "default": false
  664. }
  665. },
  666. {
  667. "variable": "acl",
  668. "label": "ACL Configuration",
  669. "schema": {
  670. "type": "dict",
  671. "show_if": [
  672. [
  673. "acl_enable",
  674. "=",
  675. true
  676. ]
  677. ],
  678. "attrs": [],
  679. "$ref": [
  680. "normalize/acl"
  681. ]
  682. }
  683. },
  684. {
  685. "variable": "path",
  686. "label": "Host Path",
  687. "description": "The host path to use for storage.",
  688. "schema": {
  689. "type": "hostpath",
  690. "show_if": [
  691. [
  692. "acl_enable",
  693. "=",
  694. false
  695. ]
  696. ],
  697. "required": true
  698. }
  699. },
  700. {
  701. "variable": "auto_permissions",
  702. "label": "Automatic Permissions",
  703. "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",
  704. "schema": {
  705. "type": "boolean",
  706. "default": false,
  707. "show_if": [
  708. [
  709. "acl_enable",
  710. "=",
  711. false
  712. ]
  713. ]
  714. }
  715. }
  716. ]
  717. }
  718. }
  719. ]
  720. }
  721. },
  722. {
  723. "variable": "additional_storage",
  724. "label": "Additional Storage",
  725. "schema": {
  726. "type": "list",
  727. "default": [],
  728. "items": [
  729. {
  730. "variable": "storageEntry",
  731. "label": "Storage Entry",
  732. "schema": {
  733. "type": "dict",
  734. "attrs": [
  735. {
  736. "variable": "type",
  737. "label": "Type",
  738. "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",
  739. "schema": {
  740. "type": "string",
  741. "required": true,
  742. "default": "ix_volume",
  743. "enum": [
  744. {
  745. "value": "host_path",
  746. "description": "Host Path (Path that already exists on the system)"
  747. },
  748. {
  749. "value": "ix_volume",
  750. "description": "ixVolume (Dataset created automatically by the system)"
  751. },
  752. {
  753. "value": "cifs",
  754. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  755. }
  756. ]
  757. }
  758. },
  759. {
  760. "variable": "read_only",
  761. "label": "Read Only",
  762. "description": "Mount the volume as read only.",
  763. "schema": {
  764. "type": "boolean",
  765. "default": false
  766. }
  767. },
  768. {
  769. "variable": "mount_path",
  770. "label": "Mount Path",
  771. "description": "The path inside the container to mount the storage.",
  772. "schema": {
  773. "type": "path",
  774. "required": true
  775. }
  776. },
  777. {
  778. "variable": "host_path_config",
  779. "label": "Host Path Configuration",
  780. "schema": {
  781. "type": "dict",
  782. "show_if": [
  783. [
  784. "type",
  785. "=",
  786. "host_path"
  787. ]
  788. ],
  789. "attrs": [
  790. {
  791. "variable": "acl_enable",
  792. "label": "Enable ACL",
  793. "description": "Enable ACL for the storage.",
  794. "schema": {
  795. "type": "boolean",
  796. "default": false
  797. }
  798. },
  799. {
  800. "variable": "acl",
  801. "label": "ACL Configuration",
  802. "schema": {
  803. "type": "dict",
  804. "show_if": [
  805. [
  806. "acl_enable",
  807. "=",
  808. true
  809. ]
  810. ],
  811. "attrs": [],
  812. "$ref": [
  813. "normalize/acl"
  814. ]
  815. }
  816. },
  817. {
  818. "variable": "path",
  819. "label": "Host Path",
  820. "description": "The host path to use for storage.",
  821. "schema": {
  822. "type": "hostpath",
  823. "show_if": [
  824. [
  825. "acl_enable",
  826. "=",
  827. false
  828. ]
  829. ],
  830. "required": true
  831. }
  832. }
  833. ]
  834. }
  835. },
  836. {
  837. "variable": "ix_volume_config",
  838. "label": "ixVolume Configuration",
  839. "description": "The configuration for the ixVolume dataset.",
  840. "schema": {
  841. "type": "dict",
  842. "show_if": [
  843. [
  844. "type",
  845. "=",
  846. "ix_volume"
  847. ]
  848. ],
  849. "$ref": [
  850. "normalize/ix_volume"
  851. ],
  852. "attrs": [
  853. {
  854. "variable": "acl_enable",
  855. "label": "Enable ACL",
  856. "description": "Enable ACL for the storage.",
  857. "schema": {
  858. "type": "boolean",
  859. "default": false
  860. }
  861. },
  862. {
  863. "variable": "dataset_name",
  864. "label": "Dataset Name",
  865. "description": "The name of the dataset to use for storage.",
  866. "schema": {
  867. "type": "string",
  868. "required": true,
  869. "default": "storage_entry"
  870. }
  871. },
  872. {
  873. "variable": "acl_entries",
  874. "label": "ACL Configuration",
  875. "schema": {
  876. "type": "dict",
  877. "show_if": [
  878. [
  879. "acl_enable",
  880. "=",
  881. true
  882. ]
  883. ],
  884. "attrs": [],
  885. "$ref": [
  886. "normalize/acl"
  887. ]
  888. }
  889. }
  890. ]
  891. }
  892. },
  893. {
  894. "variable": "cifs_config",
  895. "label": "SMB Configuration",
  896. "description": "The configuration for the SMB dataset.",
  897. "schema": {
  898. "type": "dict",
  899. "show_if": [
  900. [
  901. "type",
  902. "=",
  903. "cifs"
  904. ]
  905. ],
  906. "attrs": [
  907. {
  908. "variable": "server",
  909. "label": "Server",
  910. "description": "The server to mount the SMB share.",
  911. "schema": {
  912. "type": "string",
  913. "required": true
  914. }
  915. },
  916. {
  917. "variable": "path",
  918. "label": "Path",
  919. "description": "The path to mount the SMB share.",
  920. "schema": {
  921. "type": "string",
  922. "required": true
  923. }
  924. },
  925. {
  926. "variable": "username",
  927. "label": "Username",
  928. "description": "The username to use for the SMB share.",
  929. "schema": {
  930. "type": "string",
  931. "required": true
  932. }
  933. },
  934. {
  935. "variable": "password",
  936. "label": "Password",
  937. "description": "The password to use for the SMB share.",
  938. "schema": {
  939. "type": "string",
  940. "required": true,
  941. "private": true
  942. }
  943. },
  944. {
  945. "variable": "domain",
  946. "label": "Domain",
  947. "description": "The domain to use for the SMB share.",
  948. "schema": {
  949. "type": "string"
  950. }
  951. }
  952. ]
  953. }
  954. }
  955. ]
  956. }
  957. }
  958. ]
  959. }
  960. }
  961. ]
  962. }
  963. },
  964. {
  965. "variable": "labels",
  966. "label": "",
  967. "group": "Labels Configuration",
  968. "schema": {
  969. "type": "list",
  970. "default": [],
  971. "items": [
  972. {
  973. "variable": "label",
  974. "label": "Label",
  975. "schema": {
  976. "type": "dict",
  977. "attrs": [
  978. {
  979. "variable": "key",
  980. "label": "Key",
  981. "schema": {
  982. "type": "string",
  983. "required": true
  984. }
  985. },
  986. {
  987. "variable": "value",
  988. "label": "Value",
  989. "schema": {
  990. "type": "string",
  991. "required": true
  992. }
  993. },
  994. {
  995. "variable": "containers",
  996. "label": "Containers",
  997. "description": "Containers where the label should be applied",
  998. "schema": {
  999. "type": "list",
  1000. "items": [
  1001. {
  1002. "variable": "container",
  1003. "label": "Container",
  1004. "schema": {
  1005. "type": "string",
  1006. "required": true,
  1007. "enum": [
  1008. {
  1009. "value": "backend",
  1010. "description": "backend"
  1011. },
  1012. {
  1013. "value": "frontend",
  1014. "description": "frontend"
  1015. },
  1016. {
  1017. "value": "postgis",
  1018. "description": "postgis"
  1019. }
  1020. ]
  1021. }
  1022. }
  1023. ]
  1024. }
  1025. }
  1026. ]
  1027. }
  1028. }
  1029. ]
  1030. }
  1031. },
  1032. {
  1033. "variable": "resources",
  1034. "label": "",
  1035. "group": "Resources Configuration",
  1036. "schema": {
  1037. "type": "dict",
  1038. "attrs": [
  1039. {
  1040. "variable": "limits",
  1041. "label": "Limits",
  1042. "schema": {
  1043. "type": "dict",
  1044. "attrs": [
  1045. {
  1046. "variable": "cpus",
  1047. "label": "CPUs",
  1048. "description": "CPUs limit for AdventureLog.",
  1049. "schema": {
  1050. "type": "int",
  1051. "default": 2,
  1052. "required": true
  1053. }
  1054. },
  1055. {
  1056. "variable": "memory",
  1057. "label": "Memory (in MB)",
  1058. "description": "Memory limit for AdventureLog.",
  1059. "schema": {
  1060. "type": "int",
  1061. "default": 4096,
  1062. "required": true
  1063. }
  1064. }
  1065. ]
  1066. }
  1067. }
  1068. ]
  1069. }
  1070. }
  1071. ]
  1072. },
  1073. "readme": "<h1>AdventureLog</h1> <p><a href=\"https://adventurelog.app/\">AdventureLog</a> is a self-hostable travel tracker and trip planner.</p>",
  1074. "changelog": null,
  1075. "chart_metadata": {
  1076. "app_version": "0.11.0",
  1077. "capabilities": [
  1078. {
  1079. "description": "Backend is able to change file ownership arbitrarily",
  1080. "name": "CHOWN"
  1081. },
  1082. {
  1083. "description": "Backend is able to bypass file permission checks",
  1084. "name": "DAC_OVERRIDE"
  1085. },
  1086. {
  1087. "description": "Backend is able to bypass permission checks for file operations",
  1088. "name": "FOWNER"
  1089. },
  1090. {
  1091. "description": "Backend is able to change group ID of processes",
  1092. "name": "SETGID"
  1093. },
  1094. {
  1095. "description": "Backend is able to change user ID of processes",
  1096. "name": "SETUID"
  1097. }
  1098. ],
  1099. "categories": [
  1100. "productivity"
  1101. ],
  1102. "changelog_url": "https://github.com/seanmorley15/AdventureLog/releases",
  1103. "date_added": "2025-09-02",
  1104. "description": "Self-hostable travel tracker and trip planner.",
  1105. "home": "https://adventurelog.app/",
  1106. "host_mounts": [],
  1107. "icon": "https://media.sys.truenas.net/apps/adventurelog/icons/icon.svg",
  1108. "keywords": [
  1109. "adventure",
  1110. "location",
  1111. "tracker",
  1112. "planner"
  1113. ],
  1114. "lib_version": "2.1.49",
  1115. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  1116. "maintainers": [
  1117. {
  1118. "email": "dev@ixsystems.com",
  1119. "name": "truenas",
  1120. "url": "https://www.truenas.com/"
  1121. }
  1122. ],
  1123. "name": "adventurelog",
  1124. "run_as_context": [
  1125. {
  1126. "description": "AdventureLog Backend runs as root user.",
  1127. "gid": 0,
  1128. "group_name": "root",
  1129. "uid": 0,
  1130. "user_name": "root"
  1131. },
  1132. {
  1133. "description": "AdventureLog Frontend runs as root user.",
  1134. "gid": 1000,
  1135. "group_name": "adventurelog",
  1136. "uid": 1000,
  1137. "user_name": "adventurelog"
  1138. },
  1139. {
  1140. "description": "Postgres runs as non-root user.",
  1141. "gid": 999,
  1142. "group_name": "postgres",
  1143. "uid": 999,
  1144. "user_name": "postgres"
  1145. }
  1146. ],
  1147. "screenshots": [],
  1148. "sources": [
  1149. "https://github.com/seanmorley15/AdventureLog"
  1150. ],
  1151. "title": "AdventureLog",
  1152. "train": "community",
  1153. "version": "1.0.0"
  1154. }
  1155. }
  1156. }