Skip to content

Commit e24c836

Browse files
committed
docs: mark HTTPS support (section 6) as completed in roadmap
1 parent 348c8ce commit e24c836

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/roadmap.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ When starting work on a new feature:
8686
- [ ] **3.2** Implement ReleaseCommand and RunCommand with vertical slices - [Epic #216](https://github.com/torrust/torrust-tracker-deployer/issues/216)
8787

8888
**Strategy:** Build incrementally with working deployments at each step. Each slice adds a new service to the docker-compose stack.
89-
9089
- [x] **3.2.1** Hello World slice (scaffolding) - [Issue #217](https://github.com/torrust/torrust-tracker-deployer/issues/217) ✅ Completed
9190
- Create `release` and `run` commands with minimal docker-compose template
9291
- Deploy and run a simple hello-world container to validate the full pipeline
@@ -102,7 +101,6 @@ When starting work on a new feature:
102101
- Add Grafana service for metrics visualization
103102

104103
**Notes:**
105-
106104
- Each slice delivers a working deployment
107105
- Configuration complexity grows incrementally (hardcoded → environment config → full flexibility)
108106
- Detailed implementation tasks will be defined in EPIC issues
@@ -122,13 +120,13 @@ When starting work on a new feature:
122120

123121
**Note:** The test console subcommand is already partially implemented. The `show` command displays stored environment data (read-only, no remote verification). A future `status` command may be added for service health checks.
124122

125-
### 6. Add HTTPS support
123+
### 6. Add HTTPS support ✅ COMPLETED
126124

127-
- [ ] **6.1** Add HTTPS support with Caddy for all HTTP services - [Issue #272](https://github.com/torrust/torrust-tracker-deployer/issues/272)
128-
- Implement Caddy TLS termination proxy
129-
- Add HTTPS support for HTTP tracker
130-
- Add HTTPS support for tracker API
131-
- Add HTTPS support for Grafana
125+
- [x] **6.1** Add HTTPS support with Caddy for all HTTP services - [Issue #272](https://github.com/torrust/torrust-tracker-deployer/issues/272) ✅ Completed
126+
- Implemented Caddy TLS termination proxy
127+
- Added HTTPS support for HTTP tracker
128+
- Added HTTPS support for tracker API
129+
- Added HTTPS support for Grafana
132130
- **Research Complete**: [Issue #270](https://github.com/torrust/torrust-tracker-deployer/issues/270) - Caddy evaluation successful, production deployment verified
133131

134132
### 7. Add backup and disaster recovery

0 commit comments

Comments
 (0)