js-table #364

Merged
marie merged 23 commits from js-table into staging 2024-04-14 17:56:45 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 83c0285204 - Show all commits

1
stats/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tmp/

6
stats/s.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm -rf tmp
mkdir tmp
scp root@128.140.64.118:"/var/log/nginx/access.log*" ./tmp/
zcat -f ./tmp/access.log* | goaccess --log-format=COMBINED