Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oknozor/gill
Gill is a free and open-source git-service based on ActivityPub and ForgeFed
https://github.com/oknozor/gill
activitypub forgefed git
Last synced: 2 months ago
JSON representation
Gill is a free and open-source git-service based on ActivityPub and ForgeFed
- Host: GitHub
- URL: https://github.com/oknozor/gill
- Owner: oknozor
- License: mit
- Created: 2022-11-15T00:34:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T12:23:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:23:40.741Z (8 months ago)
- Topics: activitypub, forgefed, git
- Language: Rust
- Homepage:
- Size: 32.7 MB
- Stars: 36
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gill
[![CI](https://github.com/oknozor/gill/actions/workflows/CI.yml/badge.svg)](https://github.com/oknozor/gill/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/oknozor/gill/branch/main/graph/badge.svg?token=45W3HMLDU8)](https://codecov.io/gh/oknozor/gill)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
![GitHub](https://img.shields.io/github/license/oknozor/gill)
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/gillpub/gill/latest?label=docker)](https://hub.docker.com/repository/docker/gillpub/gill/general)
[![Join the chat on matrix at #gill:hoohoot.org](https://img.shields.io/badge/%5Bm%5D-%23gill%3Ahoohoot.org-blue.svg)](https://matrix.to/#/#gill:hoohoot.org)Gill is a free and open-source git-service based on [ActivityPub](https://www.w3.org/TR/activitypub/)
and [ForgeFed](https://forgefed.org/). Gill servers are interoperable with other ForgeFed implementation,
allowing users to manage bug reports, merge requests and notifications across instances.## Disclaimer
⚠️ Gill is far from being ready for production use.
Use at your own risk, expect bugs and breaking changes until first release.## Demo
Here is a [live demo](https://home-raspberry.gill.pub/oknozor/gill) of Gill.
Note that the instance is self-hosted on a Raspberrypi 3 with an average upload bandwidth of 4.19Mbps so
it might feel slow depending on your location.## Goal
- Provide a decentralized alternative proprietary git-service.
- Compatibility with other [ForgeFed](https://forgefed.org/) implementation.
- Easy to self-host.## Planned Features
### Interoperability with [ForgeFed](https://forgefed.org/) implementation
You should be free to choose which platform suits you the most.
Checkout other ForgeFed implementation.### Git service
Manage merge request, branch protection, user permission, explore repositories etc.
### Project management
Issue tracker, merge request comment, project, kanban etc.
### Rest API
Interface with the Rest API to create plugins, third party tools, bot etc.
## Why is Gill hosted on GitHub ?
For now, we need visibility and support, unfortunately GitHub is the only place offering this.
When the time comes this repository will turn into a read-only mirror and Gill will host itself.## Can I help ?
### Contributions
While most of the git related features are there. Gill is still at a very early stage.
I am not ready to accept contribution yet, but I hope to get there soon.### Financial support
I quit my job in November 2022, and I am working full time on Gill since.
Consider donating to help me continue doing so.### Contact
You can contact me via the [#general-forgefed:matrix](https://matrix.to/#/#general-forgefed:matrix.batsense.net)
channel.## Screenshots
These are screenshots of the current Gill user interface which is likely to change.
| ![screenshot](docs/assets/sc_1.png) | ![screenshot](docs/assets/sc_2.png) |
|-------------------------------------|-------------------------------------|
| ![screenshot](docs/assets/sc_3.png) | ![screenshot](docs/assets/sc_4.png) |## License
All the code in this repository is released under the MIT License, for more information take a look at the [LICENSE](LICENSE) file.