A small, self-hosted WhiteWind blog, powered by WhiteBreeze.
Bun recommended.
Whether in development or production, you will need to change environment variables when working with WhiteBreeze.
PUBLIC_HANDLE="myhandle.bsky.social" # Your handle, or DID
PUBLIC_ABOUT="Welcome to my blog!" # Optional description of the kinds of posts you'll be making, or a greeting.
# PUBLIC_ABOUT Shows up under your Bluesky profile description in the profile card.
npm install
npm run dev
npm install
npm run build
node index.js
Put environment variables ahead of the last command, port can also be configured with PORT
.
Modify docker-compose.yaml
and change the host port if necessary.
docker compose up