Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature flag support #747

Open
webysther opened this issue Feb 8, 2023 · 0 comments
Open

feature flag support #747

webysther opened this issue Feb 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@webysther
Copy link

Describe the enhancement you'd like
ENV VARS to enable/disable feature's

Describe why this will benefit the LibrePhotos
Make useful to a range of use cases and users

Additional context
Example to add to docker env vars:

# Enable/Disable video support
FEATURE_VIDEO=true

# Enable/Disable face detection
FEATURE_FACE_DETECTION=true

# Enable/Disable face classification/clusterization
FEATURE_FACE_CLUSTER=true

# Enable/Disable image captioning
FEATURE_IMAGE_CAPTIONING=true

# Enable/Disable reverse geocoding
FEATURE_REVERSE_GEOCODING=true

# Enable/Disable scene classification
FEATURE_SCENE_CLASSIFICATION=true
@webysther webysther added the enhancement New feature or request label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant