-
Notifications
You must be signed in to change notification settings - Fork 0
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
Auto-generate docker-compose
files and enhance FileBrowser configuration
#68
Open
luandro
wants to merge
15
commits into
main
Choose a base branch
from
auto-generate-stacks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…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
/describe |
github-actions
bot
changed the title
Auto generate stacks
Auto-generate Jun 17, 2024
docker-compose
files and enhance FileBrowser configuration
PR Description updated to latest commit (ef56a00) |
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.yml
files 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-compose
files for demo and local environments./users
directory and set permissions, and to disable authentication ifFILE_NOAUTH
is set.docker-compose
to include new volumes and services.docker-stacks.yml
.docker-compose
files for demo and local environments.Changes walkthrough 📝
7 files
generate-docker-stacks.sh
Add script to auto-generate
docker-compose
files for demo and localenvironments.
scripts/generate-docker-stacks.sh
docker-compose
files for demo and localenvironments.
environment.
start.sh
Enhance FileBrowser start script with user directory and no-auth
option.
services/filebrowser/start.sh
/users
directory.FILE_NOAUTH
environment 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-compose
file for demo environment.docker-compose-local.yml
Add generated `docker-compose` file for local environment.
scripts/.docker/docker-compose-local.yml
docker-compose
file 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.0
to0.5.3
.