Sign inSign up

codeotto/flatnotes-arm32

By codeotto

Updated over 1 year ago

Unofficial builds of Flatnotes with support for 32-bit ARM/x86 CPUs

Image
Databases & storage
0

2.4K

codeotto/flatnotes-arm32 repository overview

Unofficial builds of Flatnotes for the linux/arm/v6, linux/arm/v7 and linux/386 platforms

Give it a quick try! : docker run --rm -it -e FLATNOTES_AUTH_TYPE=none -e "PUID=$(id -u)" -e "PGID=$(id -g)" -v <PATH_TO_NOTES>:/data -p <PORT>:8080 codeotto/flatnotes-arm32:latest (Will be removed after you Ctrl+C out of it)

For further usage/installation instructions please refer to https://github.com/dullage/flatnotes


This image is cross-built in a x86_64 machine with the Dockerfile.experimental from unmodified Flatnotes sources using the following command:

docker buildx build --platform linux/386,linux/arm/v6,linux/arm/v7 -f Dockerfile.experimental .

This experimental Dockerfile uses an Alpine Linux base and several tricky size reduction techniques to allow for building smaller Flatnotes containers supporting legacy platforms. It may break more often too, though!

Tag summary

Content type

Image

Digest

sha256:5de10fa4c

Size

40 MB

Last updated

over 1 year ago

docker pull codeotto/flatnotes-arm32