Move statistics from panel logs to site

This commit is contained in:
Giuseppe Criscione 2024-10-04 15:22:05 +02:00
parent b5a7624c3b
commit 143b31fd22
3 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -12,4 +12,6 @@
/panel/logs/*
/panel/node_modules/*
/site/statistics/*
!.gitkeep

View File

@ -101,7 +101,7 @@ schemes:
statistics:
enabled: true
path: '${system.panel.paths.logs}/statistics'
path: '${site.path}/statistics'
templates:
path: '${%ROOT_PATH%}/site/templates'

0
site/statistics/.gitkeep Normal file
View File