{% extends "base.html" %} {% block title %}{{ app_name }} - Settings{% endblock %} {% block content %}

Application Settings

The name of the application shown in title and navigation.
Comma-separated list of folders to hide from the sidebar (e.g., images, attatched).
Comma-separated list of folders to completely skip (no access allowed).
Comma-separated list of allowed image extensions (e.g., jpg, jpeg, png, gif).
Comma-separated list of additional file extensions to show and allow viewing (e.g., txt, json, html, csv).
When enabled, images will not be shown in the folder listing.

Notes Directory Settings

Full path to your notes directory. Must have read and write permissions.

Image Storage Settings

{% endblock %}