antanst
|
5b531743db
|
Move backend/start.sh to backend/cmd/start-dev.sh
|
2025-07-31 14:02:42 +03:00 |
|
antanst
|
044fc1db1a
|
Rip out inline JS from start.sh and use existing code
|
2025-07-31 14:02:42 +03:00 |
|
antanst
|
8c2435c952
|
Disable internal SSL
Users should use a TLS terminator if necessary.
|
2025-07-23 12:22:27 +03:00 |
|
antanst
|
719f93bedf
|
Backup database when starting up.
|
2025-07-21 23:02:37 +03:00 |
|
Antonis Anastasiadis
|
c24bff1882
|
Parallelize test running (#166)
* Allow specifying DB file explicitely.
* Export config getter/setter instead of object
Allows dynamically changing configuration
* Remove maxWorker Jest limit, parallelize tests
* Remove unnecessary slow step in Dockerfile.
* Correct error response during login
* Fix setting DB permissions in docker entrypoint
---------
Co-authored-by: antanst <>
|
2025-07-16 13:27:57 +03:00 |
|
Antonis Anastasiadis
|
dad0bd45ff
|
Facilitate custom UID/GID at runtime in Docker. (#161)
* Cleanup /scripts dir
* Facilitate custom UID/GID at Docker runtime.
Changes file permissions at runtime depending on UID/GID.
* Disable non-functional frontend tests for now.
---------
Co-authored-by: antanst <>
|
2025-07-15 21:25:06 +03:00 |
|
Chris
|
78db148150
|
Cleanup and add safe utility functions (#154)
* Cleanup and add safe utility functions
* Fix npm command
* Update version
* Fix an issue with dist builds caching
* Update version
|
2025-07-15 10:44:02 +03:00 |
|
Chris Veleris
|
e24d8518d6
|
Fix an issue with automatically running migrations
|
2025-07-15 10:44:02 +03:00 |
|
Antonis Anastasiadis
|
d79af0c468
|
Move startup script from Dockerfile to cmd/ (#136)
Co-authored-by: antanst <>
|
2025-07-11 10:57:59 +03:00 |
|