From f3934b190682686a1ba36a1e058d58f158dcc756 Mon Sep 17 00:00:00 2001 From: jamesread Date: Sat, 24 Feb 2024 22:28:52 +0000 Subject: [PATCH] bugfix: Default path for entities files --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index bdbcf11..4e51976 100644 --- a/config.yaml +++ b/config.yaml @@ -195,10 +195,10 @@ entities: # will load properly. # # Docs: https://docs.olivetin.app/entities.html - - file: /etc/OliveTin/servers.yaml + - file: /etc/OliveTin/entities/servers.yaml name: server - - file: /etc/OliveTin/containers.json + - file: /etc/OliveTin/entities/containers.json name: container # Dashboards are a way of taking actions from the default "actions" view, and