Skip to content

qownnotes/web-app

Repository files navigation

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"