this post was submitted on 14 Jan 2024
47 points (96.1% liked)

Selfhosted

39250 readers
253 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
 

Github has become more bloated, slower and more user-hostile with each update (just like all other big corp platforms). SPA navigation slow like hell, the "new" file viewer/browser is hardly usable in my opinion, code search does not work without login, etc. So are there any good alternative FE where the following work (read only mode is enough):

  • Basic git stuff like commits, branches, tags, etc
  • File browser
  • Code search
  • Issues
  • Pull requests
  • Conversations
  • Wiki

For file browsing and searching I know the github1s.

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

In run a personal instance of forgejo, love it.

Everything I want regarding version control and workers. And more lightweight on the frontend side.

https://forgejo.org/

[–] [email protected] 4 points 8 months ago (1 children)

+1 for Forgejo. Runs butter smooth even on not so high-end machines. You can even mirror your GitHub repos.

Plus: It is not owned by a for-profit organization.

[–] itmosi 12 points 8 months ago

I already self host my git server, I'm looking for an alternative front-end to browse github (because a lot of open source stuff still lives on it).