this post was submitted on 12 Jun 2023
53 points (100.0% liked)

Selfhosted

38848 readers
217 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
 

Curious if anyone is working on the codebase for Lemmy. I'm sure we all see a few places where it could use some love.

The main repos are:

Personally, I've been working on a few small things for docs.

PS: Here's a pretty easy ticket to jump on if you want to get started :) https://github.com/LemmyNet/lemmy-ui/issues/1214

There is also a dev chat in their Matrix space: https://matrix.to/#/#lemmy-space:matrix.org

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

I thought about writing a few userscripts to fix some minor things I was dealing with... However, I really should checkout the source for lemmy-ui first. Maybe I could help out there.

As for the backend.. it's Rust all the way down right?

[–] [email protected] 1 points 1 year ago (1 children)

userscripts are great for proof of concept to show off and let people test it. However, can userscripts work across so many domains that lemmy instances are on? Maybe a list of domains has to be maintained in the userscript?

Any particular things you thought you might fix with userscripts?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Good points there.

Maybe this has some issues I hadnt thought about yet. I was thinking, in comments, certain Lemmy links should be rewritten so you load them on your own instance and can actually interact.

Like if a link is '[email protected]', rewrite it to 'usersinstance.tld/c/[email protected]' However, I guess if a community hasn't been discovered by that instance yet it would 404.

Obviously I haven't looked at the source or even activity pub spec so just thinking blindly.