feat: self-host TweetNaCl, add server-side PoW captcha (PHP), activate categoriesService

This commit is contained in:
2026-02-06 14:04:24 +01:00
parent 1aa723728e
commit ebb5b2f86d
13 changed files with 210 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v40';
const CACHE_NAME = 'dgray-v41';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -57,6 +57,8 @@ const STATIC_ASSETS = [
// Vendor
'/js/vendor/cropper.min.js',
'/js/vendor/nacl-fast.min.js',
'/js/vendor/nacl-util.min.js',
// Locales
'/locales/de.json',