bbnote is yet another notebook app.
- You should have an OIDC client ready.
Use https://<hostname>/auth/callback as the redirect URI.
For local run, you can use http://localhost:8082/auth/callback.
- Run docker compose
# Create .env file and modify as you wish
wget https://raw.githubusercontent.com/BBcanopy/bbnote/refs/heads/main/.env.example -O .env
# Download the all-in-one docker compose file
wget https://raw.githubusercontent.com/BBcanopy/bbnote/refs/heads/main/docker-compose.all-in-one.yml -O docker-compose.yml
# Create data folder
mkdir data
docker compose up -dThe app is available at http://localhost:8082 by default.
ATTACHMENT_MAX_BYTEScontrols the maximum attachment upload size in bytes and defaults to104857600(100 MiB).- Include
offline_accessinOIDC_SCOPESif you want BBNote to use refresh tokens to keep browser sessions alive across access-token expiry.