this post was submitted on 04 Aug 2024
61 points (98.4% liked)

Asklemmy

43336 readers
1493 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I'm stuck at a crossroads between what to do with my own. Not sure if I want to make it more of a documentation/wiki style site for everything I'm interested in or if I want to treat it more like a blog. I've got it hooked up to ActivityPub now and I'm intrigued by the possibilities that brings to the table, but I don't think I'd want it to replace my Mastodon account, which puts it in a weird sort of limbo.

So I want to know, what do you use your own website for?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 month ago (1 children)

Just basic information about myself and maybe a thing or two I've done on the Internet.

Someday if I get the time or the server resources, I'd add subdomains to it to host other stuff, for example "lemmy.example.com", while "example.com" would just be the basic information, and probably a directory to all the other subdomain stuff.

[โ€“] [email protected] 4 points 1 month ago (2 children)

A reverse proxy will solve this for you in an afternoon of setup :)

[โ€“] [email protected] 2 points 1 month ago

I don't have anything hosted just yet, but when I do, I'll look into a reverse proxy

[โ€“] [email protected] 1 points 1 month ago

Depends, my setup is basically the same BUT:

When you access example.com, you see a generic site tells g you this is my Domain and used for some personal projects. On it is a link to blog.example.com (obviously a blog) and other public services like search.example.com (being a searxng instance).

But there's a fuckton of subdomains that are not linked like nextcloud.example.com, myTelegrambot.example.com, etc.

Also not all are hosted on the same server and some subdomains point to other IPs. For some services I do have another domain, but in general, they're just grouped with some logic.

Not sure what a reverse proxy would offer me here...