Eugene Burmakin
bb574f5aa3
Update changelog
2025-11-14 19:09:57 +01:00
Eugene Burmakin
bedac89821
Move omniauthable to a concern
2025-11-14 18:54:35 +01:00
Eugene Burmakin
8c4d4d5cbe
Add support for KML files
2025-11-14 18:04:46 +01:00
Eugene Burmakin
59508ceeff
Update docker-compose.yml to use boolean values instead of strings
2025-11-12 22:49:38 +01:00
Eugene Burmakin
d707bace78
Change node version
2025-11-09 19:42:46 +01:00
Eugene Burmakin
dbe5997495
Update compose file
2025-11-09 19:32:07 +01:00
Eugene Burmakin
b0585b2a97
Update changelog
2025-11-09 16:27:00 +01:00
Eugene Burmakin
a6687eca18
Update changelog
2025-11-07 23:52:58 +01:00
Eugene Burmakin
c05402b6f3
Allow S3 storage backend to be used in self-hosted instances
2025-11-07 23:50:18 +01:00
Eugene Burmakin
f9d5762533
Update migrations to validate foreign keys immediately upon creation.
2025-11-07 19:19:29 +01:00
Eugene Burmakin
b469836d19
Remove dockerfiles that are no longer needed after consolidating into a single Dockerfile.
2025-11-07 14:08:49 +01:00
Eugene Burmakin
fa8cbed15b
Use strings for booleans
2025-11-07 14:08:01 +01:00
Eugene Burmakin
8444ee461d
Update Dockerfile
2025-11-07 14:05:46 +01:00
Eugene Burmakin
f9f013c628
Remove development-specific logic from Dockerfile
2025-11-07 12:45:28 +01:00
Eugene Burmakin
6a42a170e7
Unify Dockerfile
2025-11-07 12:38:44 +01:00
Eugene Burmakin
20d0ed8ec6
Fix dockerfiles
2025-10-07 22:06:42 +02:00
Andrey Bondarenko
d35f94c33d
Merge branch 'master' into issue-1793
2025-10-04 16:38:24 +02:00
Andrey Bondarenko
d90413bfe1
Resolve conflict
...
Resolve conflict, add curl
2025-10-04 16:36:49 +02:00
Eugene Burmakin
e8cc4c5b8b
Update Dockerfile.dev
2025-09-30 20:27:02 +02:00
Eugene Burmakin
4e9e1e933a
Update Dockerfile.dev
2025-09-30 20:09:02 +02:00
Eugene Burmakin
ffa90b50f7
Update Dockerfile.dev
2025-09-30 19:17:26 +02:00
Eugene Burmakin
7a7f0b09df
Update map layers based on user theme preference (light/dark) and add theme-aware styling to map controls and buttons.
2025-09-26 18:49:13 +02:00
Andrey Bondarenko
47704d2297
Refactor Dockerfiles for improved readability
...
Split long RUN commands in Dockerfile.dev and Dockerfile.prod into multiple lines for better readability and maintainability. No functional changes were made.
2025-09-24 14:00:51 +02:00
Andrey Bondarenko
175dca7a49
Add apt-get upgrade to Dockerfiles
...
Updated both Dockerfile.dev and Dockerfile.prod to include 'apt-get upgrade -qq' after 'apt-get update -qq' to ensure all packages are upgraded before installing dependencies. Addresses issue #1793
2025-09-24 13:54:49 +02:00
Evgenii Burmakin
b25647879f
Merge pull request #1484 from Freika/dev
...
0.29.1
2025-07-02 21:54:51 +02:00
Eugene Burmakin
787dd9cde8
Fix docker-compose.yml
2025-07-02 21:17:29 +02:00
tetebueno
421a20ba8c
Using Redis default directory for data.
...
For some reason for original Docker compose configuration path `/data` was correct, but for production this directory is used which isn't used by Redis, except if it's configured expressly.
Checked here: https://github.com/redis/docker-library-redis/blob/master/7.4/alpine/Dockerfile#L134
2025-06-16 12:58:39 -03:00
Eugene Burmakin
715a996021
Fix docker-compose.yml
2025-06-09 21:00:19 +02:00
Eugene Burmakin
c718eba6ef
Add release notes
2025-06-09 16:00:34 +02:00
Eugene Burmakin
3d26a49627
Fix redis urls
2025-06-09 14:10:49 +02:00
Eugene Burmakin
1ed01a0c0b
Fix some issues and clean up compose files
2025-06-09 14:05:19 +02:00
Eugene Burmakin
767629b21e
Remove solid trifecta
2025-06-09 13:50:43 +02:00
Eugene Burmakin
b76602d9c8
Return sidekiq and redis to Dawarich
2025-06-09 13:39:25 +02:00
Eugene Burmakin
8f4c10240e
Update web-entrypoint.sh to use default values for queue database connection parameters
2025-06-08 13:09:34 +02:00
Eugene Burmakin
0000326498
Update CI config
2025-06-08 12:54:19 +02:00
Eugene Burmakin
4340cc042a
Fix SQLite database directory path
2025-06-08 12:44:02 +02:00
Eugene Burmakin
6546da2939
Update compose files
2025-06-08 12:43:05 +02:00
Eugene Burmakin
bded0f4ad9
Update CHANGELOG.md and docker-compose.yml
2025-06-08 12:34:41 +02:00
Eugene Burmakin
f85eef199f
Switch SolidQueue to PostgreSQL
2025-06-06 19:36:36 +02:00
Eugene Burmakin
3d2666c4ee
Fix a few issues and implement location iq support
2025-06-05 21:10:40 +02:00
Eugene Burmakin
6d39f4306f
Remove Redis and Sidekiq from Dawarich
2025-06-02 20:53:35 +02:00
Eugene Burmakin
551c6e7629
Use sqlite for cable in development
2025-05-31 21:27:20 +02:00
Eugene Burmakin
8e2d63a49f
Update database configuration for SQLite databases
2025-05-31 19:54:12 +02:00
Eugene Burmakin
4a6ba8126f
Update web-entrypoint.sh to create all required databases
2025-05-31 17:13:45 +02:00
Eugene Burmakin
be76cde759
Add migrations for additional databases
2025-05-31 15:45:51 +02:00
Eugene Burmakin
584d08da7b
Update app version and CHANGELOG.md
2025-05-31 14:13:51 +02:00
Eugene Burmakin
855872d166
Merge remote-tracking branch 'origin' into feature/solid-queue-rewamp
2025-05-30 19:20:58 +02:00
Eugene Burmakin
897cbd882c
Update some files
2025-05-30 19:20:15 +02:00
Eugene Burmakin
ad6d920794
Update readme
2025-05-23 00:06:05 +02:00
Evgenii Burmakin
e4c5e9d7ea
Merge pull request #1183 from jivanpal/create-missing-database
...
docker-compose.yml: Add PostGIS envvar to create database on initial setup.
2025-05-20 19:48:07 +02:00