Commit 43f07a0
authored
feat(front): add configurable status page URL for error handling and layout (#660)
## 📝 Description
Makes status page URL configurable via environment variable with default
value of https://status.semaphore.io/ instead of constructing it from
domain. Updated templates.
Check this [task](renderedtext/tasks#8781).
## ✅ Checklist
- [x] I have tested this change
- [x] ~This change requires documentation update~ N/A1 parent 9b846c6 commit 43f07a0
File tree
3 files changed
+6
-2
lines changed- front
- config
- lib/front_web/templates
- error
- layout
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments