Skip to content

Commit

Permalink
Stable merge for week 50 of 2021 (#512)
Browse files Browse the repository at this point in the history
* Update xochitl.oxide to support templatectl (#505)

* Update xochitl.oxide to support templatectl

Co-authored-by: Linus K. <[email protected]>
Co-authored-by: Linus K <[email protected]>

* Create rmfakecloud-proxy package (#448)

This PR provides a new package intended to ease the setup of rmfakecloud on a device. [rmfakecloud](https://github.com/ddvk/rmfakecloud) is an alternative Xochitl sync server developed by ddvk that anyone can self-host. With this package, connecting to an rmfakecloud server only takes a few steps:

* `opkg install rmfakecloud-proxy`
* `rmfakecloudctl set-upstream https://...` (define the server to use)
* `rmfakecloudctl enable`

One can then run `rmfakecloudctl disable` (or uninstall the package) to revert back to the default reMarkable servers.

Co-authored-by: Nathaniel van Diepen <[email protected]>

* Remove rmfakecloud-proxy

Co-authored-by: Linus K. <[email protected]>
Co-authored-by: Mattéo Delabre <[email protected]>
Co-authored-by: Mattéo Delabre <[email protected]>
  • Loading branch information
4 people authored Dec 17, 2021
1 parent 85ef438 commit d26aefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/xochitl/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(xochitl)
pkgdesc="Read documents and take notes"
url=https://remarkable.com
pkgver=0.0.0-10
timestamp=2021-11-20T23:31Z
pkgver=0.0.0-11
timestamp=2021-11-29T22:06Z
section="readers"
maintainer="Mattéo Delabre <[email protected]>"
license=MIT
Expand Down
1 change: 1 addition & 0 deletions package/xochitl/xochitl.oxide
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"/run/udev",
"/tmp/runtime-root",
"/usr/share",
"/usr/share/remarkable/templates",
"/var/cache/fontconfig",
"/var/lib/dbus",
],
Expand Down

0 comments on commit d26aefe

Please sign in to comment.