Remove local ssl setup in favor of pure http in local development

This commit is contained in:
2026-01-05 22:03:20 +01:00
parent 58de51f0b7
commit 01ffc6f1cf
3 changed files with 2 additions and 10 deletions

View File

@@ -43,12 +43,6 @@ package:
runx:
IMGFLOAT_CHANNELS_URL=http://localhost:8080/channels ./src/main/shell/run-electron-app-in-xorg
.PHONY: ssl
ssl:
mkdir -p local
keytool -genkeypair -alias imgfloat -keyalg RSA -keystore local/keystore.p12 -storetype PKCS12 -storepass changeit -keypass changeit -dname "CN=localhost" -validity 365
echo "Use SSL_ENABLED=true SSL_KEYSTORE_PATH=file:$$PWD/local/keystore.p12"
.PHONY: fix
fix: node_modules
./node_modules/.bin/prettier --write src