Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 978 Bytes

File metadata and controls

34 lines (23 loc) · 978 Bytes

PocketBase Hooks Manager

Simple and minimalist hooks manager for your pocketbase server. Compatible version: v0.22.x (In theory should work with lower versions as well)

Note: For a similar hooks manager that is compatible with version >=0.23.x refer to https://github.com/deselected/pb-hooks-dash


Project Structure

To use this tool, download and organise the files as follows:

your-project/
├── pb_hooks/
│   └── _hooks_manager.pb.js
├── pb_public/
│   └── hooks-manager/
│       └── index.html
└── pocketbase (executable)

Future works

  • Integrated route tester.
  • Individual editor for each route inside a .pb.js file.
  • TBA

Thanks

This project builds on the excellent work from https://github.com/deselected/pb-hooks-dash. While not a traditional fork, it uses the original repository as its base.

Big shout-out to the author for such a great project — hoping to see more updates soon!