Harlan J. Iverson 853d460d72 added notes-app demo with 3 days of progress. focus: nginx dav, extjs 2.0.2 app | 1 rok temu | |
---|---|---|
.. | ||
day-1 | 1 rok temu | |
day-2 | 1 rok temu | |
day-3 | 1 rok temu | |
README.md | 1 rok temu |
This is a notes web app that uses WebDAV to store plaintext files that can be synced to a remote server.
The reason for storing the notes on the filesystem and exposing via WebDAV is to make editing with any editor possible.
It's a precursor that lead to The Notes App.
I believe the password in the provided .htpasswd files is demo123, pardon if I'm mistaken.
The script setup-deb-bullseye.sh
can be used to install a site to nginx,
or followed for nginx installation on any other platform.
The sync-notes
script can be used to run lsync, manually or via a cron job.
This is an older demo from when I was just establishing the habit of breaking practice into a daily format.
It focuses on:
The code is messy and intentionally left so because it's derived from an earlier work, which I mean to create a minimal diff from and sequentially commit to Git. Please pardon the apparently amateur style. Releasing as-is to the dev-practice repo.
Updated README for release in harlanji/dev-practice repo.
TODO