Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1015 Bytes

File metadata and controls

38 lines (26 loc) · 1015 Bytes

QOwnNotes Web App

Online | QOwnNotes | Documentation | Docker image | Changelog

Build

With the QOwnNotes Web App you are able to take photos from your smartphone and insert it into your current note in QOwnNotes.

Screenshot

Screenshot

Build and run

just term

You can now open a browser at http://localhost:8080/.

Docker Compose

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"