Kevin Schoon 1 day ago
564 commits
main
f97a8493
parameterize multiuser container base image
file commit size mode time
.ayllu simplify build script NaN B d--------- 4 months ago
.containerignore add initial support for running ayllu via podman 7 B -rw-r--r-- 3 weeks ago
.gitignore rm mistakenly added compiled css 179 B -rw-r--r-- 1 month ago
.tokeignore update tokeignore 16 B -rw-r--r-- 4 months ago
ATTRIBUTIONS.md add support for smart_http git cloning 1.2 KiB -rw-r--r-- 3 weeks ago
Cargo.lock add support for smart_http git cloning 155.3 KiB -rw-r--r-- 3 weeks ago
Cargo.toml init quipu 210 B -rw-r--r-- 1 month ago
LICENSE add LICENSE 33.7 KiB -rw-r--r-- 10 months ago
README.md remove mention of tree-sitter-amalgamation 5.2 KiB -rw-r--r-- 4 days ago
ayllu-build improve development scripts for database creation NaN B d--------- 3 weeks ago
ayllu-mail Replace capnp with tarpc NaN B d--------- 1 month ago
ayllu-shell add some basic documentation NaN B d--------- 4 months ago
ayllu-xmpp improve development scripts for database creation NaN B d--------- 3 weeks ago
ayllu remove unused ids NaN B d--------- 5 days ago
clippy.toml hack together a build system prototype 16 B -rw-r--r-- 6 months ago
config.example.toml add support for smart_http git cloning 8.6 KiB -rw-r--r-- 3 weeks ago
containers parameterize multiuser container base image NaN B d--------- 1 day ago
contrib add initial support for running ayllu via podman NaN B d--------- 3 weeks ago
crates various multiuser container fixes; explicitly set socket per… NaN B d--------- 1 week ago
package.json crescent -> ayllu 261 B -rw-r--r-- 5 months ago
quipu add ping api route for container healthchecks NaN B d--------- 2 weeks ago
scripts parameterize multiuser container base image NaN B d--------- 1 day ago
www remove unused ids NaN B d--------- 5 days ago
README.md

πŸŒ„ Ayllu

Ayllu is a hyper performant & hackable code forge optimized for single instance deployments. It leverages the distributed nature of Git with a variety of standards based integrations.

Ayllu might fit the following use cases well:

  • A drop-in replacement for gitweb allowing you to browse your repositories locally.
  • Self-hosted personal project pages with lots of customizability.
  • Small to medium sized community projects.

Name

The name Ayllu /ˈajʎu/, eye-joo is the Quechua word for the traditional form of a community in the Andes region of South America, particularly in Bolivia and Peru.

Project Status & Collaboration

Please note that this is still a work in progress and the project’s canonical home is at ayllu-forge.org. To facilitate collaboration we have mirrors available at codeberg and sourcehut. Please feel free to use which ever platform you prefer, eventually we will import both platforms into Ayllu.

Tickets

codeberg sourcehut

Patches

codeberg sourcehut

Chat

A general development channel #ayllu is available on libera.

Features

Feature Status Notes
git-log βœ…
git-clone (http & ssh) βœ…
git-notes TODO
git-blame βœ…
git-lfs βœ…
git-verify βœ…
refs (tags & branches) βœ…
release exporting βœ…
blob rendering βœ…
tree/file browsing βœ…
patch generation βœ…
markdown rendering βœ…
diff generation βœ…
syntax highlighting βœ… via tree-sitter
source code analysis βœ…
full featured rss support βœ…
customizable themes βœ…
static hosting βœ…
activity tracking βœ…
extensible plugin system βœ…
WebFinger βœ…
mailing list support WIP
xmpp integration WIP
activity pub based federation TBD
continuous integration TODO
graphql api TODO
centralized β€œhub” TODO

Installation

See the installation section in the documentation

Compiling From Source

Ayllu is written in rust and you’ll need its compiler to build the project. Additionally you also must have the following installed on your system:

You can run the check_build_dependencies.sh script to verify you have all the necessary software on your system.

# check your build dependencies
scripts/check_build_dependencies.sh
# intialize the sqlite database
scripts/init_db_if_missing.sh
# install pico css
npm install
# compile theme css
scripts/compile_stylesheets.sh
# build the project
cargo build