diff --git a/images/docker-budge/index.html b/images/docker-budge/index.html index 8db3cd6f96..12e17ef945 100644 --- a/images/docker-budge/index.html +++ b/images/docker-budge/index.html @@ -1,4 +1,4 @@ - budge - LinuxServer.io
Skip to content

linuxserver/budge

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

budge is an open source 'budgeting with envelopes' personal finance app.

budge

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.

---
+ budge - LinuxServer.io       

linuxserver/budge

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

budge is an open source 'budgeting with envelopes' personal finance app.

budge

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.

---
 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

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

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.

Last update: November 19, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index e031fff3b1..e5351d0890 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ