Update homeservers/RPI.md
This commit is contained in:
parent
f454fcaee9
commit
a09d0ab6bc
1 changed files with 16 additions and 4 deletions
|
|
@ -30,19 +30,31 @@ Result:
|
|||
|
||||
```
|
||||
www.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.10:8081
|
||||
reverse_proxy 192.168.1.11:8081
|
||||
}
|
||||
|
||||
www.monigh.nl {
|
||||
reverse_proxy 192.168.1.11:8081
|
||||
}
|
||||
|
||||
photos.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.10:2342
|
||||
reverse_proxy 192.168.1.11:2283
|
||||
}
|
||||
|
||||
nextcloud.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.10:11000
|
||||
reverse_proxy 192.168.1.11:11000
|
||||
}
|
||||
|
||||
jellyfin.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.10:8096
|
||||
reverse_proxy 192.168.1.11:8096
|
||||
}
|
||||
|
||||
audiobookshelf.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.11:13378
|
||||
}
|
||||
|
||||
git.allisonandmoni.online {
|
||||
reverse_proxy 192.168.1.11:3000
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue