Auto-generate docker-compose files and enhance FileBrowser configuration - #68
Open
luandro wants to merge 15 commits into
Open
Auto-generate docker-compose files and enhance FileBrowser configuration#68luandro wants to merge 15 commits into
docker-compose files and enhance FileBrowser configuration#68luandro wants to merge 15 commits into
Conversation
…y if FILE_NOAUTH environment variable is defined
luandro
force-pushed
the
auto-generate-stacks
branch
from
June 17, 2024 17:36
45df5ff to
ef56a00
Compare
…v2.23.0-s6 image feat(filebrowser): add support for creating /users directory and setting ownership to 1000:1000 feat(filebrowser): add support for configuring filebrowser to use no authentication if FILE_NOAUTH environment variable is set
…correctly get the current commit hash
Contributor
Author
|
/describe |
docker-compose files and enhance FileBrowser configuration
|
PR Description updated to latest commit (ef56a00) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Maintaing working parallel non-Balena
docker-compose.ymlfiles for both online demo and local deploys is challenging and very error-prone. Ideally there should be a scripts that generates them from the balenadocker-compose.yml.PR Type
Enhancement, Bug fix, Other
Description
docker-composefiles for demo and local environments./usersdirectory and set permissions, and to disable authentication ifFILE_NOAUTHis set.docker-composeto include new volumes and services.docker-stacks.yml.docker-composefiles for demo and local environments.Changes walkthrough 📝
7 files
generate-docker-stacks.sh
Add script to auto-generatedocker-composefiles for demo and localenvironments.
scripts/generate-docker-stacks.sh
docker-composefiles for demo and localenvironments.
environment.
start.sh
Enhance FileBrowser start script with user directory and no-authoption.services/filebrowser/start.sh
/usersdirectory.FILE_NOAUTHenvironment variable todisable authentication.
docker-compose.yml
Update `docker-compose` with new volumes and services.docker-compose.yml
users,filebrowser-db,filebrowser-json.docker-stacks.yml
Add configuration for demo and local environments.docker-stacks.yml
docker-compose-demo.yml
Add generated `docker-compose` file for demo environment.scripts/.docker/docker-compose-demo.yml
docker-composefile for demo environment.docker-compose-local.yml
Add generated `docker-compose` file for local environment.scripts/.docker/docker-compose-local.yml
docker-composefile for local environment.Dockerfile
Update FileBrowser Dockerfile base image.services/filebrowser/Dockerfile
filebrowser/filebrowser:v2.23.0-s6.2 files
balena-pr-draft.yml
Fix commit hash retrieval in GitHub Actions workflow..github/workflows/balena-pr-draft.yml
git rev-parse HEAD.balena-push-main.yml
Fix commit hash retrieval in GitHub Actions workflow..github/workflows/balena-push-main.yml
git rev-parse HEAD.1 files
balena.yml
Update application version to 0.5.3.balena.yml
0.5.0to0.5.3.