Add realtime stats for filesystem

This commit is contained in:
2023-05-19 21:45:42 +02:00
parent 98c725f291
commit 794a38da19
8 changed files with 133 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ export let file = {
size: 0,
downloads: 0,
bandwidth_used: 0,
bandwidth_used_paid: 0,
}
let views = 0