[BREAKGLASS] Append-only mirror of github.com/btcpayserver/shopify-app
Go to file
2024-12-29 16:52:48 +01:00
.vscode initial commit 2024-10-12 19:29:04 +01:00
app resolve mutliple cors 2024-12-27 17:45:56 +01:00
extensions resolve mutliple cors 2024-12-27 17:45:56 +01:00
nginx/vhost Make sure cors works on server errors. 2024-12-27 17:34:13 +01:00
prisma Generating sqlite migrations. 2024-11-26 19:00:09 +01:00
public initial commit 2024-10-12 19:29:04 +01:00
.dockerignore initial commit 2024-10-12 19:29:04 +01:00
.editorconfig initial commit 2024-10-12 19:29:04 +01:00
.env.example Rename extension config + update .env.example. 2024-12-17 14:47:43 +01:00
.eslintignore initial commit 2024-10-12 19:29:04 +01:00
.eslintrc.cjs initial commit 2024-10-12 19:29:04 +01:00
.gitignore Adding nginx default.conf to gitignore. 2024-12-24 00:44:08 +01:00
.graphqlrc.js initial commit 2024-10-12 19:29:04 +01:00
.npmrc initial commit 2024-10-12 19:29:04 +01:00
.prettierignore initial commit 2024-10-12 19:29:04 +01:00
CHANGELOG.md initial commit 2024-10-12 19:29:04 +01:00
docker-compose.yml Pin nodeJS alpine image to 3.20 due to bug with SSL; change location of database file to be inside data directory. 2024-12-17 14:47:43 +01:00
Dockerfile Pin nodeJS alpine image to 3.20 due to bug with SSL; change location of database file to be inside data directory. 2024-12-17 14:47:43 +01:00
env.d.ts initial commit 2024-10-12 19:29:04 +01:00
package-lock.json remove placeholder 2024-12-17 12:17:06 +01:00
package.json remove placeholder 2024-12-17 12:17:06 +01:00
README.md Update url. 2024-12-29 16:52:48 +01:00
remix.config.js initial commit 2024-10-12 19:29:04 +01:00
shopify.app.toml.example Fix placeholder. 2024-12-17 14:47:43 +01:00
shopify.web.toml initial commit 2024-10-12 19:29:04 +01:00
tsconfig.json initial commit 2024-10-12 19:29:04 +01:00
vite.config.js initial commit 2024-10-12 19:29:04 +01:00

BTCPay Server Shopify App

This is an app that provides a checkout extension to make it possible for Shopify merchants to accept Bitcoin payments using BTCPay Server.

You can find installation instructions on our official documentation page: BTCPay Server for Shopify

This app is based on the official Shopify Remix app template. Other than the original template we have a docker-compose.yml file in place that makes sure nginx and Let's Encrypt companion is deployed and can be used on any cheap VPS.