app.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. app_version: 0.11.0
  2. capabilities:
  3. - description: Backend is able to change file ownership arbitrarily
  4. name: CHOWN
  5. - description: Backend is able to bypass file permission checks
  6. name: DAC_OVERRIDE
  7. - description: Backend is able to bypass permission checks for file operations
  8. name: FOWNER
  9. - description: Backend is able to change group ID of processes
  10. name: SETGID
  11. - description: Backend is able to change user ID of processes
  12. name: SETUID
  13. categories:
  14. - productivity
  15. changelog_url: https://github.com/seanmorley15/AdventureLog/releases
  16. date_added: '2025-09-02'
  17. description: Self-hostable travel tracker and trip planner.
  18. home: https://adventurelog.app/
  19. host_mounts: []
  20. icon: https://media.sys.truenas.net/apps/adventurelog/icons/icon.svg
  21. keywords:
  22. - adventure
  23. - location
  24. - tracker
  25. - planner
  26. lib_version: 2.1.49
  27. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  28. maintainers:
  29. - email: dev@ixsystems.com
  30. name: truenas
  31. url: https://www.truenas.com/
  32. name: adventurelog
  33. run_as_context:
  34. - description: AdventureLog Backend runs as root user.
  35. gid: 0
  36. group_name: root
  37. uid: 0
  38. user_name: root
  39. - description: AdventureLog Frontend runs as root user.
  40. gid: 1000
  41. group_name: adventurelog
  42. uid: 1000
  43. user_name: adventurelog
  44. - description: Postgres runs as non-root user.
  45. gid: 999
  46. group_name: postgres
  47. uid: 999
  48. user_name: postgres
  49. screenshots: []
  50. sources:
  51. - https://github.com/seanmorley15/AdventureLog
  52. title: AdventureLog
  53. train: community
  54. version: 1.0.0