No description
  • HTML 46.7%
  • Ruby 39.9%
  • CSS 8%
  • Dockerfile 3.3%
  • JavaScript 1.9%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-24 16:22:22 -04:00
app A bad file viewer. 2026-07-24 16:22:22 -04:00
bin Fresh Rails app. 2026-07-10 23:27:56 -04:00
config A bad file viewer. 2026-07-24 16:22:22 -04:00
db Drop the DB in favor of reading from the filesystem. 2026-07-16 17:29:53 -04:00
lib/tasks Fresh Rails app. 2026-07-10 23:27:56 -04:00
log Fresh Rails app. 2026-07-10 23:27:56 -04:00
public UI: Files and commits 2026-07-15 17:54:57 -04:00
script Fresh Rails app. 2026-07-10 23:27:56 -04:00
storage Fresh Rails app. 2026-07-10 23:27:56 -04:00
test Drop the DB in favor of reading from the filesystem. 2026-07-16 17:29:53 -04:00
tmp Fresh Rails app. 2026-07-10 23:27:56 -04:00
vendor Fresh Rails app. 2026-07-10 23:27:56 -04:00
.dockerignore Fresh Rails app. 2026-07-10 23:27:56 -04:00
.gitattributes Fresh Rails app. 2026-07-10 23:27:56 -04:00
.gitignore UI: it's pink now. 2026-07-11 16:05:33 -04:00
.ruby-version Fresh Rails app. 2026-07-10 23:27:56 -04:00
config.ru Fresh Rails app. 2026-07-10 23:27:56 -04:00
Dockerfile Fresh Rails app. 2026-07-10 23:27:56 -04:00
Gemfile Drop the DB in favor of reading from the filesystem. 2026-07-16 17:29:53 -04:00
Gemfile.lock Drop the DB in favor of reading from the filesystem. 2026-07-16 17:29:53 -04:00
OPS.md Drop the DB in favor of reading from the filesystem. 2026-07-16 17:29:53 -04:00
Rakefile Fresh Rails app. 2026-07-10 23:27:56 -04:00
README.md README: some waxing poetic about what Lavender is for. 2026-07-13 01:53:02 -04:00

Lavender

A git forge for the small web. Lavender is designed to let you and your friends share your code with each other.

What Lavender does and doesn't do

Lavender is designed to sit atop the ssh-based git server that comes built into git. It's here to let you and your friends show off your projects to each other.

A non-exhaustive list of things Lavender is not:

  • a code review tool.
  • a web UI to the git client.
  • a CI pipeline runner.
  • an issue tracker.
  • a wiki.
  • a place to download binaries.
  • a place to let untrusted users collaborate.