Full application including FastAPI backend, PostgreSQL data model, background scan worker, multi-tenant support, certificate authentication, SharePoint REST scanner with hierarchical deduplication, SharingLinks classification and post-scan resolve, Excel export, site filter in job details, role name normalisation, and updated documentation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
447 B
Bash
19 lines
447 B
Bash
CLEARVIEW_IMAGE=gitea.oskamp.info/ivooskamp/clearview:dev
|
|
CLEARVIEW_PORT=8080
|
|
TZ=Europe/Amsterdam
|
|
|
|
POSTGRES_IMAGE=postgres:16-alpine
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=clearview
|
|
POSTGRES_USER=clearview
|
|
POSTGRES_PASSWORD=clearview
|
|
|
|
ADMINER_IMAGE=adminer:4-standalone
|
|
ADMINER_PORT=8081
|
|
|
|
DATABASE_URL=postgresql://clearview:clearview@postgres:5432/clearview
|
|
ONBOARDING_CLIENT_ID=
|
|
ONBOARDING_CLIENT_SECRET=
|
|
ONBOARDING_REDIRECT_URI=
|