mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
Rebuilt-from-PR: #6969 Source-PR: https://github.com/okxlin/appstore/pull/6969 Maintainer-workflow: appstore-pr-maintainer
898 B
898 B
SQLPage
Introduction
SQLPage turns SQL queries into dynamic web pages. The 1Panel package runs the SQLPage server with its web root stored in the app data directory, so site content remains available across container upgrades.
Features
- Build pages and forms from SQL files.
- Serve site content from the persistent
APP_DATA_DIRdirectory. - Keep SQLPage configuration in the package's read-only
configdirectory. - Disable dangerous HTML, protocol, and command execution options by default.
Usage
After installation, open the configured HTTP port in the 1Panel app details.
Place site SQL files in the app data directory and adjust config/sqlpage.json
when you need to change the server configuration. The package uses the
configured bind address, port, environment, log level, response compression,
upload limit, data directory, and timezone values from the install form.