Compare commits
3 Commits
1578290dbb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 77777d8b10 | |||
| 9e3dbce6b9 | |||
| 1509dfaeb4 |
26
README.md
26
README.md
@@ -17,12 +17,28 @@ This folder contains all of the services running on the Pi
|
|||||||
├── **`README.md`**
|
├── **`README.md`**
|
||||||
└── **`syncthing/`**
|
└── **`syncthing/`**
|
||||||
|
|
||||||
|
### Current Ports:
|
||||||
|
- **`81`** --> nginx proxy manager web ui
|
||||||
|
- **`2222`** --> gitea ssh
|
||||||
|
- **`3000`** --> gitea web ui
|
||||||
|
- **`7575`** --> homarr
|
||||||
|
- **`8000`** --> portainer
|
||||||
|
- **`8080`** --> nextcloud web ui
|
||||||
|
- **`8123`** --> home assistant web ui
|
||||||
|
- **`8181`** --> dashy
|
||||||
|
- **`8282`** --> ha bridge web ui
|
||||||
|
- **`8384`** --> syncthing web ui
|
||||||
|
- **`9443`** --> portainer web ui
|
||||||
|
- **`22000`** --> synthing
|
||||||
|
- **`50000`** --> ha bridge
|
||||||
|
- **`61208`** --> glances web ui
|
||||||
|
|
||||||
### Current Web Paths:
|
### Current Web Paths:
|
||||||
- szumko.net --> dashy
|
- **`szumko.net`** --> dashy
|
||||||
- szumko.net/data --> glances
|
- **`szumko.net/data`** --> glances
|
||||||
- pihole.szumko.net --> Pihole
|
- **`pihole.szumko.net`** --> Pihole
|
||||||
- git.szumko.net --> Gitea
|
- **`git.szumko.net`** --> Gitea
|
||||||
- cloud.szumko.net --> nextcloud
|
- **`cloud.szumko.net`** --> nextcloud
|
||||||
|
|
||||||
## Adding Subdomains:
|
## Adding Subdomains:
|
||||||
1. Go to cloudflare account and add a dns record for the subdomain
|
1. Go to cloudflare account and add a dns record for the subdomain
|
||||||
|
|||||||
32
ha/README.md
32
ha/README.md
@@ -0,0 +1,32 @@
|
|||||||
|
# Home Assistant Info
|
||||||
|
|
||||||
|
## Instructions:
|
||||||
|
- Still in dev, has both HA and HABridge
|
||||||
|
- Access HA on port 8123
|
||||||
|
- Access HABridge on port 8282
|
||||||
|
|
||||||
|
## Contents:
|
||||||
|
**`ha/`**
|
||||||
|
├── **`bridge_config/`**
|
||||||
|
├── **`docker-compose.yml`**
|
||||||
|
├── **`.env`**
|
||||||
|
├── **`.gitignore`**
|
||||||
|
├── **`ha_config/`**
|
||||||
|
└── **`README.md`**
|
||||||
|
|
||||||
|
## File Descrptions:
|
||||||
|
- **`bridge_config/`**: Bridge configuration files
|
||||||
|
- **`docker-compose.yml`**: Docker compose file
|
||||||
|
- **`.env`**: Environment Variables
|
||||||
|
- **`.gitignore`**: Git ignore file
|
||||||
|
- **`ha_config/`**: HA configuration files
|
||||||
|
- **`README.md`**: Documentation
|
||||||
|
|
||||||
|
## Environmet Variables:
|
||||||
|
- none
|
||||||
|
|
||||||
|
|
||||||
|
## Ignored Files:
|
||||||
|
- **`bridge_config/`**: Persistant Data
|
||||||
|
- **`.env`**: Environment Variables
|
||||||
|
- **`ha_config/`**: Persistant Data
|
||||||
|
|||||||
Reference in New Issue
Block a user