Add indexes

MassiveBox 2024-04-19 18:15:33 +02:00
parent bb73bea1ec
commit fb36078fb5
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
4 changed files with 20 additions and 5 deletions

@ -2,10 +2,10 @@
- [📖 Home](./Home) - [📖 Home](./Home)
- [👷 Building from Source](./building) - [👷 Building from Source](./building)
- Installing - [⬇️ Installing](./install)
- [🐳 Docker](./install-docker) - [🐳 Docker](./install-docker)
- [🐧 Linux](./install-linux) - [🐧 Linux](./install-linux)
- Configuration - [⚙️ Configuration](./config)
- [🏠 HomeAssistant Setup](./config-homeassistant) - [🏠 HomeAssistant Setup](./config-homeassistant)
- [⚙️ Admin Panel](./config-admin-panel) - [🧑‍💻 Admin Panel](./config-admin-panel)
- [📚 Advanced Configuration](./config-advanced) - [📚 Advanced Configuration](./config-advanced)

@ -1,11 +1,11 @@
# ⚙️ Admin Panel # 🧑‍💻 Admin Panel
The Admin Panel is the right place to configure and customize EcoDash. The Admin Panel is the right place to configure and customize EcoDash.
## How to access the Admin Panel ## How to access the Admin Panel
After installing and starting EcoDash, you will have the server running on the port you specified of the local IP address of the machine on which EcoDash is running. After installing and starting EcoDash, you will have the server running on the port you specified of the local IP address of the machine on which EcoDash is running.
If this is the first time you've run EcoDash, you will load directly into the Admin Panel, and you won't be able to leave it until you've changed the settings. If this is the first time you've run EcoDash, you will load directly into the Admin Panel upon opening the site, and you won't be able to leave it until you've completed the first run configuration.
After the first run, click the "Admin" button in the left side of the navbar, or in the hamburger menu from mobile devices. After the first run, click the "Admin" button in the left side of the navbar, or in the hamburger menu from mobile devices.
If you do not see that button, you can still access the admin panel by appending "/admin" to the URL of your EcoDash homepage. If you do not see that button, you can still access the admin panel by appending "/admin" to the URL of your EcoDash homepage.

7
config.md Normal file

@ -0,0 +1,7 @@
# ⚙️ Configure EcoDash
In order to get EcoDash perfectly configured to fit your taste, we recommend you first set up HomeAssistant to work with EcoDash, then check out the Admin Panel page.
- [🏠 HomeAssistant Setup](./config-homeassistant)
- [🧑‍💻 Admin Panel](./config-admin-panel)
- [📚 Advanced Configuration](./config-advanced)

8
install.md Normal file

@ -0,0 +1,8 @@
# ⬇️ Installing EcoDash
We provide simple and easy-to-follow guides to get EcoDash installed and running for the following platforms:
- [🐳 Docker](./install-docker) (multiplatform)
- [🐧 Linux](./install-linux)
For **Windows** and **MacOS** users who do not wish to use Docker: we do not provide pre-built binaries for your operating system. Check out [👷 Building](./building) to learn how to create your own.