Skip to content

Instantly share code, notes, and snippets.

View LargatSeif's full-sized avatar

Seifeddine Largat LargatSeif

View GitHub Profile
@LargatSeif
LargatSeif / README.md
Last active July 24, 2025 08:21 — forked from cugu/README.md
Webhooks for PocketBase

Webhooks for PocketBase (v0.29.0-migrated by me :) )

A simple webhook plugin for PocketBase.

Adds a new collection "webhooks" to the admin interface, to manage webhooks.

Example

The webhook record in the following example send create, update, and delete events in the tickets collection to http://localhost:8080/webhook.

{
"$schema": "https://raw.githubusercontent.com/reorx/jsoncv/master/schema/jsoncv.schema.json",
"basics": {
"name": "Seifeddine LARGAT",
"label": "IT Consultant",
"image": "",
"email": "[email protected]",
"phone": "(33) 07 53 93 88 19",
"url": "https://slargat.dev",
"summary": "**Richard** hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinal!) Before starting Pied Piper, he worked for Hooli as a part time software developer.\n\nWhile his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!",
@LargatSeif
LargatSeif / calendar-helper.ts
Last active June 18, 2024 17:52
some time utilisites
import {
CalendarDate,
CalendarDateTime,
Time,
ZonedDateTime,
getLocalTimeZone,
now,
parseTime,
toCalendarDateTime,
toTime,
@LargatSeif
LargatSeif / pocketbase-dockerfile
Created April 17, 2024 10:55
Pocketbase Dockerfile
FROM alpine:latest
ARG PB_VERSION=0.22.0
RUN apk add --no-cache \
unzip \
# thi is helpful for using scp to copy pb_data locally
openssh
# Download and unzip PocketBase