this post was submitted on 26 Jul 2023
30 points (91.7% liked)

Selfhosted

37796 readers
920 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
30
Ideas wanted (lemmy.world)
submitted 11 months ago* (last edited 11 months ago) by TvanBuuren@lemmy.world to c/selfhosted@lemmy.world
 

Hey all. Ive been hosting some software for a while now, some private, some public stuff.

Recently ive gotten myself a domain name, and i'm trying to come up with a good way to have access to both the public AND the private on the same URL. Simpleton that i am i thought about putting the public in an inline frame with a banner with links at the top, but im sure there are better ways.

Any ideas how to do this from this community?

Edit : After all these comments, i stumbled upon Nginx. After some startup problems, i now have Nginx running in a docker on the same remote server. Plenty of questions left but most notably (and hereby clarified) : Is there something like a management page-thingy i can install that lets me manage the content of the various containers? Think sonarr, a torrent client, nginx, etc.

you are viewing a single comment's thread
view the rest of the comments
[–] midas@ymmel.nl 15 points 11 months ago (5 children)

Not sure if I completely understand but I think you want public service 1 accessible on subdomains s1.domain.com and internal service 2 on s2.domain.com?

Just point the A record for s2 to an internal ip address (or a tailscale ip). The only thing dns does is translate a (sub)domain to an ip address. So outside of your network s2.domain.com wouldn't resolve but inside your network it would.

[–] TvanBuuren@lemmy.world 1 points 11 months ago (1 children)

subdomains would work, though ive never worked on it without a gui. Time to do some learning i guess :)

[–] ThreeHalflings@lemmy.world 1 points 11 months ago

OK, I didn't read before answering, probably ignore my answer below but I'll leave it up incase someone learns something from it.

load more comments (3 replies)