34 lines
718 B
Markdown
34 lines
718 B
Markdown
# Dashy Info
|
|
|
|
## Instructions:
|
|
- Access WebUI on port 8181
|
|
- Use conf.yml to edit page
|
|
|
|
## Contents:
|
|
**`dashy/`**
|
|
├── **`config/`**
|
|
│ ├── **`conf.yml`**
|
|
│ └── **`item-icons/`**
|
|
├── **`docker-compose.yml`**
|
|
├── **`.env`**
|
|
├── **`.gitignore`**
|
|
└── **`README.md`**
|
|
|
|
|
|
|
|
|
|
## File Descrptions:
|
|
- **`config/`**: Configuration data
|
|
* **`conf.yml`**: COnfiguration file
|
|
* **`item-icons/`**: Icons
|
|
- **`docker-compose.yml`**: Docker compose file
|
|
- **`.env`**: Environment Variables
|
|
- **`.gitignore`**: Git ignore file
|
|
- **`README.md`**: Documentation
|
|
|
|
## Environmet Variables:
|
|
- None
|
|
|
|
## Ignored Files:
|
|
- **`.env`**: Environment VariablesDashy Info
|