changed manage devices info

This commit is contained in:
seriousm4x
2021-09-28 01:15:30 +02:00
committed by GitHub
parent 8b1714eca3
commit 75ef2fce0b

View File

@@ -49,8 +49,8 @@ You can use the example [docker-compose.yml](docker-compose.yml) file and just r
## Manage devices
Click on the `Admin` button and login with your django backend user (see [#available-env-vars](#available-env-vars)). Once logged in you can manage your devices there.
Adding devices is (for now) only possible via the [/admin](/admin) backend. A frontend solution will be implemented in the future.
## Other infos
* The django container needs to run in host network mode to send the wakeonlan command on your local network. Therefore all other containers also need to run in host network mode. I don't like it but there is no way around.
* The django container needs to run in host network mode to send the wakeonlan command on your local network. Therefore all other containers also need to run in host network mode. I don't like it but there is no way around.