le0pard/pgtune | Pgtune - tuning PostgreSQL config by your hardware https://pgtune.leopard.in.ua/ https://github.com/le0pard/pgtune
Find a file
Alexey Vasiliev 546eef9e71
Some checks failed
CodeQL / Analyze (push) Failing after 2s
Build and Deploy / Build (push) Failing after 3s
Build and Deploy / Deploy (push) Has been skipped
update
2025-06-29 23:20:02 +03:00
.github update codeql actions 2024-02-23 13:56:46 +02:00
.yarn/releases update yarn 2025-03-02 00:56:30 +02:00
public moved to vite 2023-08-06 20:59:37 +03:00
src fix 2025-05-05 15:17:21 +03:00
.eslintrc.cjs moved to vite, fix formating 2023-08-06 21:02:42 +03:00
.gitignore moved to vite 2023-08-06 20:59:37 +03:00
.prettierrc moved to vite 2023-08-06 20:59:37 +03:00
.tool-versions New node.js 22 lts 2024-11-02 19:46:21 +02:00
.yarnrc.yml update yarn 2025-03-02 00:56:30 +02:00
Dockerfile Created Dockerfile 2024-11-10 00:05:03 +00:00
jest.config.js moved to vite, fix formating 2023-08-06 21:02:42 +03:00
LICENSE code 2014-03-22 12:47:56 +02:00
package.json update 2025-06-29 23:20:02 +03:00
postcss.config.js moved to vite 2023-08-06 20:59:37 +03:00
README.md update badge 2025-01-28 16:56:16 +02:00
vite.config.js activate terser 2025-03-02 01:10:50 +02:00
yarn.lock update 2025-06-29 23:20:02 +03:00

PgTune Build and Deploy

PGTune

Tuning PostgreSQL config by your hardware. Based on original pgtune. Illustration by Kate.

Development

To start it in development mode, you need install node.js, yarn and run in terminal:

$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request