Python Notes
A self-hosted, encrypted note application based on Flask that supports Markdown rendering and code highlighting, and provides a concise Web interface for adding, viewing, editing and deleting notes.
Default account password: admin/admin123 Note: It is possible to create Chinese notes in the application, and editing and modification are supported, but clicking Raw will display garbled code. There is no problem with English. characteristics Security: Notes are encrypted while still. CRUD operations: Create, view, edit and delete notes through a clean Web interface. Markdown support: Notes are rendered from Markdown to HTML, and code blocks are syntactically highlighted. Raw View: View the raw, unformatted text of any notes. Authentication: Protected by simple HTTP basic authentication. Limit rate by IP address CSRF protection for POST requests Configurable through environment variables Run locally or Docker Easy to set up: Encryption keys are automatically generated the first time you run them.


