Online | QOwnNotes | Documentation | Docker image | Web Changelog
With the QOwnNotes Web App you are able to take photos from your smartphone and insert it into your current note in QOwnNotes.
make all && ./bin/server
You can now open a browser at http://localhost:8080/.
You can use this docker-compose.yml
example to run a container with the docker image:
version: "3.1"
services:
web-app:
image: pbeke/qownnotes-web-app
ports:
- "8080:8080"