Compare commits
2 Commits
1578290dbb
...
9e3dbce6b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e3dbce6b9 | |||
| 1509dfaeb4 |
16
README.md
16
README.md
@@ -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
|
||||
|
||||
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