Private
Public Access
1
0

chg: pkg: add JWT generation script to make Mercure safe #4

This commit is contained in:
2026-04-13 16:10:41 +02:00
parent 0c0b8ae920
commit 28221e092a
3 changed files with 161 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: help start start-build stop build down ps logs prune-everything db-reset
.PHONY: help start start-build stop build down ps logs prune-everything db-reset mercure-jwt
.DEFAULT_GOAL := help
@@ -38,6 +38,9 @@ prune-everything:
fi
docker compose down -v --rmi all --remove-orphans
mercure-jwt:
@php bin/generate-mercure-jwt.php
db-reset:
@echo "WARNING: This will DROP and RECREATE the database!"
@read -p "Type 'yes' to confirm: " confirm; \