From fb36078fb52d494ef03dd142fcb579f1d800dba8 Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Fri, 19 Apr 2024 18:15:33 +0200 Subject: [PATCH] Add indexes --- _Sidebar.md | 6 +++--- config-admin-panel.md | 4 ++-- config.md | 7 +++++++ install.md | 8 ++++++++ 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 config.md create mode 100644 install.md diff --git a/_Sidebar.md b/_Sidebar.md index 2ed6656..3b84039 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -2,10 +2,10 @@ - [📖 Home](./Home) - [👷 Building from Source](./building) -- Installing +- [⬇️ Installing](./install) - [🐳 Docker](./install-docker) - [🐧 Linux](./install-linux) -- Configuration +- [⚙️ Configuration](./config) - [🏠 HomeAssistant Setup](./config-homeassistant) - - [⚙️ Admin Panel](./config-admin-panel) + - [🧑‍💻 Admin Panel](./config-admin-panel) - [📚 Advanced Configuration](./config-advanced) diff --git a/config-admin-panel.md b/config-admin-panel.md index f8b7944..27e5719 100644 --- a/config-admin-panel.md +++ b/config-admin-panel.md @@ -1,11 +1,11 @@ -# ⚙️ Admin Panel +# 🧑‍💻 Admin Panel The Admin Panel is the right place to configure and customize EcoDash. ## 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. -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. If you do not see that button, you can still access the admin panel by appending "/admin" to the URL of your EcoDash homepage. diff --git a/config.md b/config.md new file mode 100644 index 0000000..a420a62 --- /dev/null +++ b/config.md @@ -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) \ No newline at end of file diff --git a/install.md b/install.md new file mode 100644 index 0000000..1628f5e --- /dev/null +++ b/install.md @@ -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. \ No newline at end of file