Commit Graph

52 Commits

Author SHA1 Message Date
Eugene Burmakin 0ed6fb7ea8 Update docker-compose files to include storage volume 2025-04-03 18:46:00 +02:00
Eugene Burmakin c0f9de4057 Change default PostgreSQL image to Postgis 2025-02-08 23:27:27 +01:00
Evgenii Burmakin 5cb0753042 Merge pull request #659 from shaman007/0.22.11_k8s_docs
Update k8s deployment example
2025-01-22 14:24:48 +01:00
Eugene Burmakin 88ffebec34 Update Synology files 2025-01-21 14:31:12 +01:00
Andrey Bondarenko e59f7631b9 Update k8s deployment example
Update k8s deployment example

* remove unused gem-caches
* update entrypoints to correspond 0.22.x
* add liveness probe
2025-01-12 12:31:49 +01:00
Eugene Burmakin 485f23f82d Remove unused volumes from docker-compose.yml 2025-01-09 20:51:19 +01:00
Eugene Burmakin 688440710f Remove APPLICATION_HOST env var. 2025-01-07 13:28:51 +01:00
Evgenii Burmakin 68129f9eae Merge pull request #516 from duckfullstop/bug-bind-ipv6
Bind to both IPv6 and IPv4 interfaces by default
2024-12-19 12:37:17 +01:00
Evgenii Burmakin cea85fd75a Merge pull request #499 from tigattack/fix/gem_paths
fix gem paths in compose.yml & k8s instructions
2024-12-16 16:13:45 +01:00
Sheya Bernstein e0e83529cc docs: Mention Helm chart by @Cogitri 2024-12-15 22:54:51 +00:00
duck. 9a2267abf4 Bind to both IPv6 and IPv4 interfaces by default
As discussed in https://github.com/Freika/dawarich/issues/498 - not tested as there appears to be no scaffolding to test this functionality?
2024-12-10 16:10:21 +00:00
Volodymyr Dombrovskyi 47291db420 Update How_to_install_Dawarich_using_Docker.md
updated docker compose setup readme
2024-12-10 01:42:50 +02:00
tigattack 4e7b6f1ac2 fix gem paths in compose.yml & k8s instructions 2024-12-06 17:56:54 +00:00
Evgenii Burmakin 8b3602523f Merge pull request #383 from alangrafu/patch-1
Update How_to_install_Dawarich_using_Docker.md
2024-11-19 19:00:36 +01:00
Andrey Bondarenko 23dc95186a Update How_to_install_Dawarich_in_k8s.md
Dropped unused var
2024-11-13 09:32:10 +01:00
Andrey Bondarenko 1c711c5c7e Create How_to_install_Dawarich_in_k8s.md
Example of the K8S deployment.
2024-11-13 09:23:58 +01:00
Alvaro Graves 6ac2bb118b Update How_to_install_Dawarich_using_Docker.md
It is not clear from the documentation how to log in the first time.
2024-11-09 19:58:10 -08:00
Tyler Woodfin e80ac06217 Update How_to_install_Dawarich_using_Docker.md
I'm somewhat new to Docker, but `docker-compose` had issues with running this. `docker compose` seems to be the new standard going forward, and it indeed works when the other one fails.
2024-10-15 21:18:30 -07:00
sunstep 5850f2f1c4 Simplify Caddy example fqdn 2024-09-27 14:42:42 +02:00
sunstep 54c930ae24 Merge pull request #8 from sunstep/docs/Caddy-brotli
Switch Caddy from gzip to brotli
2024-09-27 10:07:51 +02:00
sunstep 6539457b26 Merge pull request #7 from sunstep/docs/Apache-brotli
Switch Apache from gzip to Brotli
2024-09-27 10:07:22 +02:00
sunstep f0ddbecd2b Switch Caddy from gzip to brotli 2024-09-27 10:06:38 +02:00
sunstep 2459f55717 Switch Apache from gzip to Brotli 2024-09-27 10:00:50 +02:00
sunstep 8de8a396b1 Switch gzip to Brotli 2024-09-27 09:45:37 +02:00
sunstep 4a35c0dd61 Merge pull request #5 from sunstep/docs/gzip-caddy
Add gzip to Caddy
2024-09-24 14:14:51 +02:00
sunstep 294dcb0d4c Add gzip to Caddy 2024-09-24 14:14:08 +02:00
sunstep 7cf1cda034 Add a2enmod deflate 2024-09-24 14:04:00 +02:00
sunstep d6e169d83b Update how_to_setup_reverse_proxy.md 2024-09-24 14:02:33 +02:00
sunstep 85cdf7fd50 Merge pull request #4 from sunstep/docs/gzip-apache2
Add gzip support to Apache
2024-09-24 13:20:18 +02:00
sunstep 414fec7d64 Add gzip support to Apache 2024-09-24 13:18:46 +02:00
sunstep 3a142dbd58 Merge pull request #3 from sunstep/docs/gzip-nginx
Update how_to_setup_reverse_proxy.md
2024-09-24 13:12:08 +02:00
sunstep 7fc784d4d5 Update how_to_setup_reverse_proxy.md 2024-09-24 13:11:37 +02:00
sunstep 8911ad4d9c Update guide on APPLICATION_HOST(S) 2024-09-24 12:37:59 +02:00
sunstep b09546e12a Make code snippets have a color 2024-09-24 12:04:26 +02:00
sunstep 4e38cb4c50 Adjust Caddy guide to only contain the docker compose difference 2024-09-24 11:50:24 +02:00
George Hazlewood bd2c11c23e Update How_to_install_Dawarich_on_Synology.md
gem_cache was repeated and public was missing
2024-09-05 08:59:27 +01:00
Evgenii Burmakin 6a07b77991 Update How_to_install_Dawarich_on_Synology.md 2024-07-19 21:34:32 +02:00
Tyler Wright 98a0eac989 Updated APPLICATION_HOST to APPLICATION_HOSTS 2024-07-10 14:46:43 -04:00
Tyler Wright 05e4df0613 Added Caddy instructions to reverse proxies doc 2024-07-10 14:38:21 -04:00
Eugene Burmakin 3d8c8bd26e Update synology guide 2024-07-09 00:06:45 +02:00
Eugene Burmakin dd6430e185 Merge branch 'remove_map_center' 2024-07-08 23:22:00 +02:00
Eugene Burmakin 4f25c81a93 Update reverse proxy guide 2024-07-08 23:19:25 +02:00
sunstep b6040f233d Fix Dawarich typo 2024-07-08 16:39:01 +02:00
sunstep e2cdfdcbd3 Add Apache2 instructions 2024-07-06 00:28:56 +02:00
sunstep 6eb27674b2 Fix path to synology tutorial docs 2024-07-05 23:40:38 +02:00
sunstep 4c54a0181a Add headers 2024-07-05 23:38:02 +02:00
sunstep 5e90e1570d Rename how_to_setup_reverse_proxy to how_to_setup_reverse_proxy.md 2024-07-05 23:37:01 +02:00
sunstep 81568c3422 Add set up steps including nginx example 2024-07-05 23:36:38 +02:00
Eugene Burmakin 2a4bf5e9d4 Rename guides 2024-06-30 13:23:15 +02:00
Eugene Burmakin 5b8ab3161b Remove MAP_CENTER env var 2024-06-30 13:16:19 +02:00