udpating domains for generic

This commit is contained in:
admin 2025-05-05 14:16:33 -06:00
parent 2a11b85c8c
commit 7588a46d3a
2 changed files with 17 additions and 13 deletions

View File

@ -14,6 +14,10 @@ The following is build instructions for The Bunker Operations home lab. See the
- [[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_ 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)

View File

@ -39,31 +39,31 @@ nano ~/.cloudflared/config-[tunnel-name].yml
tunnel: [insert tunnel id number]
credentials-file: /home/bunker-admin/.cloudflared/[insert tunnel id number].json
ingress:
- hostname: qbittorrent.bnkhome.org
- hostname: qbittorrent.[insert domain}
service: http://localhost:8082
- hostname: flaresolverr.bnkhome.org
- hostname: flaresolverr.[insert domain}
service: http://localhost:8191
- hostname: prowlarr.bnkhome.org
- hostname: prowlarr.[insert domain}
service: http://localhost:9696
- hostname: radarr.bnkhome.org
- hostname: radarr.[insert domain}
service: http://localhost:7878
- hostname: overseerr.bnkhome.org
- hostname: overseerr.[insert domain}
service: http://localhost:5055
- hostname: sonarr.bnkhome.org
- hostname: sonarr.[insert domain}
service: http://localhost:8989
- hostname: homepage.bnkhome.org
- hostname: homepage.[insert domain}
service: http://localhost:3000
- hostname: tautulli.bnkhome.org
- hostname: tautulli.[insert domain}
service: http://localhost:8181
- hostname: whisparr.bnkhome.org
- hostname: whisparr.[insert domain}
service: http://localhost:6969
- hostname: glances.bnkhome.org
- hostname: glances.[insert domain}
service: http://localhost:61208
- hostname: daisy.bnkhome.org
- hostname: daisy.[insert domain}
service: http://localhost:8080
- hostname: gitea.bnkhome.org
- hostname: gitea.[insert domain}
service: http://localhost:3001
- hostname: bazarr.bnkhome.org
- hostname: bazarr.[insert domain}
service: http://localhost:6767
- service: http_status:404
```