Commit Graph

61 Commits

Author SHA1 Message Date
Erik Vroon
583eb4e963 Migrate Next.js to Vite (#1397)
Vite is much simpler to use than Next.js and we don't need any of the
features Next has that Vite doesn't have.

Benefits of moving to Vite are:
- Much better performance in dev and prod environments
- Much better build times
- Actual support for static exports, no vendor lock-in of having to use
Vercel
- Support for runtime environment variables/loading config from `.env`
files
- No annoying backwards-incompatible changes on major releases of Next
- Better i18n support without having to define getServerSideProps on
every page
- Better bundle optimization
- No opt-out Vercel telemetry 

Also replaces yarn by pnpm and upgrades mantine to 8.3
2025-11-12 11:18:06 +01:00
Erik Vroon
d5c48ded7a Migrate to uv (#1398)
uv is more modern and nicer to use than pipenv.
2025-11-11 13:41:24 +00:00
github-actions[bot]
1818bd8a16 Update contributors in readme (#1381)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-24 20:33:12 +02:00
github-actions[bot]
3e3e6b7a3f Update contributors in readme (#1316)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-08 20:37:53 +02:00
Erik Vroon
2eb24dfe0a Add GH trending badge to README.md (#1231) 2025-05-13 21:19:28 +02:00
github-actions[bot]
30a0f87127 Update contributors in readme (#1227)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-13 00:20:57 +02:00
github-actions[bot]
bbb1fd629e Update contributors in readme (#1218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-09 20:53:02 +02:00
github-actions[bot]
a7db4ca611 Update contributors in readme (#1212)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-08 11:38:14 +02:00
github-actions[bot]
2965f005de Update contributors in readme (#1211)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-08 00:12:36 +02:00
github-actions[bot]
b69bc94dba Update contributors in readme (#1182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-04 22:18:07 +02:00
Erik Vroon
8be3d95322 fix image urls in readme (#1149) 2025-03-07 21:23:13 +01:00
Erik Vroon
77f54fcecb fix logo url in README.md (#1142) 2025-03-03 10:01:31 +01:00
Erik Vroon
1da8fd3f42 Add usage to readme (#1111) 2025-02-08 11:35:13 +00:00
github-actions[bot]
d52a618fea Update contributors in readme (#1061)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-20 20:44:33 +01:00
Erik Vroon
8fd8e02136 Update languages README.md (#1010) 2024-11-15 11:56:03 +01:00
Erik Vroon
bb1dd7ed95 Add more docs (#902) 2024-09-10 08:57:25 +02:00
Erik Vroon
47c1be05e0 Fix link in README.md (#892) 2024-09-07 17:01:38 +02:00
github-actions[bot]
b5b1ccf9bf Update contributors in readme (#880)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-30 20:32:22 +02:00
github-actions[bot]
eea7026416 Update contributors in readme (#844)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-02 21:15:33 +02:00
BachErik
be2ec7d9dd fix: publish docker image workflow (#830)
After many tests, I have now discovered that there is currently a
problem with node and arm64 in GitHub workflows. There is the following
issue: https://github.com/nodejs/docker-node/issues/1335. As already
mentioned at the top of the Node.js issue, a possible solution would be
to run it in offline mode, i.e. to cache the packages.

I have now adapted the GitHub workflow file so that it already works.
As you have already correctly noted, I have added QEMU.

Since this problem only affects Node, the backend is not affected and
already has the multi-architecture variant. To give the frontend
multi-arch as well, you would only have to add `linux/arm64` to the
platform, and then it should also work there.

But I still have a question: Why do you not work with the versions in
the workflow file, but with special commits?

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-29 09:17:30 +02:00
github-actions[bot]
7bc0048215 Update contributors in readme (#745)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-24 17:48:27 +02:00
Erik Vroon
2a84d0bc6c Update translation info (#688) 2024-05-03 22:43:28 +02:00
github-actions[bot]
0f2bb6ad27 Update contributors in readme (#686)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-03 20:16:58 +02:00
Erik Vroon
ef895bf812 Extend deploy docs and add Nomad docs (#578) 2024-03-18 20:01:55 +01:00
Erik Vroon
949301c47a Add translations badge to README.md (#566) 2024-02-27 23:10:06 +01:00
github-actions[bot]
4dfdbc4472 Update contributors in readme (#564)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-27 21:30:41 +01:00
Erik Vroon
7a7329de4a Rename chinese locale (#559)
I need to use a fixed format (I chose two letter code) to use Crowdin
for automated translations.

CC @Sevichecc
2024-02-27 21:03:41 +01:00
Erik Vroon
eb13f7eda4 Improve readme header (#555) 2024-02-27 20:22:18 +01:00
github-actions[bot]
7f60dd6923 Update contributors in README.md (#540)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-26 19:54:43 +01:00
Erik Vroon
dd9e0aed8c Extend license section in README.md (#538) 2024-02-26 17:42:34 +01:00
github-actions[bot]
9700263132 Update contributors in README.md (#504)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-21 19:07:44 +01:00
github-actions[bot]
0a3f6fd7f2 Update contributors in README.md (#503)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-21 19:01:40 +01:00
Erik Vroon
527ce43107 Fix quickstart link in README.md (#497) 2024-02-20 16:09:49 +01:00
github-actions[bot]
c2160f6a06 Update contributors in README.md (#464)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-10 19:43:05 +01:00
Erik Vroon
f796f95dc6 Contributors in readme (#458)
and in docs as well

also includes github action for automatic updates
2024-02-10 19:35:56 +01:00
Erik Vroon
d09d2f2113 Add demo to docs (#456) 2024-02-10 18:07:20 +01:00
Erik Vroon
5e6ac5b165 Update baseurl for custom domain (#449) 2024-02-09 14:17:14 +01:00
Erik Vroon
f8c2607c4d Dutch translations (#444) 2024-02-06 22:04:19 +01:00
Erik Vroon
a0400849e7 Add links to README, improve frontend Dockerfile (#443) 2024-02-06 21:38:25 +01:00
Erik Vroon
3e26be00d6 Update readme and docs (#442) 2024-02-06 21:11:59 +01:00
Erik Vroon
ff7b998554 Improve readme design (#429) 2024-02-04 21:00:52 +01:00
Erik Vroon
640bf7c779 Use PostgreSQL 16 in README.md (#419) 2024-02-01 18:26:40 +01:00
Erik Vroon
b21840ee2d Add Prometheus metrics (#372) 2023-12-03 16:45:35 +01:00
Erik Vroon
a2cd12181d Add checks for docs (#362) 2023-11-27 21:46:41 +01:00
Erik Vroon
158bae0d19 Extend introduction docs (#361) 2023-11-27 21:40:32 +01:00
Erik Vroon
b75c181550 Prepare 1.0 release (#354) 2023-11-26 13:16:36 +01:00
Erik Vroon
419e4196d1 Add login credentials to readme (#283) 2023-09-24 15:58:05 +02:00
Erik Vroon
dcd753e1c1 Add more content and svgs to homepage (#270) 2023-09-17 13:52:18 +02:00
Erik Vroon
45d172f6d6 Add docker compose instructions (#259) 2023-09-12 22:08:54 +02:00
Erik Vroon
2125466e3a Add docker compose config (#208) 2023-09-12 21:37:48 +02:00