You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Open the Downloads folder using your file explorer and rename the file downloaded to `caddy`.
87
+
3. Open the command prompt (cmd) and navigate to your Downloads folder.
88
+
`cd "C:\Users\%USERNAME%\Downloads"`
89
+
3. Trust the certificate using this command: `caddy trust`.
90
+
4. Open [https://georchestra-127-0-1-1.traefik.me/](https://georchestra-127-0-1-1.traefik.me/) in your browser.
91
+
If that doesn't work, try to restart your browser.
92
+
71
93
## About the domain name
72
94
73
95
The current FQDN `georchestra-127-0-1-1.traefik.me` resolves to 127.0.1.1, thanks to [traefik.me](https://traefik.me/) which provides wildcard DNS for any IP address.
74
96
75
97
To change it:
76
-
* Rename the traefik service in the `docker-compose.override.yml` file to match the new domain
77
-
* Modify the three `traefik.http.routers.*.rule` in the `docker-compose.override.yml` file
78
-
* Update the FQDN variable in [.envs-common](.envs-common) file (hint: grep for `georchestra-127-0-1-1.traefik.me`)
79
-
* Put a valid SSL certificate in the `resources/ssl` folder and declare it in the `resources/traefik-config.yml` file
98
+
99
+
1. Update the FQDN variable in [.envs-common](.envs-common) file (hint: grep for `georchestra-127-0-1-1.traefik.me`)
100
+
2. Two options for the TLS/SSL certificate:
101
+
* If your web server exposed to the internet (most likely it is), remove `tls internal` line in the file `resources/caddy/etc/Caddyfile`.
102
+
* If it is not, put a valid TLS certificate and a private key in the `resources/ssl` folder and declare it in the file `resources/caddy/etc/Caddyfile`.
103
+
3. Reload the docker composition: `docker compose up -d`
80
104
81
105
## Notes
82
106
107
+
Find the Caddy web server documentation here: https://caddyserver.com/docs/caddyfile/directives.
0 commit comments