le0pard/pgtune | Pgtune - tuning PostgreSQL config by your hardware https://pgtune.leopard.in.ua/ https://github.com/le0pard/pgtune
Find a file
Alexey Vasiliev 046ab88987
Some checks failed
CodeQL / Analyze (push) Failing after 3s
Build and Deploy / Build (push) Failing after 5s
Build and Deploy / Deploy (push) Has been skipped
update react
2025-12-03 22:30:50 +02:00
.github update codeql actions 2024-02-23 13:56:46 +02:00
.yarn/releases fix lock file 2025-10-22 01:24:23 +03:00
public moved to vite 2023-08-06 20:59:37 +03:00
src update for postgresql 18 2025-09-26 00:15:29 +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 update to new node.js lts 2025-11-03 00:14:33 +02:00
.yarnrc.yml fix lock file 2025-10-22 01:24:23 +03:00
Dockerfile Created Dockerfile 2024-11-10 00:05:03 +00:00
eslint.config.js eslint 2025-11-30 00:32:10 +02: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 react 2025-12-03 22:30:50 +02: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 react 2025-12-03 22:30:50 +02: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