v0.0.1-alpha.3
Pre-releaseFeatures
- Publish the service images for arm64 as well as amd64
Bug fixes
- Repair action refs mangled by the arm64 patch script
Other changes
- Betweenus is also available on arm docs
Install
Desktop (Windows) — BetweenUs-0.0.1-alpha.3-Setup.exe
installs; -Portable.exe needs nothing.
Android — take the APK matching your device (arm64-v8a unless it is
old or an emulator), or universal if you would rather not choose. The
.aab is for Play, not for sideloading.
Server — docker-compose.yml, nginx.conf and backup.sh below are a
deployment folder. Put them beside your existing .env and:
docker compose --env-file .env pull
docker compose --env-file .env up -dSame project name, same volumes, same .env as a built deployment, so an
existing server keeps its database and its uploads. BETWEENUS_VERSION in
.env overrides the pinned version; unset, this bundle stays on
0.0.1-alpha.3.
Images
aiyuayaan/betweenus:<service>-0.0.1-alpha.3, built for
linux/amd64 and linux/arm64 under one tag - a 64-bit Pi, an Ampere VPS or an
Apple silicon Mac pulls the same name and gets its own architecture. The moving
tags <service>-alpha and <service>-latest are
pointed at it as the last step of the run.