Skip to content
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

Added HT Dev Portfolio to the showcase. #344

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Hyperclaw79
Copy link

No description provided.

@benallfree
Copy link
Collaborator

Do you have an official domain name for this? I'd like to avoid showcasing *.vercel.app

@Hyperclaw79
Copy link
Author

Unfortunately, no. Since it's a simple project, I'm taking advantage of free resources. As of now, I didn't find a single free domain service with no strings attached.
Is having a custom domain a strict requirement?

@benallfree
Copy link
Collaborator

In #348 we were talking about maybe things being hosted entirely on pockethost.io would be okay too. What do you think?

@Hyperclaw79
Copy link
Author

Hyperclaw79 commented Dec 4, 2023

Oh if it is possible to host the entire thing on PocketHost, that would be really good since it will reduce the DB latency.
However, this is a svelte app written in typescript, so it would require a node environment to transpile the files into JS and start the local server at the edge.
Is something like that possible with Pockethost? I was under the impression that it can only serve static pages.

@benallfree
Copy link
Collaborator

You’d need to build it using the static adapter

@Hyperclaw79
Copy link
Author

Hyperclaw79 commented Dec 11, 2023

Unfortunately that would not be possible since my app has a middleman api (used to communicate with both Pocketbase and Github) which cannot be prerendered. It is not an SSG project so it would require a running node server I believe.

@benallfree
Copy link
Collaborator

@Hyperclaw79 I'm going to leave this open because we may achieve nodejs backend support soon. If we do, you'll be able to move your project from Vercel to here and then we can have the showcase :)

@Hyperclaw79
Copy link
Author

Sounds good!

@mohaidoss
Copy link

@benallfree @Hyperclaw79 maybe this can be of interest https://www.duckdns.org/ ? or *.duckdns.org is also a no ^^"

@benallfree
Copy link
Collaborator

@mohaidoss can you explain how please?

@mohaidoss
Copy link

⚠️ This is supposing that vercel doesn't use shared IPV4 !

DuckDns allows you to create subdomains and associate them to an IPV4/IPV6 address. I'm not sure how vercel works, but if you have the ip address associated with your website you can just link it to a DuckDns sub domain.

image

With the config above, test-vercel-access.duckdns.org will resolve to the ip above.

@Hyperclaw79
Copy link
Author

Hyperclaw79 commented Feb 15, 2024

@mohaidoss I think you missed @benallfree's point. The goal is not about eliminating Vercel domains per se but having the project itself hosted via Pockethost such that we have a fully qualified pockethost url. In that context, DuckDNS is being just another Vercel.
Ben correct me if I'm wrong but I think we're trying to reflect in that dashboard that the project belongs in the Pockethost ecosystem and that would be hard to achieve if it is being shown as hosted elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants