stavros-k
Explore posts from serversCDCloudflare Developers
•Created by stavros-k on 2/24/2025 in #general-help
Does nameservers have issues?
There is a record pointing to a CF page going up and down for the past 20min.
dnschecker does not resolve it. No changes done in the last 2 weeks on that record.
2 replies
IImmich
•Created by stavros-k on 6/16/2023 in #help-desk-support
Which environment variables are used by each container?
Hello, I'm trying to figure out which environment variables are used by each containers, but I don't see them anywhere documented (only what they do, but not which continer makes use of them).
What I'm trying to accomplish:
I want each container to have exactly the info it needs, no more no less.
For example, I don't think the proxy needs the database credentials.
Is there somewhere I can get this info?
Thanks
71 replies
CDCloudflare Developers
•Created by stavros-k on 3/14/2023 in #workers-help
Starting out with workers and bundling code
Hello, we are trying to build a worker using
hono
and sequelize
. It's basically an API that we will call from various locations, to do CRUD ops into a database (aws aurora mysql currently).
Any pointers on how to bundle the code? I've tried to set `type = "webpack" in wrangler.toml but seems like it's deprecated?
Thanks21 replies