Silverbullet API Gateway

Hi everyone!
2 days ago I created a post about an API wrapper written in Go.

Now that I got time I finished up what I started and created an API gateway where you can use magic variables for pushing data to silverbullet. I use it to share my clipboard from my iPhone with shortcuts. It’s got a docker image. You can even deploy it alongside of silverbullet

You can check out here

Why don’t you send the data directly to silverbullet? You can do it fairly easily with a shortcut and don’t need an extra service running on your server.

I just noticed your post :smiley:

I plan to use it for other things too. I have a Proxmox Cluster and I have set up self written cloudflare domain register (basically gets the hostname and the current IP of the virtual machines and registers them to my subdomain periodically) . Current plan is that I want to have a constantly updated list of these in a readable and modifiable manner.

I also don’t want to share my password on too many places as I have other users in my environment. It’s only on the SB host machine which I can access only

In the future development I will probably change the page setting to be a value in the request so that I can modify multiple pages.