Guy Sheffer
Guy Sheffer
Thanks, will try that and update.
@pinembour I see you have a fork that says it works with Rpi4. 1. Is it worth a PR? 2. If you are forking can you open an issue tracker?
Is this project dead @rainerblind ?
@gerhardol Do you have a build? Also - you might want to do a git interactive rebase, its 30 commits (not that I manage the repo)
Trevis build failed because its hanging on docker login, so its not this PR that breaks it
Perhaps we can write something that gives access over rest to the functions here? https://github.com/spliit-app/spliit/blob/main/src/lib/api.ts Just a way to create access tokens, then you can call the already existing api...
Started writing something along the lines of (still need to fill in all the data fields and functions, need a "get user" function for example): ```python #!/usr/bin/env python3 import requests...
Here is an initial API: https://github.com/guysoft/SpliitApi
It uses a aarch64 kernel in a 32bit userspace. For now i pulled the pre-built aarch64 ``` ghcr.io/crazy-max/spliit:edge ``` and setting ``` platform: linux/arm64 ``` That works. If i set...
@romankysely I have no time to implement that, but would accept PRs if you have something that works.