launcher: application launcher

Change-Id: I81d49a0651702dc821d683d6a4b3bbff6af3c753
diff --git a/core/installer/Makefile b/core/installer/Makefile
index 89a5715..5280a89 100644
--- a/core/installer/Makefile
+++ b/core/installer/Makefile
@@ -46,6 +46,9 @@
 rewrite:
 	./pcloud rewrite --ssh-key=/Users/lekva/.ssh/id_ed25519 --repo-addr=ssh://localhost:2222/config
 
+launcher:
+	./pcloud launcher --port=9090 --logout-url=http://localhost:8080
+
 ## installer image
 build_arm64: export CGO_ENABLED=0
 build_arm64: export GO111MODULE=on