From 57e88d65f0976efddb843c33ccf9575cc449eade Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 22 May 2024 08:06:08 +0000 Subject: [PATCH] Deployed dbd499c5 with MkDocs version: 1.6.0 --- images/docker-monica/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-monica/index.html b/images/docker-monica/index.html index be7cca8f83..d473927f38 100644 --- a/images/docker-monica/index.html +++ b/images/docker-monica/index.html @@ -1,4 +1,4 @@ - monica - LinuxServer.io
Skip to content

linuxserver/monica

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

Monica is an open source personal relationship management system, that lets you document your life.

monica

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/monica: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

Setup account via the webui, accessible at http://SERVERIP:PORT

For more info see the Monica documentation.

Usage

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

---
+ monica - LinuxServer.io      

linuxserver/monica

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

Monica is an open source personal relationship management system, that lets you document your life.

monica

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/monica: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

Setup account via the webui, accessible at http://SERVERIP:PORT

For more info see the Monica documentation.

Usage

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

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

  • 02.05.24: - Rebase to Alpine 3.19 and PHP 8.3.
  • 17.01.24: - Initial Release.
\ No newline at end of file +

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

Versions

  • 02.05.24: - Rebase to Alpine 3.19 and PHP 8.3.
  • 17.01.24: - Initial Release.
\ No newline at end of file