A (currently) very simple diary for Nextcloud
xml
and mbstring
extensions e.g. with sudo apt install php php-xml php-mbstring
if
using Ubuntumake
docker run --rm -p 8080:80 -v ~/path/to/diary:/var/www/html/apps/diary ghcr.io/juliushaertl/nextcloud-dev-php80:latest
.
Make sure to update the first path to the root of this repo.-e SERVER_BRANCH=version
, where version
is a branch or tag. For example, to
run it on NextCloud 24,
run docker run --rm -p 8080:80 -e SERVER_BRANCH=stable24 -v ~/path/to/diary:/var/www/html/apps/diary ghcr.io/juliushaertl/nextcloud-dev-php80:latest
npm run watch
localhost:8080
admin
/ admin
The Diary app will now be available in Nextcloud and will reflect the state of the local repo.