Skip to content

feat: use Supabase Edge Functions to handle Let's Encrypt certificate #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deno.enablePaths": ["supabase/functions"],
"deno.lint": true,
"deno.unstable": true,
"deno.unstable": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down
9 changes: 0 additions & 9 deletions apps/proxy/tools/certbot/.env.example

This file was deleted.

47 changes: 0 additions & 47 deletions apps/proxy/tools/certbot/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions apps/proxy/tools/certbot/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions apps/proxy/tools/certbot/certbot.sh

This file was deleted.

13 changes: 0 additions & 13 deletions apps/proxy/tools/certbot/deploy-hook.sh

This file was deleted.

38 changes: 0 additions & 38 deletions apps/proxy/tools/certbot/docker-compose.yml

This file was deleted.

42 changes: 0 additions & 42 deletions apps/proxy/tools/certbot/entrypoint.sh

This file was deleted.

4 changes: 0 additions & 4 deletions apps/proxy/tools/certbot/fly.toml

This file was deleted.

5 changes: 5 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workspace": {
"members": ["supabase/functions"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary to be able to mix Deno and npm workspaces in order to import the Database type from @postgres-new/supabase in our Edge Functions.

}
}
Loading