VALO 
VALO is a URL shortener redirect service that also supports proxying files from a S3 storage bucket.
If you are interested in VALO but find the documentation lacking, open an issue!
Set up
Setting up VALO requires experience with Cloudflare workers. VALO is known to work on Backblaze, but will likely work with other S3 compatible storage buckets.
- Create a Backblaze B2 bucket (or S3 bucket)
- Deploy
worker/index.js
to Cloudflare - Create the
LINKS
&ANALYTICS
KV namespaces on your Cloudflare worker - Add the
ACCESS_KEY_ID
,SECRET_ACCESS_KEY
, &BUCKET_URL
secrets to your Cloudflare worker - Visit the admin panel & connect
Developing
Cloudflare Worker
To run using wrangler:
cd worker
wrangler dev
SvelteKit
Once you've installed dependencies with npm install
, start a development server:
npm run dev