Auto-update blog content from Obsidian: 2025-10-20 08:53:26
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 3s
This commit is contained in:
@@ -314,16 +314,20 @@ Before clicking `Store and generate next`, from my device, I configure the peer
|
||||
|
||||
### Reverse Proxy
|
||||
|
||||
The next feature I need is a reverse proxy, to redirect incoming requests, to reach my services, such as this blog. For that I use **Caddy**. This service is not installed by default, I need to add a plugin.
|
||||
The next feature I need is a reverse proxy, to redirect incoming HTTPS requests, to reach my services, such as this blog. For that I use **Caddy**. This service is not installed by default, I need to add a plugin.
|
||||
|
||||
On both firewalls, In `System` > `Firmware` > `Plugins`, I tick the box to show community plugins and install `os-caddy`.
|
||||
|
||||
I refresh the page and, on the master, in `Services` > `Caddy` > `General Settings`:
|
||||
- **Enable Caddy**: Yes
|
||||
- **Enable Layer4 Proxy**: Yes
|
||||
- ACME: `<my mail address>`
|
||||
- **ACME**: `<my mail address>`
|
||||
- **Auto HTTPS**: On (default)
|
||||
|
||||
There are two types of redirections, the `Reverse Proxy` and the `Layer4 Proxy`. The first one is for HTTPS only, where Caddy will manage the SSL.
|
||||
|
||||
|
||||
|
||||
|
||||
### mDNS Repeater
|
||||
|
||||
|
||||
Reference in New Issue
Block a user