dnote/pkg/server
Sung 61162e2add
Use SQLite on the server (#681)
* Use SQLite on server

* Remove pro

* Simplify

* Use flag

* Automate release
2025-10-05 17:02:30 -07:00
..
app Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
assets Remove Pro (#674) 2025-09-28 21:09:22 -07:00
buildinfo Remove Pro (#674) 2025-09-28 21:09:22 -07:00
config Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
consts Remove Pro (#674) 2025-09-28 21:09:22 -07:00
context Remove Pro (#674) 2025-09-28 21:09:22 -07:00
controllers Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
crypt Remove Pro (#674) 2025-09-28 21:09:22 -07:00
database Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
helpers Remove Pro (#674) 2025-09-28 21:09:22 -07:00
log Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
mailer Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
middleware Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
operations Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
permissions Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
presenters Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
session Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
testutils Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
tmpl Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
token Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
views Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
.env.dev Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
.env.test Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
.gitignore Simplify by removing web interface (#590) 2022-04-24 10:54:39 +10:00
main.go Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
README.md Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00

This directory contains the Dnote server. It comprises of the web interface, the web API, and the background jobs.