.sqlite3 ext

master
Wouter Groeneveld 7 months ago
parent eec3c9da6d
commit 46f2624724

@ -21,7 +21,7 @@ order by total desc
limit 5
"""
dbpath = "/var/www/goatcounter/db/goatcounter.db"
dbpath = "/var/www/goatcounter/db/goatcounter.sqlite3"
if len(sys.argv) > 1:
dbpath = sys.argv[1]

@ -14,9 +14,9 @@
},
"scripts": {
"prenote": "node hooks/prenote.js",
"precommit": "node hooks/precommit.js",
"precompile": "python extras/popularposts.py > data/popularposts.json",
"precompile": "python3 extras/popularposts.py > data/popularposts.json",
"compile": "hugo --cleanDestinationDir --destination docs",
"predeploy": "/usr/local/bin/pagefind --source docs",
"deploy": "rsync --archive --delete docs/ /var/www/brainbaking/",

Loading…
Cancel
Save