Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 504 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 504 Bytes

This is a quick and dirty API compatibility proxy for Lemmy's backend. It translates 0.18.5 API calls into 0.19.x calls so that apps still expecting (currently stable) 0.18.x APIs.

The only reason this exists is that I updated my instance to 0.19 accidentally and broke everything and I just want it to work.

Installing

  • Clone repository
  • Make sure you have a recent Rust toolchain
  • Run cargo build --release

Usage

env LEMMY_UPSTREAM=lemmy-api:8536 target/release/lemmy-api-compat