mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Fixed script shbangs and add an entry to usage API
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b65238ef36
commit
56be07ead7
3 changed files with 12 additions and 4 deletions
|
@ -4,23 +4,31 @@
|
||||||
"top": {
|
"top": {
|
||||||
"files.ari-web.xyz": 45.1,
|
"files.ari-web.xyz": 45.1,
|
||||||
"legacy.blog.ari-web.xyz": 31.8,
|
"legacy.blog.ari-web.xyz": 31.8,
|
||||||
"www.ari-web.xyz": 29.9
|
"ari-web.xyz": 29.9
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2022-08-28": {
|
"2022-08-28": {
|
||||||
"total": 30.0,
|
"total": 30.0,
|
||||||
"top": {
|
"top": {
|
||||||
"legacy.blog.ari-web.xyz": 9.2,
|
"legacy.blog.ari-web.xyz": 9.2,
|
||||||
"www.ari-web.xyz": 8.6,
|
"ari-web.xyz": 8.6,
|
||||||
"blog.ari-web.xyz": 7.3
|
"blog.ari-web.xyz": 7.3
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"2022-09-23": {
|
"2022-09-23": {
|
||||||
"total": 11.0,
|
"total": 11.0,
|
||||||
"top": {
|
"top": {
|
||||||
"www.ari-web.xyz": 3.4,
|
"ari-web.xyz": 3.4,
|
||||||
"blog.ari-web.xyz": 2.4,
|
"blog.ari-web.xyz": 2.4,
|
||||||
"legacy.blog.ari-web.xyz": 2.2
|
"legacy.blog.ari-web.xyz": 2.2
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"2022-09-28": {
|
||||||
|
"total": 40.0,
|
||||||
|
"top": {
|
||||||
|
"files.ari-web.xyz": 19.8,
|
||||||
|
"blog.ari-web.xyz": 5.6,
|
||||||
|
"ari-web.xyz": 5.6
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
0
scripts/minhtml.sh
Normal file → Executable file
0
scripts/minhtml.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue