Skip to content

Releases: w4/chartered

Initial Release

30 Oct 18:03
@w4 w4
v0.1.0
a2337df
Compare
Choose a tag to compare

Our first release of chartered 🎉. Implements many of the core requirements of chartered
including:

  • Git server using thrussh, authenticating the user to their profile using SSH keys, only
    serving the crates they have the VISIBLE permission for.
  • Storage for crates on local filesystem or S3
  • SQLite or Postgres support
  • A slick Web UI for viewing/searching crates & managing organisations, members and
    permissions (with dark mode!)
  • Organisation support for grouping crates
  • Most of the cargo API
  • OpenID support

Per user, per crate/organisation permissions:

  • VISIBLE
  • PUBLISH_VERSION
  • YANK_VERSION
  • MANAGE_USERS
  • CREATE_CRATE

https://book.chart.rs/

crate view (dark)