From d7dff36ff417f918e2fe0aa1da34924766a21e30 Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 26 May 2024 21:27:43 +0000 Subject: [PATCH] Deployed 9105edba with MkDocs version: 1.6.0 --- images/docker-babybuddy/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-babybuddy/index.html b/images/docker-babybuddy/index.html index 9a7e3558ed..af473c03b4 100644 --- a/images/docker-babybuddy/index.html +++ b/images/docker-babybuddy/index.html @@ -1,4 +1,4 @@ - babybuddy - LinuxServer.io
Skip to content

linuxserver/babybuddy

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

Babybuddy is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.

babybuddy

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/babybuddy: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 webui at <your-ip>:8000 (or whichever host port is mapped in docker arguments). The default user/pass are admin:admin.

By default BabyBuddy uses sqlite3. To use an external database like postgresql or mysql/mariadb instead, you can use the environment variables listed in BabyBuddy docs.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ babybuddy - LinuxServer.io      

linuxserver/babybuddy

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

Babybuddy is a buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.

babybuddy

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/babybuddy: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 webui at <your-ip>:8000 (or whichever host port is mapped in docker arguments). The default user/pass are admin:admin.

By default BabyBuddy uses sqlite3. To use an external database like postgresql or mysql/mariadb instead, you can use the environment variables listed in BabyBuddy docs.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   babybuddy:
     image: lscr.io/linuxserver/babybuddy:latest
@@ -46,4 +46,4 @@
   --pull \
   -t lscr.io/linuxserver/babybuddy: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

  • 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
  • 05.07.23: - Add standard HTTP/HTTPS listen ports 80 and 443, keeping 8000 for backwards compatibility.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 16.01.23: - Rebase to Alpine 3.17.
  • 23.11.22: - Rebase to Alpine 3.16, migrate to s6v3. Restructure nginx configs (see changes announcement).
  • 28.05.22: - Add missing PUID/PGID vars to readme.
  • 03.04.22: - Rebase to alpine-nginx baseimage. Add CSRF_TRUSTED_ORIGINS env var.
  • 11.12.21: - Add py3-mysqlclient for mysql/mariadb.
  • 14.11.21: - Add lxml dependencies (temp fix for amd64 by force compiling lxml).
  • 25.07.21: - Add libpq for postgresql.
  • 08.07.21: - Fix pip install issue.
  • 05.07.21: - Update Gunicorn parameters to prevent WORKER_TIMEOUT issue.
  • 22.06.21: - Initial release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 23.12.23: - Rebase to Alpine 3.19 with php 8.3.
  • 05.07.23: - Add standard HTTP/HTTPS listen ports 80 and 443, keeping 8000 for backwards compatibility.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 16.01.23: - Rebase to Alpine 3.17.
  • 23.11.22: - Rebase to Alpine 3.16, migrate to s6v3. Restructure nginx configs (see changes announcement).
  • 28.05.22: - Add missing PUID/PGID vars to readme.
  • 03.04.22: - Rebase to alpine-nginx baseimage. Add CSRF_TRUSTED_ORIGINS env var.
  • 11.12.21: - Add py3-mysqlclient for mysql/mariadb.
  • 14.11.21: - Add lxml dependencies (temp fix for amd64 by force compiling lxml).
  • 25.07.21: - Add libpq for postgresql.
  • 08.07.21: - Fix pip install issue.
  • 05.07.21: - Update Gunicorn parameters to prevent WORKER_TIMEOUT issue.
  • 22.06.21: - Initial release.
\ No newline at end of file