diff --git a/.gitignore b/.gitignore index 10df641..9cf0888 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ *.swo *~ .DS_Store -cloudflare-config.yml my-blog/public/ dist node_modules @@ -15,3 +14,4 @@ bin/ailog docs my-blog/static/index.html my-blog/templates/oauth-assets.html +cloudflared-config.yml diff --git a/cloudflared-config.yml b/cloudflared-config.yml deleted file mode 100644 index 44d8805..0000000 --- a/cloudflared-config.yml +++ /dev/null @@ -1,18 +0,0 @@ -tunnel: ec5a422d-7678-4e73-bf38-6105ffd4766a -credentials-file: /Users/syui/.cloudflared/ec5a422d-7678-4e73-bf38-6105ffd4766a.json - -ingress: - - hostname: log.syui.ai - service: http://localhost:4173 - originRequest: - noHappyEyeballs: true - - - hostname: ollama.syui.ai - service: http://localhost:11434 - originRequest: - noHappyEyeballs: true - httpHostHeader: "localhost:11434" - # Cloudflare Accessを無効化する場合は以下をコメントアウト - # accessPolicy: bypass - - - service: http_status:404