stackedit
v5.14.0
Pagedown, Stack Overflow에서 사용하는 Markdown 라이브러리 및 기타 스택 교환 사이트를 기반으로 한 전체 기능을 갖춘 오픈 소스 Markdown 편집기.
https://stackedit.io/
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportStackedit Helm 차트를 사용하면 모든 Kubernetes 클러스터에 쉽게 Stackedit 배포를 할 수 있습니다. 이를 사용하여 기존 Ingress 컨트롤러 및 Cert-Manager로 배포를 구성 할 수 있습니다.
# Add the StackEdit Helm repository
helm repo add stackedit https://benweet.github.io/stackedit-charts/
# Update your local Helm chart repository cache
helm repo update
# Deploy StackEdit chart to your cluster
helm install --name stackedit stackedit/stackedit
--set dropboxAppKey= $DROPBOX_API_KEY
--set dropboxAppKeyFull= $DROPBOX_FULL_ACCESS_API_KEY
--set googleClientId= $GOOGLE_CLIENT_ID
--set googleApiKey= $GOOGLE_API_KEY
--set githubClientId= $GITHUB_CLIENT_ID
--set githubClientSecret= $GITHUB_CLIENT_SECRET
--set wordpressClientId= " $WORDPRESS_CLIENT_ID "
--set wordpressSecret= $WORDPRESS_CLIENT_SECRET나중에 Stackedit을 최신 버전으로 업그레이드하기 위해 :
helm repo update
helm upgrade stackedit stackedit/stackeditStackedit을 제거하려면 :
helm delete --purge stackedit기존 Ingress 컨트롤러 및 Cert-Manager 발급자를 사용하려면 :
# See https://docs.cert-manager.io/en/latest/tutorials/acme/quick-start/index.html
helm install --name stackedit stackedit/stackedit
--set dropboxAppKey= $DROPBOX_API_KEY
--set dropboxAppKeyFull= $DROPBOX_FULL_ACCESS_API_KEY
--set googleClientId= $GOOGLE_CLIENT_ID
--set googleApiKey= $GOOGLE_API_KEY
--set githubClientId= $GITHUB_CLIENT_ID
--set githubClientSecret= $GITHUB_CLIENT_SECRET
--set wordpressClientId= " $WORDPRESS_CLIENT_ID "
--set wordpressSecret= $WORDPRESS_CLIENT_SECRET
--set ingress.enabled=true
--set ingress.annotations. " kubernetes.io/ingress.class " =nginx
--set ingress.annotations. " cert-manager.io/cluster-issuer " =letsencrypt-prod
--set ingress.hosts[0].host=stackedit.example.com
--set ingress.hosts[0].paths[0]=/
--set ingress.tls[0].secretName=stackedit-tls
--set ingress.tls[0].hosts[0]=stackedit.example.com