Poznote
Poznote is a personal note-taking and documentation platform built with PHP 8.4 and SQLite. Features include Markdown editing, OIDC/SSO support, MCP server integration, and a clean web interface served via nginx.
Poznote
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/poznote.sh)"
Default Credentials
| Username | Password |
|---|---|
admin_change_me | admin |
Configuration
Config file:
1
/var/www/html/data
Notes
Notes and the SQLite database are stored in /var/www/html/data.
OIDC/SSO and settings-page password can be configured via the .env file (see .env.template in the repo).