Compare commits

...

3 Commits

Author SHA1 Message Date
77777d8b10 updating docs 2025-11-26 00:15:46 -05:00
9e3dbce6b9 adding ports 2025-11-26 00:13:15 -05:00
1509dfaeb4 Adding Docs 2025-11-26 00:04:34 -05:00
2 changed files with 53 additions and 5 deletions

View File

@@ -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

View File

@@ -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