Compare commits

...

2 Commits

Author SHA1 Message Date
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 48 additions and 0 deletions

View File

@@ -17,6 +17,22 @@ This folder contains all of the services running on the Pi
├── **`README.md`**
└── **`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:
- szumko.net --> dashy
- szumko.net/data --> glances

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