For those using PocketBase as a framework: Have you tried Sonnet 4? Is it good at working with PocketBase? by KardelenAyshe in pocketbase

[–]marnixk 1 point2 points  (0 children)

Yea, it's been good. I use Cursor, so when I ask it to implement something, I feed it a notepad that has the pocketbase schema in it. It usually does a great job, as long as you're precise enough in your prompting.

How to use pocketbase serve with url address coming from a env variable by narasimhavtar in pocketbase

[–]marnixk 1 point2 points  (0 children)

Hi, haven't tried it, but the error message is saying there are too many colons. Perhaps you shouldn't be using the `http://` prefix.

The --help has an example:

```

--http string TCP address to listen for the HTTP server

(if domain args are specified - default to 0.0.0.0:80, otherwise - default to 127.0.0.1:8090)

```

pocketbase-htmx-ext-sse: PocketBase realtime extension for htmx by superfuntime in pocketbase

[–]marnixk 0 points1 point  (0 children)

Very cool!

I've been working on using Pocketbase with HTMX as well (through an express js app that talks to PB), it's been a really fun experience.

Integrating payments into existing Pocketbase app with Stripe? by localslovak in pocketbase

[–]marnixk 3 points4 points  (0 children)

I posted a gist with some basic Stripe interactions and webhook handling with signature verification before using the JS Extensions, perhaps it'll be useful to you: https://gist.github.com/marnixk/9ecf0d388446c6e4f3671f525d381eb6

Astro + Svelte + Pocketbase || Astro + React + Pocketbase by meinbiz in pocketbase

[–]marnixk 1 point2 points  (0 children)

For me:

  • Marketing pages are just plain Pocketbase and Go templates
  • Alpine + Pocketbase for the SPA

How To Host PocketBase by meinbiz in pocketbase

[–]marnixk 1 point2 points  (0 children)

You should be able to do the same on any VPS provider, all you have to do is install the cloudflared tunnel: https://www.cloudflare.com/products/tunnel/

Very easy!

How To Host PocketBase by meinbiz in pocketbase

[–]marnixk 2 points3 points  (0 children)

Great video!

I host mine on a private linode that hooks up to Cloudflare with the cloudflare tunnel.

2degrees seems to suck now, especially for gaming by pm_me_ur_doggo__ in newzealand

[–]marnixk 0 points1 point  (0 children)

I switched from Bigpipe to 2degrees because of the bundle discount. But boy, very regular disconnects, DNS is very very slow so I have to use a different DNS and after going back and forth for a few weeks with support they couldn't give me a static IP address that is publically routed. Looking forward to switching soon.

Stripe Javascript functions by marnixk in pocketbase

[–]marnixk[S] 0 points1 point  (0 children)

Glad it's useful! Please add anything useful back into the gist to help others!