Skip to content

A small frontend for WhiteWind, a MarkDown blog service using ATProto.

License

Notifications You must be signed in to change notification settings

hugeblank/whitebreeze

Repository files navigation

WhiteBreeze

A small frontend for WhiteWind, a MarkDown blog service using ATProto. WhiteBreeze targets a single user and is meant for someone to self-host their WhiteWind blog posts, without having to direct users to the WhiteWind website.

Usage

Development

npm install
npm run dev

Production

Change environment variables:

PUBLIC_HANDLE="myhandle.bsky.social" # Your handle, or DID

Standalone

npm install
npm run build
node index.js

Put environment variables ahead of the last command, port can also be configured with PORT.

Dockerized

Modify docker-compose.yaml and change the host port if necessary.

docker compose up

About

A small frontend for WhiteWind, a MarkDown blog service using ATProto.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published