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
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/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).