Skip to content

Commit ae6e397

Browse files
authored
Merge pull request #86 from supabase-community/feat/edge-function-for-certificates
feat: use Supabase Edge Functions to handle Let's Encrypt certificate
2 parents 47b786e + 6420708 commit ae6e397

File tree

20 files changed

+3182
-252
lines changed

20 files changed

+3182
-252
lines changed

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
}
1616
}
1717
]
18-
}
18+
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"deno.enablePaths": ["supabase/functions"],
33
"deno.lint": true,
4-
"deno.unstable": true,
4+
"deno.unstable": false,
55
"[javascript]": {
66
"editor.defaultFormatter": "esbenp.prettier-vscode"
77
},

apps/proxy/tools/certbot/.env.example

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/proxy/tools/certbot/Dockerfile

Lines changed: 0 additions & 47 deletions
This file was deleted.

apps/proxy/tools/certbot/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

apps/proxy/tools/certbot/certbot.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

apps/proxy/tools/certbot/deploy-hook.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/proxy/tools/certbot/docker-compose.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/proxy/tools/certbot/entrypoint.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

apps/proxy/tools/certbot/fly.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)