Post

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)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
admin_change_meadmin

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).

Web Interface

Port: 8040

Source code
Loading...