udpating domains for generic
This commit is contained in:
parent
2a11b85c8c
commit
7588a46d3a
@ -14,6 +14,10 @@ The following is build instructions for The Bunker Operations home lab. See the
|
|||||||
- [[service.homelab]] for instructions on service settings.
|
- [[service.homelab]] for instructions on service settings.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> [!info] Update Variables
|
||||||
|
>
|
||||||
|
> When using this build guide, remember to check each command for [insert] tags. Not all locations have comments or history; you will have to check commands.
|
||||||
## [Ubuntu](https://ubuntu.com/) OS
|
## [Ubuntu](https://ubuntu.com/) OS
|
||||||
_Ubuntu_ is a Linux distribution derived from Debian and composed mostly of free and open-source software.
|
_Ubuntu_ is a Linux distribution derived from Debian and composed mostly of free and open-source software.
|
||||||
### [Install Ubuntu](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview)
|
### [Install Ubuntu](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview)
|
||||||
|
@ -39,31 +39,31 @@ nano ~/.cloudflared/config-[tunnel-name].yml
|
|||||||
tunnel: [insert tunnel id number]
|
tunnel: [insert tunnel id number]
|
||||||
credentials-file: /home/bunker-admin/.cloudflared/[insert tunnel id number].json
|
credentials-file: /home/bunker-admin/.cloudflared/[insert tunnel id number].json
|
||||||
ingress:
|
ingress:
|
||||||
- hostname: qbittorrent.bnkhome.org
|
- hostname: qbittorrent.[insert domain}
|
||||||
service: http://localhost:8082
|
service: http://localhost:8082
|
||||||
- hostname: flaresolverr.bnkhome.org
|
- hostname: flaresolverr.[insert domain}
|
||||||
service: http://localhost:8191
|
service: http://localhost:8191
|
||||||
- hostname: prowlarr.bnkhome.org
|
- hostname: prowlarr.[insert domain}
|
||||||
service: http://localhost:9696
|
service: http://localhost:9696
|
||||||
- hostname: radarr.bnkhome.org
|
- hostname: radarr.[insert domain}
|
||||||
service: http://localhost:7878
|
service: http://localhost:7878
|
||||||
- hostname: overseerr.bnkhome.org
|
- hostname: overseerr.[insert domain}
|
||||||
service: http://localhost:5055
|
service: http://localhost:5055
|
||||||
- hostname: sonarr.bnkhome.org
|
- hostname: sonarr.[insert domain}
|
||||||
service: http://localhost:8989
|
service: http://localhost:8989
|
||||||
- hostname: homepage.bnkhome.org
|
- hostname: homepage.[insert domain}
|
||||||
service: http://localhost:3000
|
service: http://localhost:3000
|
||||||
- hostname: tautulli.bnkhome.org
|
- hostname: tautulli.[insert domain}
|
||||||
service: http://localhost:8181
|
service: http://localhost:8181
|
||||||
- hostname: whisparr.bnkhome.org
|
- hostname: whisparr.[insert domain}
|
||||||
service: http://localhost:6969
|
service: http://localhost:6969
|
||||||
- hostname: glances.bnkhome.org
|
- hostname: glances.[insert domain}
|
||||||
service: http://localhost:61208
|
service: http://localhost:61208
|
||||||
- hostname: daisy.bnkhome.org
|
- hostname: daisy.[insert domain}
|
||||||
service: http://localhost:8080
|
service: http://localhost:8080
|
||||||
- hostname: gitea.bnkhome.org
|
- hostname: gitea.[insert domain}
|
||||||
service: http://localhost:3001
|
service: http://localhost:3001
|
||||||
- hostname: bazarr.bnkhome.org
|
- hostname: bazarr.[insert domain}
|
||||||
service: http://localhost:6767
|
service: http://localhost:6767
|
||||||
- service: http_status:404
|
- service: http_status:404
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user