No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.example.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "schemaVersion": 1,
  3. "product": "Flo",
  4. "version": "1.0.0",
  5. "channel": "stable",
  6. "releasedAt": "2026-04-20T00:00:00Z",
  7. "minBootstrapperVersion": "1.0.0",
  8. "artifacts": [
  9. {
  10. "id": "postgres",
  11. "version": "16.4",
  12. "platforms": {
  13. "win-x64": {
  14. "url": "https://updates.flo.example/stable/artifacts/postgres-16.4-win-x64.zip",
  15. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  16. "sizeBytes": 157286400,
  17. "archive": "zip",
  18. "installPath": "postgres"
  19. },
  20. "linux-x64": {
  21. "url": "https://updates.flo.example/stable/artifacts/postgres-16.4-linux-x64.tar.gz",
  22. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  23. "sizeBytes": 142606336,
  24. "archive": "tar.gz",
  25. "installPath": "postgres"
  26. }
  27. }
  28. },
  29. {
  30. "id": "ferretdb",
  31. "version": "1.24.0",
  32. "platforms": {
  33. "win-x64": {
  34. "url": "https://updates.flo.example/stable/artifacts/ferretdb-1.24.0-win-x64.zip",
  35. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  36. "sizeBytes": 31457280,
  37. "archive": "zip",
  38. "installPath": "ferretdb"
  39. },
  40. "linux-x64": {
  41. "url": "https://updates.flo.example/stable/artifacts/ferretdb-1.24.0-linux-x64.tar.gz",
  42. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  43. "sizeBytes": 28311552,
  44. "archive": "tar.gz",
  45. "installPath": "ferretdb"
  46. }
  47. }
  48. },
  49. {
  50. "id": "flo-service",
  51. "version": "1.0.0",
  52. "platforms": {
  53. "win-x64": {
  54. "url": "https://updates.flo.example/stable/artifacts/flo-service-1.0.0-win-x64.zip",
  55. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  56. "sizeBytes": 52428800,
  57. "archive": "zip",
  58. "installPath": "service"
  59. },
  60. "linux-x64": {
  61. "url": "https://updates.flo.example/stable/artifacts/flo-service-1.0.0-linux-x64.tar.gz",
  62. "sha256": "0000000000000000000000000000000000000000000000000000000000000000",
  63. "sizeBytes": 50331648,
  64. "archive": "tar.gz",
  65. "installPath": "service"
  66. }
  67. }
  68. }
  69. ]
  70. }