https://github.com/infinityofspace/joplin-server
https://github.com/infinityofspace/joplin-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinityofspace/joplin-server
- Owner: infinityofspace
- Created: 2023-11-19T20:46:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-30T20:34:33.000Z (7 months ago)
- Last Synced: 2025-12-03T06:05:33.979Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# joplin-server
## About
This project offers prebuild Docker images from the Joplin server for amd64, armv7 and arm64 architectures,
as there are no official Docker images for the armv7 and arm64 architectures.
_Note: armv7 builds are currently failing (see https://github.com/infinityofspace/joplin-server/issues/1)_
## Usage
You can pull the image with:
```commandline
docker pull ghcr.io/infinityofspace/joplin-server:latest
```
The usage is identical to the official Docker image, which is described [here](https://hub.docker.com/r/joplin/server).
## Copyright Notices
Joplin is not affiliated with this project and Joplin® is a trademark of JOPLIN SAS.
The docker images are licensed with the original license of the server, which can be found [here](https://raw.githubusercontent.com/laurent22/joplin/dev/packages/server/LICENSE.md).