Draft
Conversation
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/729f8a52-a9df-49b9-b95f-20103c416d52
…iners Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/729f8a52-a9df-49b9-b95f-20103c416d52
Copilot created this pull request from a session on behalf of
szaimen
March 24, 2026 16:51
View session
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.
Adds Bahmni Lite — an open-source EMR and hospital management system — as a community container bundle, with automatic Caddy subdomain routing and fail2ban brute-force protection.
New files
community-containers/bahmni-lite/bahmni-lite.json— 16-service stack covering the full Bahmni Lite profile:bahmni/openmrs+ pre-seededbahmni/openmrs-db(Bahmni Lite schema),bahmni/clinic-configbahmni/bahmni-web,bahmni/bahmni-apps-frontend,bahmni/implementer-interface,bahmni/bahmni-lab,bahmni/appointmentsbahmni/reports+ MySQL 8.0 DB,bahmni/patient-documentsbahmni/crater-php+bahmni/crater-nginx+ MySQL 8.0 DB +bahmni/crater-atomfeed+ MySQL 8.0 atomfeed DBbackup_volumes; each MySQL container declaresBAHMNI_MYSQL_ROOT_PASSWORDin its ownsecretsarray; inter-service hostnames usenextcloud-aio-bahmni-*naming throughoutnextcloud_aio_bahmni_openmrs_logsvolume at/openmrs/data/logsenables external log monitoringcommunity-containers/bahmni-lite/readme.md— documents reverse proxy path mapping, Caddy/fail2ban integration, Crater admin credentials (shown viaui_secret), default OpenMRSAdmin123password with a prominent warning to change it post-install, and minimum resource requirementsModified files
php/containers-schema.json— relaxed volumedestinationpath pattern from[a-z_/.-]+→[a-z0-9_/.-]+to permit digits (required for/usr/local/apache2/htdocs/bahmni_config/used bybahmni/bahmni-web)community-containers/fail2ban/fail2ban.json— mountsnextcloud_aio_bahmni_openmrs_logsat/bahmni-openmrs; the upstreamszaimen/aio-fail2banimage reads this path to auto-configure an OpenMRS login-failure jailcommunity-containers/caddy/readme.md— lists Bahmni Lite as auto-covered onbahmni.$NC_DOMAIN; adds CNAME setup notecommunity-containers/fail2ban/readme.md— lists Bahmni Lite as auto-covered