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

allow subdomain #1064

Open
Serph91P opened this issue Dec 15, 2024 · 2 comments
Open

allow subdomain #1064

Serph91P opened this issue Dec 15, 2024 · 2 comments
Labels
idea An idea for a feature/improvement

Comments

@Serph91P
Copy link

Would love to selfhost puter but since you cannot specify the subdomain used for the API endpoint and I would already use a subdomain for puter this cannot work.

Should be easy to make the API endpoint be configurable as well as the domain used.

Thanks in advance

@Serph91P Serph91P added the idea An idea for a feature/improvement label Dec 15, 2024
@jwarwick-bry
Copy link

As a temporary workaround, putting a static entry in your hosts file seems to work. E.g.,
if you have a linux docker host named "docky" with ip address 192.168.0.33 and FQDN docky.home.local and you want to access the puter from your Windows workstation, then on the Windows workstation edit c:\windows\system32\drivers\etc\hosts and add something like:
192.168.0.33 api.docky.home.local docky.home.local docky

@Serph91P
Copy link
Author

As a temporary workaround, putting a static entry in your hosts file seems to work. E.g., if you have a linux docker host named "docky" with ip address 192.168.0.33 and FQDN docky.home.local and you want to access the puter from your Windows workstation, then on the Windows workstation edit c:\windows\system32\drivers\etc\hosts and add something like: 192.168.0.33 api.docky.home.local docky.home.local docky

using an reverse proxy with a puter.domain.com but as far as I understand it wants domain.com and api.domain.com. So sadly this does not work. Atleast that is what it says here: https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea An idea for a feature/improvement
Projects
None yet
Development

No branches or pull requests

2 participants