ankicommunity / anki-sync-server-rs

A personal custom Anki sync server,aim to provide an easier way for deployment
GNU Affero General Public License v3.0
180 stars 27 forks source link

rework github action #53

Closed dobefore closed 1 year ago

dobefore commented 1 year ago

Due to anki lib upgrade from 2.1.49 to 2.1.54,many changes have to be made.

  1. Install protobuf compiler (protoc) and make it available to invoke while compiling anki rslib. edit in release.yml and ci.yml .
  2. draft release: IN order to successfully build for target armv6,we must disable feature bundled in crate rusqlite in anki lib.
  3. add push tag : use github ref tag as push tag
  4. rework README,add chinese version of readme.
  5. add env vars to add users ,which are ANKISYNCD_USERNAME,ANKISYNCD_PASSWORD