Skip to content

Instantly share code, notes, and snippets.

@kkeisuke
Created August 19, 2017 14:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kkeisuke/9b361d0856dc721fd40d9fbf3c85b6e7 to your computer and use it in GitHub Desktop.
GitHub Pages から カスタムドメインで HTTPS 対応したくて Netlify に引っ越した際に検討した内容
@startuml
title 趣味 SPA を HTTPS 化したい
start
if (ドメインは?) then (*.github.io でよい)
:GitHub Pages;
else (カスタムドメイン使いたい)
if (ネームサーバー\n変更できる?) then (できる)
:GitHub Pages\n+\nCloudflare;
else (できない)
if (将来的には\nサーバーサイド\n欲しい?) then (欲しいかも)
:Firebase;
else (今は不要)
:Netlify;
endif
endif
endif
stop
note left : あくまで個人の感想です
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment