linuxserver/budge¶
budge is an open source 'budgeting with envelopes' personal finance app.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/budge:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Application Setup¶
Access the web gui at http://SERVERIP:PORT
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ budge - LinuxServer.io
LinuxServer.io budge
linuxserver/budge¶
budge is an open source 'budgeting with envelopes' personal finance app.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/budge:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Application Setup¶
Access the web gui at http://SERVERIP:PORT
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
version: "2.1"
services:
budge:
@@ -51,4 +51,4 @@
--pull \
-t lscr.io/linuxserver/budge:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 13.04.23: - Move ssl.conf include to default.conf.
- 29.11.22: - Rebase to Alpine 3.17, migrate to s6v3.
- 04.15.22: - Added NPM command to run db migrations.
- 02.05.22: - Initial Release.
Last update: October 8, 2023
Created: February 5, 2019
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 13.04.23: - Move ssl.conf include to default.conf.
- 29.11.22: - Rebase to Alpine 3.17, migrate to s6v3.
- 04.15.22: - Added NPM command to run db migrations.
- 02.05.22: - Initial Release.
Created: February 5, 2019