bookstack.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "categories": [
  3. "Wiki"
  4. ],
  5. "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
  6. "env": [
  7. {
  8. "default": "1000",
  9. "label": "PUID",
  10. "name": "PUID"
  11. },
  12. {
  13. "default": "1000",
  14. "label": "PGID",
  15. "name": "PGID"
  16. },
  17. {
  18. "default": "America/New_York",
  19. "label": "TZ",
  20. "name": "TZ"
  21. },
  22. {
  23. "label": "DATABASE_PASSWORD",
  24. "name": "DATABASE_PASSWORD"
  25. },
  26. {
  27. "label": "MYSQL_ROOT_PASSWORD",
  28. "name": "MYSQL_ROOT_PASSWORD"
  29. },
  30. {
  31. "default": "http://192.168.X.Y:6875",
  32. "description": "Address to access Bookstack. If using a domain, add it here. If not set correctly the app will not be accessible",
  33. "label": "APP_URL",
  34. "name": "APP_URL"
  35. },
  36. {
  37. "default": "6875",
  38. "label": "PORT",
  39. "name": "PORT"
  40. }
  41. ],
  42. "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/bookstack2.png",
  43. "name": "bookstack",
  44. "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
  45. "officialDoc": "https://www.bookstackapp.com/docs/admin/installation/#docker",
  46. "platform": "linux",
  47. "repository": {
  48. "stackfile32": "stack/bookstack.yml",
  49. "stackfile64": "stack/bookstack.yml",
  50. "url": "https://github.com/pi-hosted/pi-hosted"
  51. },
  52. "title": "Bookstack",
  53. "type": 3,
  54. "webpage": "https://www.bookstackapp.com/"
  55. }