Project

General

Profile

Forges » History » Revision 27

Revision 26 (_I3^ RELATIVISM, 01/21/2021 10:47 PM) → Revision 27/30 (_I3^ RELATIVISM, 01/21/2021 10:48 PM)

h1. Forges 

 h2. Requirements 

 * Fully free software 
 * Low resource usage 
 * Javascript requirements: 
 ** Friendly upstream that accepts patches to make all features work without JavaScript 
 ** Code base that don't depend a lot on JavaScript 
 ** If possible all features should be usable without JavaScript 
 ** If possible the JavaScript has to be compatible with LibreJS 
 * Workflow requirements: 
 ** Have the ability to tell users, from within the forge how to send patches to the mailing list 
 ** Friendly upstream that can accept patches for integrating it with a mailing based workflow. 
 ** Code base where integrating a mailing list based workflow is not too hard to do 
 * Have it packaged in a distribution we can use in the FSF VMs to reduce maintenance cost 

 h2. Forge evaluations done by other Free Software organizations 

 The FSF is currently evaluating forges to compliment their Savannah servers: https://www.fsf.org/blogs/sysadmin/coming-soon-a-new-site-for-fully-free-collaboration 

 FSF 2020 forge evaluation page on the LibrePlanet wiki: https://libreplanet.org/wiki/FSF_2020_forge_evaluation 

 December 4th, 2020 update: "The FSF forge is still a work in progress. Since our last update, summer intern Amin Bandali deployed a testing instance of SourceHut, one of many possible programs for the forge." https://www.fsf.org/bulletin/2020/fall/updates-from-the-fsf-tech-team 

 h2. Possible forges for Replicant 

 h3. Gitlab 

 We used gitlab before and we had resource usage issues. The VM went out of RAM because of that. 

 It also extensively depends on JavaScript and it doesn't look easy at all to fix.  

 From our FOSDEM 2020 report that is not yet released: 
 <pre> 
 They used a framework that did most of the work on the server side, 
 but at some point they switched to a framework that does JavaScript 
 on the client side. 

 Accepting patches to fix that would require to double the UI work for 
 everything, but it might be possible to do server side rendering for 
 JavaScript. The issue is that it cannot make requests from buttons 
 like that, so in addition to the page rendering that could happen 
 through server-side JavaScript, introspection could be used to 
 rewrite the buttons. 
 </pre> 

 It also hide buttons, which is awful for users as they don't understand what is going on. 

 Packages: ? 

 h3. Libregit.org (GOGS/Gitea) 

 *Website*: https://libregit.org 
 *Primary Developer*: SharePunks Collective - spks.cc 
 *Primary Maintainer*: Lauris BH 

 *Pros* 

 * Based of Gitea and Gogs, so self-hosting is the focus. 
 * LibreJS complaint. 
 * Simple user export and import of data, including migration feature. 
 * Simple and easy to use interface, making for the easy integration for non-technical users. 
 * FSDG complaint distributions installations would both work with minimal effort. 

 *Cons* 

 * MIT Licensed, not committed to free software philosophies given it is permissibly licensed. 
 * Email setup is not the most straight forward but it could be accomplished. 
 * The size of the project is growing exponentially given its upstream, which includes GOGS/Gitea. 

 Packages: ? 

 h3. h4. Pagure 

 *Website*: https://pagure.io/pagure 
 *Command line tools* : https://pagure.io/pag-off 

 Features: 
 * "The buttons seem to be greyed out when they cannot be used":https://pagure.io/pagure/pull-request/4786 This is much better than Gitlab where the buttons like "Send pull request" completely disappear if the feature is deactivated. Having button like that disappearing is really bad as users struggle to understand what they are doing wrong and can't contribute, when in fact the feature is simply deactivated without any way that shows it. 
 * It's possible to create a theme that replaces the Pull Requests tab with a link (for instance the link could point to a page that explains how to send patches to the mailing list). src.fedoraproject.org uses that to replace the Issues tab with a link to Red Hat's Bugzilla 
 * It's compatible with LibreJS but still requires JavaScript for some functionalities. Upstream seem friendly and is "probably very interested in getting patches to make it possible to use all features without any JavaScript":https://pagure.io/pagure/issue/3507 . Few features seem to depend on JavaScript. 
 * There is some interest in bridging a mailing based workflow to pagure: https://pagure.io/pagure/issue/15 

 Packages: "currently packaged in Debian SID":https://packages.debian.org/sid/pagure, in "a PPA":https://packages.ubuntu.com/focal/pagure, might be packaged in other distributions 

 Contacts: #pagure on Freenode and/orthe pagure-devel@lists.pagure.io mailing list 

 h3. h5. Sourcehut 

 *Website*: https://sourcehut.org 
 *Primary Maintainer*: Drew Devault - sir@cmpwn.com 
 *Person who wrote this section*: j3s - j3s@c3f.net (feel free to contact me with any questions!) 

 *Pros* 

 * Completely integrated mailing list, build, todo, hub, and git repositories. Organizations/groups coming eventually. 
 * Only has 3 static js files. Extremely easy to support LibreJS. Requires no Javascript to function. 
 * Simple user export of data 
 * AGPLv3, committed to free software philosophies and open source communities https://sourcehut.org/blog/2019-10-23-srht-puts-users-first/ 
 * Also has wiki/manpage support, a paste service, and a dispatch service. 
 * Trisquel/Parabola installations would both work with minimal fuss: https://man.sr.ht/packages.md 

 *Cons* 

 * Alpine Linux is the most supported distribution, and doesn't meet RYF certification. 
 * Email setup can be a bit more complicated than alternatives, but it's fine if one is familiar with email concepts - SPF/DKIM/etc 
 * Drew maintains that sourcehut is "in alpha stage" - he goes over what that means here: https://sourcehut.org/alpha-details 

 *See Also* 

 Relevant email from the libreplanet-dev email list about how the Sourcehut CI can optionally be adapted to provide CI support for other forges, like Pagure and Gitea: https://lists.libreplanet.org/archive/html/libreplanet-dev/2021-01/msg00001.html