Adding inputrc post
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -30,12 +30,14 @@ I have a super straight forward setup, generally:
|
||||
- If it's a service then I add it with a `reverse_proxy` block
|
||||
- If it's a static site (like this) then there's a block for
|
||||
- If it's something I want only accessible on my home network then I put a block like
|
||||
```plain
|
||||
|
||||
```txt
|
||||
@local_network {
|
||||
path *
|
||||
remote_ip <home subnet here>
|
||||
}
|
||||
```
|
||||
|
||||
in the directive. And voila.
|
||||
|
||||
Then tell Caddy to reload the config and I'm done.
|
||||
|
||||
Reference in New Issue
Block a user