File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ services:
45
45
- " traefik.http.middlewares.replacepathregex-media.replacepathregex.regex=^/media/(.*)"
46
46
- " traefik.http.middlewares.replacepathregex-media.replacepathregex.replacement=/api/v2/media/$$1"
47
47
- " traefik.http.routers.app-media.service=app"
48
- # /.well-known/nostr.json -> /api/v2/nostraddress
48
+ #
49
49
- " traefik.http.routers.app.rule=PathPrefix(`/`)"
50
50
- " traefik.http.routers.app.service=app"
51
- # /.well-known/nostr.json -> /api/v2/lightning
52
- - " traefik.http.routers.app-lightning.rule=Path(`/.well-known/lnurlp`)"
51
+ # /.well-known/lnurlp -> /api/v2/lightning
52
+ - " traefik.http.routers.app-lightning.rule=Path(`/.well-known/lnurlp/ `)"
53
53
- " traefik.http.routers.app-lightning.middlewares=replacepath-lightning"
54
- - " traefik.http.middlewares.replacepath-lightning.replacepath.path=/api/v2/lightningaddress"
54
+ - " traefik.http.middlewares.replacepath-lightning.replacepath.path=/api/v2/lightningaddress/ "
55
55
- " traefik.http.routers.app-lightning.service=app"
56
56
command : " npm run start"
57
57
mariadb :
You can’t perform that action at this time.
0 commit comments