bugfix: Default path for entities files

This commit is contained in:
jamesread 2024-02-24 22:28:52 +00:00
parent fb2bb63d15
commit f3934b1906
1 changed files with 2 additions and 2 deletions

View File

@ -195,10 +195,10 @@ entities:
# will load properly. # will load properly.
# #
# Docs: https://docs.olivetin.app/entities.html # Docs: https://docs.olivetin.app/entities.html
- file: /etc/OliveTin/servers.yaml - file: /etc/OliveTin/entities/servers.yaml
name: server name: server
- file: /etc/OliveTin/containers.json - file: /etc/OliveTin/entities/containers.json
name: container name: container
# Dashboards are a way of taking actions from the default "actions" view, and # Dashboards are a way of taking actions from the default "actions" view, and