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

Add parsing for app API keys #94

Merged
merged 8 commits into from
Aug 6, 2024
Merged

Add parsing for app API keys #94

merged 8 commits into from
Aug 6, 2024

Conversation

ahembree
Copy link
Owner

@ahembree ahembree commented Aug 6, 2024

Adds parsing to retrieve API keys from the apps config files.

Will automatically add them to the .env file on the 2nd playbook run against a new host. This is due to order of operations, the .env file must exist for the Compose project to start but the config files for the apps (with the API keys) are not generated until the container starts in the compose project. The 2nd run will retrieve the keys and put them into the .env file.

This prevents people from having to get the API keys from the apps GUI and put them into the variable files and running it again anyways

@ahembree ahembree merged commit e1376f2 into master Aug 6, 2024
4 checks passed
@ahembree ahembree deleted the homepage-auto-init-apis branch August 6, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant