fix
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,7 +5,6 @@
|
|||||||
*.swo
|
*.swo
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
cloudflare-config.yml
|
|
||||||
my-blog/public/
|
my-blog/public/
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
@@ -15,3 +14,4 @@ bin/ailog
|
|||||||
docs
|
docs
|
||||||
my-blog/static/index.html
|
my-blog/static/index.html
|
||||||
my-blog/templates/oauth-assets.html
|
my-blog/templates/oauth-assets.html
|
||||||
|
cloudflared-config.yml
|
||||||
|
@@ -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
|
|
Reference in New Issue
Block a user