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

Creation of website with any Fully Qualified Domain Name (FQDN). #113

Open
1 of 2 tasks
Xieyt opened this issue Feb 14, 2024 · 1 comment
Open
1 of 2 tasks

Creation of website with any Fully Qualified Domain Name (FQDN). #113

Xieyt opened this issue Feb 14, 2024 · 1 comment
Assignees

Comments

@Xieyt
Copy link
Collaborator

Xieyt commented Feb 14, 2024

Description
Presently, with the fm, users are limited to creating sites that function as subdomains of localhost. Consequently, when such sites are deployed on a server and accessed via domain names mapped in the hosts file, they remain inaccessible from other computers. This issue arises because the mapping of subdomains of localhost to either public or private IP addresses encounters functionality challenges.

To address this limitation, fm should not restrict sitename to subdomain of localhost only, then users will need to manually perform hosts file mappings for sites that are not subdomains of localhost. To streamline this process, a command such as fm hosts sync can be implemented to facilitate hosts file synchronization for these scenarios.

Use Case
To use fm in servers.

Expected Behavior
curl <sitename> and the site should be accessible. OK

Related Issues/Pull Requests
#84

Tasks

@Xieyt
Copy link
Collaborator Author

Xieyt commented Feb 27, 2024

FQDN support is implemented in #117. Currently user will have to map the domain in hosts file.

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

No branches or pull requests

1 participant