abeam
January 30, 2024, 5:00am
1
I have a PR that is failing (I think) because a sqlite dependency doesn't support mips*_24kc. Are there any existing examples of a Go package that uses sqlite?
my PR:
openwrt:master
← balzack:add_databag
opened 07:46AM - 05 Jan 24 UTC
Maintainer: Roland Osborne / @balzack
Compile tested: Raspberry Pi Zero W, Rasp… berry Pi 4b, OpenWrt v23.05.0
Run tested: Raspberry Pi Zero W, Raspberry Pi 4b, OpenWrt v23.05.0, tested federated messaging with browser and mobile app.
Description:
- Databag is a federated messaging service designed for self-hosting in consumer electronics. The service supports text, photos, video, and audio messages as well as audio and video calling, all with end-to-end encryption. The service provides browser and mobile apps (fdroid, android, and ios).
- This PR will likely need some revisions. The browser app is built with React, and I didn't think it was possible to include building the static web files as part of the build system. For this reason an OpenWrt formatted copy of the repo exists within the same github account with the static web files pre-built. If this approach is not acceptable, the browser app can be removed as the service is still usable with mobile apps only.
- Once the package is installed, the device admin should set the service_port and store_path files under /etc/databag to the appropriate device configuration
Signed-off-by: Roland Osborne <roland.osborne@gmail.com>
go dependency:
Package sqlite is a CGo-free port of SQLite/SQLite3. SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Any help appreciated...thank you.
abeam
January 30, 2024, 8:19pm
2
I think this is resolved by using a different sqlite go driver.
system
Closed
February 9, 2024, 8:19pm
3
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.