Unofficial builds of Flatnotes with support for 32-bit ARM/x86 CPUs
2.4K
linux/arm/v6, linux/arm/v7 and linux/386 platformsGive 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!
Content type
Image
Digest
sha256:5de10fa4c…
Size
40 MB
Last updated
over 1 year ago
docker pull codeotto/flatnotes-arm32