Sign inSign up

liquidinvestigations/core

By liquidinvestigations

Updated about 1 year ago

Image
Security
Data science
Content management system
1

10K+

liquidinvestigations/core repository overview

Liquid Investigations

This Repository is part of Liquid Investigations.


Liquid Investigations Core App

Users

The liquid-core app serves as the central user database in the bundle.

It's a Django app with the django-oauth-toolkit plugin installed, which acts as an OAuth2 provider. The users are stored as plain Django users, and they can be managed via Django's admin pages.

Optionally, TOTP-based two factor authentication may be enabled by setting the environment variable LIQUID_2FA=true. TOTP works with phone apps like Google Authenticator and Duo Mobile.

Configuration

The app is configured by setting environment variables.

  • DEBUG: set to true to enable debugging.
  • SECRET_KEY: a random secret string.
  • LIQUID_PROTO: http (default) or https.
  • LIQUID_DOMAIN: the domain name, e.g. liquid.example.com.
  • SERVICE_ADDRESS: name or address of the internal service, as it's
  • LIQUID_2FA: set to true to enable TOTP two-factor auth.
  • UPTRACE_DSN: set to enable tracing with uptrace

Tag summary

Content type

Image

Digest

sha256:bf6846d41

Size

425.4 MB

Last updated

about 1 year ago

docker pull liquidinvestigations/core