Add support for Paperless AI API token and environment variables #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-paperless-ai"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit introduces several significant changes to the Paperless AI
Helm chart:
Chart.yaml
to reflectthe new additions.
paperlessApiSecret.yaml
to define a KubernetesSecret for the Paperless API token. This allows secure storage of the
API token, which is now a required value for communication with the
Paperless application.
_helpers.tpl
calledgenerateEnv
that dynamically generates a
.env
file from various configurationvalues in
values.yaml
. This includes settings for the Paperless APIURL, AI provider, tagging options, scanning intervals, and more.
values.yaml
to include necessary configurations for thePaperless API, OpenAI, and other related settings, making it easier
for users to configure the chart per their requirements.
performance and quicker health checks.
These enhancements provide better configurability and facilitate
secure management of sensitive credentials, thereby improving user
experience and application reliability.