Add TLS resolvers to allow acme challenges to resolve
Configure non-docker apps to proxy to host.docker.internal Configure triliumnext-notes to use port 8080 Add host.docker.internal to caddy docker-compose Explicitly specify .env file for caddy container Remove port expose for triliumnext-notes container
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
zone_token {env.CF_ZONE_TOKEN}
|
||||
api_token {env.CF_API_TOKEN}
|
||||
}
|
||||
resolvers 1.1.1.1 1.0.0.1
|
||||
}
|
||||
}
|
||||
(secure) {
|
||||
@@ -62,7 +63,7 @@
|
||||
import ttt-log {args[0]}
|
||||
import tls
|
||||
import secure *
|
||||
import ttt-proxy 192.168.1.234 {args[1]}
|
||||
import ttt-proxy host.docker.internal {args[1]}
|
||||
}
|
||||
}
|
||||
(ttt-app-alt) {
|
||||
@@ -108,7 +109,7 @@ import ttt-app homepage 3001
|
||||
|
||||
# Alternate configuration (different subdomain and docker compose project name)
|
||||
import ttt-app-alt budget actual-server-app-1 5006
|
||||
import ttt-app-alt trilium triliumnext-notes-app-1 8040
|
||||
import ttt-app-alt notes triliumnext-notes-app-1 8040
|
||||
import ttt-app-alt trilium triliumnext-notes-app-1 8080
|
||||
import ttt-app-alt notes triliumnext-notes-app-1 8080
|
||||
import ttt-app-alt stash stashapp-app-1 9999
|
||||
import ttt-app-alt pihole1 192.168.1.116 80
|
||||
|
||||
Reference in New Issue
Block a user