File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ # Deployment
2+
3+ There are at the moment no configuration files that can be edited.
4+
5+ ## Bare-Metal
6+
7+ TBD
8+
9+ ## Docker / Podman
10+
11+ With Docker:
12+
13+ ```
14+ docker run -d -p 8080:80 ghcr.io/cobbler/cobbler-web:main
15+ ```
16+
17+ With Podman:
18+
19+ ```
20+ podman run -d -p 8080:80 ghcr.io/cobbler/cobbler-web:main
21+ ```
22+
23+ ## Helm Chart
24+
25+ TBD
26+
27+ ## Common issues
28+
29+ ### CORS
30+
31+ In a production environment this should not be an issue as the Cobbler backend is supposed to have the header
32+ ` Access-Control-Allow-Origin=* ` . Please verify if this header is present if you encounter issues.
33+
34+ The issue of CORS [ cannot be solved inside the Web UI] ( https://angular.dev/tools/cli/deployment#requesting-data-from-a-different-server-cors ) ,
35+ as such each administrator must debug and fix these issues for their own setup.
Original file line number Diff line number Diff line change 22 {
33 "title" : " Development Setup" ,
44 "file" : " development-setup.md"
5+ },
6+ {
7+ "title" : " Deployment" ,
8+ "file" : " deployment.md"
59 }
610]
You can’t perform that action at this time.
0 commit comments