Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics.
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
Apparently you can run the wefwef.app front end as well.
I know. Wefwef doesn't belong to instance tho. The reason I asked this was, I wanted to know if the instances are restricted to use the default UI that lemmy provides
With enough nginx config you can probably get around it. You can send certain requests to certain programs and other requests to other programs.
So even if you had a server, with a particular domain/IP, and if lemmy was built to only run the API server alongside a web server whose client consumes from that API, you could reroute any requests that would have gone to the web server, to a wefwef instance instead.
Sorry if the tech jargon’s beyond you.
As an analogy, even if a McDonalds instance is a package deal combining the kitchen and the eating space, there are ways you could make it so that anyone showing up at that street address sees a Starbucks that can get you a McDonalds burger.
I know nginx mate. I understood what you said.