this post was submitted on 09 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I buy this kind of domain

.xyz 1.111b class domain. Just 99c/year.

...so... how i point this to my ip public?

i select in manage, "use default nameservers" and click on "MANAGE DNS" and write this:

this is all i have to do??

Is the first time im doing this so i dont know if what im doing is the correct.

Also i ping to may domain and ping dont respond nothing.

ping 2424246.xyz

ping escribiendo.2424246.xyz

ping www.2424246.xyz

nothing respond.

i need to do something more to point the domain name to my public ip / server?

top 2 comments
sorted by: hot top controversial new old
[–] jws_shadotak@sh.itjust.works 1 points 10 months ago

Do you have port 80 and 443 forwarded from your router? Do you have nginx or similar set up to handle those requests? Those are the next steps.

Forward 80 and 443 to your device's local IP and use nginx to specify what domain requests to to what service.

Example:
Overseerr hosted on 192.168.1.44:5055. Nginx server receives a request from overseerr.examplesite.com. Nginx forwards that request to 192.168.1.44:5055.

[–] SelfmadeRuLeZ@alien.top 1 points 10 months ago

If you ping it, is the domain resolved correctly? So the ping tries to ping 186.23.X.X?

Can you ping it with using the public ip without domain?

Maybe your router blocks ICMP requests outside your network. Or your ISP blocks the traffic. Do you have a full Dual Stack (IPv4 and IPv6), Dual Stack Lite (IPv6 with NAT from ISP) or just a single public IPv6?