linuxserver/monica¶
Monica is an open source personal relationship management system, that lets you document your life.
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.
docker-compose (recommended, click here for more info)¶
---
+ monica - LinuxServer.io
LinuxServer.io monica
linuxserver/monica¶
Monica is an open source personal relationship management system, that lets you document your life.
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.
docker-compose (recommended, click here for more info)¶
---
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
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.