this post was submitted on 23 Nov 2022
13 points (100.0% liked)

Asklemmy

43400 readers
1456 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_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I'm not that technical person, i need to hear from you. I'm planning to hire someone to modify a Lemmy fork for me as i need to add new features, also i have to declare the source code to align with AGPL-3.

The question is, if i put my code on self-hosetd Gitea can i get the important updates from the master brunch of lemmy on github? especially the security updates.

Please tell me if this is possible!

top 6 comments
sorted by: hot top controversial new old
[โ€“] nutomic@lemmy.ml 6 points 2 years ago (1 children)

Yes you can add our github as a remote in git, and pull/merge changes manually (which you have to do anyway). In fact it doesnt make any real difference where your repo is hosted.

What kind of changes do you want to make?

[โ€“] jay91@lemmy.ml 4 points 2 years ago* (last edited 2 years ago) (1 children)

1-I will ask someone to help with the RTL.

2- Card View on mobile is very important, so yes that's to be done as well. (I don't like the current view of Lemmy on mobile) Hexbear.net on mobile is good.

3- I will ask the developer to add Q&A option to the posting form, when the option is checked, a Q&A label must be shown next to the title of that post.

4- Fields for sponsored links to fund the service. Donations culture is not that big in my place.

5- The homepage on desktop will be redesigned, the list of posts will be in the middle, with 2 sidebars, on the left and right.

[โ€“] nutomic@lemmy.ml 4 points 2 years ago (1 children)

That sounds great. I hope you can find a developer who has some experience with open source, because many of these changes should be merged into Lemmy directly. Especially RTL support (or rather bidi) has been requested by many people. In fact there is already an RTL fork of lemmy-ui which could help you get started.

The other changes you mention could also be merged directly into lemmy-ui (except the homepage redesign i guess). Then others can also benefit from them, and it would be much easier for you to upgrade to new Lemmy versions. I suggest you open issues to discuss these changes (or look for existing issues). You can also join the Lemmy Dev Matrix chat.

[โ€“] jay91@lemmy.ml 4 points 2 years ago* (last edited 2 years ago) (1 children)

In fact there is already an RTL fork of lemmy-ui which could help you get started.

i saw this one, as i had a discussion about it on Github.

I absolutely don't mind merging any changes with Lemmy as will pay for this by one way or another, all is care about for now to find a developer who can implement all these changes.

[โ€“] nutomic@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

You can make a post to ask for a dev in !lemmy@lemmy.ml, maybe also on Matrix and in the rtl Github issue.

[โ€“] JoYo@lemmy.ml 4 points 2 years ago

you'd have to manually merge or rebase each update to your fork.