Sambee 0.7

Port and Path Reference

This is the main lookup page for Sambee service ports, deployment files, persistent paths, and container-side paths.

Service Ports and URLs

ItemDefault valueNotes
Sambee application port8000Default application port in the sample deployment
Frontend URLhttp://localhost:8000Default direct-access frontend URL
Backend APIhttp://localhost:8000/apiDefault API path
API docshttp://localhost:8000/docsDefault API documentation path

Deployment Files and Paths

PathPurpose
docker-compose.ymlLocal deployment definition
config.tomlOptional local configuration file
data/Persistent application data directory that must be backed up
data/sambee.dbSQLite database containing users, connections, security keys, and encrypted passwords
data/directory_cache/Default location for Sambee’s saved directory index when the relative cache setting is used

Container-Side Paths

PathPurpose
/app/dataContainer-side mount point for persistent data
/app/data/sambee.dbContainer-side database path
/app/config.tomlContainer-side path for the optional mounted config file
/app/data/directory_cache/Default container-side location for the saved directory index

Host-to-Container Mapping

  • Host-side ./data becomes /app/data in the container.
  • Host-side ./config.toml can be mounted read-only as /app/config.toml.
  • Deleting or replacing files under data/ changes persistent deployment state, not just temporary cache files.