-
Notifications
You must be signed in to change notification settings - Fork 26
Remove UID hack #519
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
Merged
Merged
Remove UID hack #519
Conversation
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
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
Coincides with Islandora-Devops/isle-buildkit#519
aOelschlager
pushed a commit
to Islandora-Devops/isle-site-template
that referenced
this pull request
Jan 13, 2026
…file (#98) * remove dev/prod profiles * Add secrets to multiple services in docker-compose * http * Default to http and add make commands to switch between http, https-mkcert, and https-acme * Use smart port allocation * prepare for template repo * fix GHA * default to main starter site seems like a safe default * Do not require fetching islandora-starter-site * Add some helpers to understand bad config values * update sample override * Update init command to update proper permissions after a git clone * Merge README template into README.md * generate certs, too, on init default to DEVELOPMENT_ENVIRONMENT=false for faster initial installs avoids chmod on the drupal web root * Better reverse proxy support * do not open the URL when SSH'd into a machine * Fix ACME https * Remove unnecessary secrets from alpaca service Removed unused secrets from the alpaca service. * Put default_settings.txt back * better https support * Call init when necessary * fix make traefik-https-letsencrypt * Put static conf in command * Do not expose services in prod environments * cleanup * fix traefik character encoding * reduce output on make up * fix traefik routing on fcrepo * fix make clean * Add custom makefile support * Move chmod from make init to make build * fix selinux edge * Use .SILENT * Sort alphabetically * Do not attempt smart port allocation in production * Default to dev environment * update helper text * Fix ping when switching to letsencrypt * Remove UID hack Coincides with Islandora-Devops/isle-buildkit#519
joecorall
added a commit
that referenced
this pull request
Jan 14, 2026
This reverts commit 76819b5.
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.
Now that codeserver is no more, there is no reason to adjust the permissions for the host user's UID inside the drupal docker container.