Merge origin/main: resolve conflicts in FORK_SETUP.md, README.md, frontend/package.json
Some checks failed
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Close Discussion on PR Merge / close-discussion (push) Has been cancelled
Sync to Gitea / sync (push) Has been cancelled
Check Node.js Version Drift / check-node-versions (push) Has been cancelled
Archive Old Changelog Entries / archive-changelog (push) Has been skipped
Stale PR Management / stale-prs (push) Successful in 1s
Lock closed issues / lock (push) Failing after 1s
Build and Publish Docker Image / build (push) Has been skipped
Crawl Versions from newreleases.io / crawl-versions (push) Has been skipped
Create Daily Release / create-daily-release (push) Has been skipped
Update GitHub Versions (New) / update-github-versions (push) Has been skipped

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:06:17 -08:00
1408 changed files with 54309 additions and 23231 deletions

View File

@@ -75,7 +75,8 @@ Complete reference of environment variables and configuration options.
```bash
setup_nodejs "20" # Install Node.js v20
setup_php "8.2" # Install PHP 8.2
setup_mariadb "11" # Install MariaDB 11
setup_mariadb # Install MariaDB (distribution packages)
# MARIADB_VERSION="11.4" setup_mariadb # Specific version from official repo
```
### Safe Package Operations