- Add AUTH_PROVIDERS env var (comma-separated, default: file,atproto) to control which login methods are shown - Unified lichen.toml.tmpl with OIDC section gated on OIDC_ENABLED env - Entrypoint generates lichen.toml from base config only if not already present, preserving user customizations - Add compose.min.yml overlay for lichen-min image (without atproto/git/shell) - Entrypoint guards git commands for min image compatibility - Bump lichen-full and lichen-min images to 0.1.9 - Bump recipe version to 0.1.1+0.1.9
7 lines
75 B
YAML
7 lines
75 B
YAML
---
|
|
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
image: notplants/lichen-min:0.1.9
|