Skip to content

Commit 39f6440

Browse files
authored
Update README.md
1 parent 80e3702 commit 39f6440

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
1111
- [Official Packages](#official-packages)
1212
- [Major Community Projects](#major-community-projects)
1313
- [JSVM Plugins](#jsvm-plugins)
14+
- [Go Plugins](#go-plugins)
1415
- [React](#react)
1516
- [Svelte](#svelte)
1617
- [Vue](#vue)
@@ -21,7 +22,6 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
2122
- [Node.js](#nodejs)
2223
- [Unofficial PocketBase Clients (SDKs)](#unofficial-pocketbase-clients-sdks)
2324
- [Self Hosting](#self-hosting)
24-
- [Native Go Plugins](#native-go-plugins)
2525
- [TypeScript tools](#typescript-tools)
2626
- [SQLite tools](#sqlite-tools)
2727
- [Other tools](#other-tools)
@@ -55,11 +55,16 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
5555

5656
## JSVM Plugins
5757

58-
| Name | Description | Pocodex Installation Command | |
59-
| ----------- | -------------------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
60-
| OTP | One-Time Passwords | [pocketbase-otp](https://github.com/benallfree/pocketbase-otp) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-otp) |
61-
| PocketPages | Server-side JS pages | [pocketpages](https://github.com/benallfree/pocketpages) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketpages) |
62-
| Presigned URLs | Serve file uploads from presigned S3 URLs | [pocketbase-presigned-urls](https://github.com/benallfree/pocketbase-presigned-urls) | ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-presigned-urls) |
58+
* [pocketbase-otp](https://github.com/benallfree/pocketbase-otp) - One-Time Passwords for <=v0.22.* ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-otp)
59+
* [pocketpages](https://github.com/benallfree/pocketpages) - Server-side EJS pages for PocketBase. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketpages)
60+
* [pocketbase-presigned-urls](https://github.com/benallfree/pocketbase-presigned-urls) - Serve file uploads from presigned S3 URLs. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-presigned-urls)
61+
62+
## Go Plugins
63+
64+
- [Telegram auth](https://github.com/iamelevich/pocketbase-plugin-telegram-auth) - Add Telegram auth (Widget button and WebApp). ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-telegram-auth)
65+
- [Ngrok](https://github.com/iamelevich/pocketbase-plugin-ngrok) - Expose local PocketBase to the internet with ngrok. ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-ngrok)
66+
- [Proxy](https://github.com/iamelevich/pocketbase-plugin-proxy) - Proxy requests to another other host. Can be useful when you want to use separate server as frontend (like Next.js), but serve everything with same port. ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-proxy)
67+
- [Webhooks](https://gist.github.com/cugu/9e74f75dcad3df74370c71ff3c02085a) - Add webhook support in the admin UI to send `create`, `update` and `delete` events on selected collections via POST request to other systems.
6368

6469
## React
6570

@@ -123,13 +128,6 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
123128
- [PocketBase Docker](https://github.com/kdpuvvadi/pocketbase) - Docker images supporting multiple architectures and updated with latest PocketBase releases. ![GitHub Repo stars](https://img.shields.io/github/stars/kdpuvvadi/pocketbase)
124129
- [PocketBase on Dokku](https://github.com/blockshiftnetwork/dokku-pocketbase) - Deploy PocketBase instances on Dokku effortlessly. ![GitHub Repo stars](https://img.shields.io/github/stars/blockshiftnetwork/dokku-pocketbase)
125130

126-
## Native Go Plugins
127-
128-
- [Telegram auth](https://github.com/iamelevich/pocketbase-plugin-telegram-auth) - Add Telegram auth (Widget button and WebApp). ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-telegram-auth)
129-
- [Ngrok](https://github.com/iamelevich/pocketbase-plugin-ngrok) - Expose local PocketBase to the internet with ngrok. ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-ngrok)
130-
- [Proxy](https://github.com/iamelevich/pocketbase-plugin-proxy) - Proxy requests to another other host. Can be useful when you want to use separate server as frontend (like Next.js), but serve everything with same port. ![GitHub Repo stars](https://img.shields.io/github/stars/iamelevich/pocketbase-plugin-proxy)
131-
- [Webhooks](https://gist.github.com/cugu/9e74f75dcad3df74370c71ff3c02085a) - Add webhook support in the admin UI to send `create`, `update` and `delete` events on selected collections via POST request to other systems.
132-
133131
## TypeScript tools
134132

135133
- [pocketbase-jsvm](https://github.com/benallfree/pocketbase-jsvm) - JSVM typings. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketbase-jsvm)

0 commit comments

Comments
 (0)