Intial repository commit
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Cloud Server Docker Contianers
|
||||
|
||||
### Device -- Raspberry Pi 4
|
||||
|
||||
### Information
|
||||
This folder contains all of the services running on the Pi
|
||||
|
||||
### Contents:
|
||||
**`~/Docker`**
|
||||
├── **`cloudflared/`**
|
||||
├── **`dashy/`**
|
||||
├── **`glances/`**
|
||||
├── **`homarr/`**
|
||||
├── **`nextcloud/`**
|
||||
├── **`nginx/`**
|
||||
├── **`portainer/`**
|
||||
├── **`README.md`**
|
||||
└── **`syncthing/`**
|
||||
|
||||
### Current Web Paths:
|
||||
- szumko.net --> dashy
|
||||
- szumko.net/data --> glances
|
||||
- pihole.szumko.net --> Pihole
|
||||
- git.szumko.net --> Gitea
|
||||
|
||||
## Adding Subdomains:
|
||||
1. Go to cloudflare account and add a dns record for the subdomain
|
||||
2. Go to **`~/docker/cloudflared/config.yml`** and add the ingress pointing to NPM
|
||||
3. Create a proxy host in NPM pointing to container_name:port (must be on **`homelab`** internal network)
|
||||
|
||||
## Adding Paths:
|
||||
1. Add path in NPM (must be on **`homelab`**)
|
||||
Reference in New Issue
Block a user