2025-01-26 22:23:42 +00:00
|
|
|
extension = "md"
|
2025-06-18 22:28:43 +01:00
|
|
|
notesdir = "/var/lib/gonotes/saved_notes"
|
2025-06-17 22:06:56 +01:00
|
|
|
address = ":8080"
|
|
|
|
|
protocol = "tcp"
|
2025-01-28 22:08:01 +00:00
|
|
|
|
|
|
|
|
[templates]
|
2025-06-24 19:55:31 +01:00
|
|
|
dir = "/usr/share/gonotes/templates"
|
2025-01-28 22:08:01 +00:00
|
|
|
base = "base.tmpl.html"
|
|
|
|
|
|
|
|
|
|
[static]
|
2025-06-18 22:28:43 +01:00
|
|
|
dir = "/var/www/gonotes/static"
|
|
|
|
|
|
2025-02-04 20:27:32 +00:00
|
|
|
assets = [
|
|
|
|
|
{ path = "css/bootstrap.min.css", url = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" },
|
|
|
|
|
{ path = "css/tiny-mde.min.css", url = "https://unpkg.com/tiny-markdown-editor/dist/tiny-mde.min.css" },
|
|
|
|
|
{ path = "js/tiny-mde.min.js", url = "https://unpkg.com/tiny-markdown-editor/dist/tiny-mde.min.js" },
|
2025-06-24 22:37:47 +01:00
|
|
|
{ path = "icons/pencil-square.svg", url = "https://raw.githubusercontent.com/twbs/icons/refs/heads/main/icons/pencil-square.svg" },
|
2025-02-04 20:27:32 +00:00
|
|
|
]
|
2025-06-24 22:37:47 +01:00
|
|
|
# These are not for changing!
|