Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.01 KB

QOwnNotes Web App

Online | QOwnNotes | Documentation | Docker image | Web 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

make all && ./bin/server

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"