Skip to content

BBcanopy/BBnote

Repository files navigation

bbnote

bbnote is yet another notebook app.

Run the project

  1. 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.

  1. 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 -d

The app is available at http://localhost:8082 by default.

Configuration note

  • ATTACHMENT_MAX_BYTES controls the maximum attachment upload size in bytes and defaults to 104857600 (100 MiB).
  • Include offline_access in OIDC_SCOPES if you want BBNote to use refresh tokens to keep browser sessions alive across access-token expiry.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages