Skip to content

Commit cf37e9f

Browse files
authored
Add subscription take 2 (#26)
1 parent d4ec114 commit cf37e9f

16 files changed

Lines changed: 1680 additions & 394 deletions

File tree

Caddyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ http://localhost:9090 {
1010

1111
handle @saas {
1212
uri strip_prefix /api
13-
reverse_proxy https://api.lnbits.com {
13+
reverse_proxy http://localhost:8888 {
1414
header_up Host api.lnbits.com
1515
}
1616
}
1717

1818
handle /* {
19-
reverse_proxy localhost:5005
20-
19+
reverse_proxy localhost:8080
20+
2121
}
2222
}

package-lock.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"axios": "^1.6.0",
1919
"echarts": "^5.4.1",
2020
"pinia": "^2.0.11",
21+
"qrcode.vue": "^3.6.0",
2122
"quasar": "^2.12.7",
2223
"vue": "^3.0.0",
2324
"vue-echarts": "^6.5.4",

0 commit comments

Comments
 (0)