chore: release v1.0.0 — initial public release#6
Merged
Ambientwork merged 3 commits intomainfrom Mar 23, 2026
Merged
Conversation
Credentials are now sourced from .env via variable substitution. Ports are also configurable via ORTHANC_HTTP_PORT, ORTHANC_DICOM_PORT, and VIEWER_PORT environment variables. Healthcheck uses os.environ instead of hardcoded values. Resolves STOPP.md rule: "NEVER hardcode credentials"
Initial public release of AmbientCT — open-source DICOM viewer for dental and medical practices. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Take upstream security improvements: 127.0.0.1 binding, required ORTHANC_PASSWORD, pinned Orthanc image, config volume mounts.
3 tasks
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.
Summary
docker-compose.yml— now sourced from.envvia variable substitutionORTHANC_HTTP_PORT,ORTHANC_DICOM_PORT,VIEWER_PORTenv vars1.0.0.0(4-digit format for release automation)What's in v1.0.0
Security
.envvariable substitutionos.environinstead of inline credentialsHow to test
cp .env.example .envdocker compose config— verify no hardcoded passwordsdocker compose up -d && ./scripts/smoke-test.shPost-merge
After PR merges, tag
v1.0.0to trigger.github/workflows/release.yml→ automatic GitHub Release.🤖 Generated with Claude Code