Commit 1994141
fix: DevPod setup improvements and devcontainer optimizations (#377)
* fix: suppress act() warnings and unhandled rejections in tests
Configure testing-library for React 18+ and suppress harmless act()
warnings that occur due to async state updates completing after test cleanup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: docker-compose env_file syntax for older compose versions
- Remove unsupported path/required syntax for env_file
- Add INACTIVITY_TIMEOUT=10m to devpod setup script
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* perf: optimize devcontainer for faster startup
- Add code-server installation to Docker image (was failing as feature)
- Pre-create user directories (~/.m2, ~/.npm, ~/.cache) in image
- Simplify post-create.sh by removing redundant directory creation
- Reduces container startup time by ~40 seconds
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: add multi-user dev environment with traefik proxy
Add reverse proxy setup to enable multiple developers to work on the same
dev-server with isolated environments and shareable URLs.
Features:
- Traefik reverse proxy for dynamic routing
- Per-user isolated containers (db, redis, devcontainer)
- nip.io support for zero-config DNS resolution
- Local domain support for /etc/hosts configuration
- Automated setup script for new users
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: update devcontainer documentation for multi-user setup
- Add quick start guide for both single-user and multi-user setups
- Document architecture diagrams for both configurations
- Add multi-user option to NEW-USER-ONBOARDING.md
- Expand proxy/README.md with complete usage guide
- Include troubleshooting sections for both setups
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 898eba0 commit 1994141
12 files changed
Lines changed: 1151 additions & 115 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
| |||
147 | 151 | | |
148 | 152 | | |
149 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
150 | 159 | | |
| 160 | + | |
151 | 161 | | |
152 | 162 | | |
153 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
6 | 88 | | |
7 | 89 | | |
8 | 90 | | |
9 | 91 | | |
| 92 | + | |
10 | 93 | | |
11 | 94 | | |
12 | 95 | | |
13 | 96 | | |
14 | 97 | | |
15 | 98 | | |
16 | | - | |
| 99 | + | |
17 | 100 | | |
18 | 101 | | |
19 | 102 | | |
| |||
22 | 105 | | |
23 | 106 | | |
24 | 107 | | |
| 108 | + | |
25 | 109 | | |
26 | 110 | | |
27 | 111 | | |
28 | 112 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 113 | + | |
32 | 114 | | |
33 | 115 | | |
34 | 116 | | |
| |||
37 | 119 | | |
38 | 120 | | |
39 | 121 | | |
| 122 | + | |
40 | 123 | | |
41 | 124 | | |
42 | 125 | | |
| |||
48 | 131 | | |
49 | 132 | | |
50 | 133 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
60 | 155 | | |
61 | 156 | | |
62 | 157 | | |
| |||
65 | 160 | | |
66 | 161 | | |
67 | 162 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 163 | | |
72 | 164 | | |
73 | 165 | | |
| |||
79 | 171 | | |
80 | 172 | | |
81 | 173 | | |
82 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
83 | 202 | | |
84 | 203 | | |
85 | 204 | | |
| |||
89 | 208 | | |
90 | 209 | | |
91 | 210 | | |
92 | | - | |
| 211 | + | |
93 | 212 | | |
94 | 213 | | |
95 | 214 | | |
| |||
103 | 222 | | |
104 | 223 | | |
105 | 224 | | |
106 | | - | |
| 225 | + | |
107 | 226 | | |
108 | 227 | | |
109 | 228 | | |
| |||
112 | 231 | | |
113 | 232 | | |
114 | 233 | | |
115 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
116 | 259 | | |
117 | 260 | | |
118 | 261 | | |
119 | 262 | | |
120 | 263 | | |
121 | | - | |
| 264 | + | |
122 | 265 | | |
123 | 266 | | |
124 | 267 | | |
| |||
134 | 277 | | |
135 | 278 | | |
136 | 279 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
0 commit comments