d7d37f9908
Update docker-compose.yml
2022-01-30 01:20:33 +01:00
fb29db7aad
Web container waits for DB container to be ready
...
Fixes the setup issue almost all Raspberry Pi users have and probably some others with slow or low spec systems.
The web_recipes container waits for db_recipes to be healthy.
db_recipes is healthy, as soon as postgres is completely ready.
Note: ps_isready doesn't work here for some reason.
Tested multiple times with a Raspberry Pi 4.
2022-01-30 01:19:50 +01:00
9fcfa17004
Merge pull request #1377 from MaxJa4/docs/docker-installation
...
Enhancement of installation instruction docs
2022-01-28 15:35:20 +01:00
69ed987db8
Merge pull request #1400 from geisterfurz007/chore/filename-consistency
...
k8s yaml file consistency
2022-01-23 21:58:16 +01:00
075c88e5e8
Merge branch 'develop' into docs/docker-installation
2022-01-23 01:38:04 +01:00
9c80a10652
Move yml file to yaml file
2022-01-22 22:48:12 +00:00
30456c60e0
Correct path to kubernetes files
2022-01-22 23:24:27 +01:00
c20e982fb1
Fix typos
2022-01-20 00:50:41 +01:00
47dd3118b1
Enhanced manual installation docs
2022-01-19 19:42:38 +01:00
2e85b01242
Enhanced kubernetes installation docs
2022-01-19 19:38:11 +01:00
119379028d
Enhanced unraid installation docs
2022-01-19 19:33:40 +01:00
b8bb146422
Enhanced synology installation docs
2022-01-19 19:28:44 +01:00
71a2f1955e
Enhancement of docker install docs
2022-01-19 19:13:33 +01:00
6b154b05a6
[Docs] Attempt to fix .yml inclusion
...
File inclusion broke some time ago. Changed back to original format like inclusion-plugin docs suggest.
2022-01-19 18:39:46 +01:00
8ced587562
fixed nginx config example for manual install
2022-01-18 14:02:11 +01:00
51620a34d9
add swag config example
2022-01-14 15:10:22 -05:00
dc10bf2c49
Add general note and remove duplicate subchapter from docker installation docs
...
Add general note and remove duplicate subchapter from docker installation docs
2022-01-12 21:55:31 +01:00
79c8edd354
Some additional info for reverse proxy setups.
...
Since there have been quite some people with basic docker setup issues when using a reverse proxy and very basic reverse proxies like a nginx running locally as a proxy or Caddy, I figured these added sentences might clear things up for some people.
Feel free to suggest additional topics which should be added or refined.
2022-01-07 20:14:49 +01:00
4047febec9
Merge branch 'develop' into feature/shopping_list_v2
2022-01-04 07:58:36 +01:00
582e145a9f
Fix after rebase
2021-12-30 13:55:38 -06:00
3743a08996
marked required env fields
2021-12-30 09:47:36 +01:00
ccd0966d92
Merge branch 'feature/shopping_list_v2' of https://github.com/vabene1111/recipes into feature/shopping_list_v2
...
# Conflicts:
# cookbook/static/django_js_reverse/reverse.js
# cookbook/tests/api/test_api_shopping_recipe.py
# vue/src/apps/ShoppingListView/ShoppingListView.vue
2021-12-29 15:26:22 +01:00
c43b8e91da
Fix after rebase
2021-12-28 12:05:14 -06:00
9794d544cc
Squashed commit of the following:
...
commit 7837467c30
Merge: aaaae5b1b
84759383f
Author: vabene1111 <vabene1111@users.noreply.github.com >
Date: Sat Dec 18 23:14:24 2021 +0100
Merge pull request #1146 from auanasgheps/patch-1
Add documentation about swag by linuxserver
commit 84759383fa
Author: Oliver Cervera <cervera93-19@yahoo.it >
Date: Sat Dec 18 13:49:09 2021 +0100
Add documentation about swag by linuxserver
Documents behaviour in #959
commit aaaae5b1ba
Merge: 4a747f5cd
ea62c10d9
Author: vabene1111 <vabene1111@users.noreply.github.com >
Date: Thu Dec 16 18:10:48 2021 +0100
Merge pull request #1143 from smilerz/fix_get_facet_api
fix bug in get_facet_api
commit ea62c10d9a
Author: smilerz <smilerz@gmail.com >
Date: Thu Dec 16 09:20:56 2021 -0600
remove console message
commit 3516505dd1
Author: smilerz <smilerz@gmail.com >
Date: Thu Dec 16 09:08:32 2021 -0600
fix bug in get_facet_api
2021-12-28 12:03:35 -06:00
75b45ba8eb
Squashed commit of the following:
...
commit 7837467c30
Merge: aaaae5b1b
84759383f
Author: vabene1111 <vabene1111@users.noreply.github.com >
Date: Sat Dec 18 23:14:24 2021 +0100
Merge pull request #1146 from auanasgheps/patch-1
Add documentation about swag by linuxserver
commit 84759383fa
Author: Oliver Cervera <cervera93-19@yahoo.it >
Date: Sat Dec 18 13:49:09 2021 +0100
Add documentation about swag by linuxserver
Documents behaviour in #959
commit aaaae5b1ba
Merge: 4a747f5cd
ea62c10d9
Author: vabene1111 <vabene1111@users.noreply.github.com >
Date: Thu Dec 16 18:10:48 2021 +0100
Merge pull request #1143 from smilerz/fix_get_facet_api
fix bug in get_facet_api
commit ea62c10d9a
Author: smilerz <smilerz@gmail.com >
Date: Thu Dec 16 09:20:56 2021 -0600
remove console message
commit 3516505dd1
Author: smilerz <smilerz@gmail.com >
Date: Thu Dec 16 09:08:32 2021 -0600
fix bug in get_facet_api
2021-12-20 15:26:31 -06:00
e470a70321
punctuation fixes
...
First commit was done in rush. Fixed a couple of punctuations.
2021-12-20 11:09:05 +01:00
84759383fa
Add documentation about swag by linuxserver
...
Documents behaviour in #959
2021-12-18 13:49:09 +01:00
571a618818
Update synology.me
...
Added information to fix problems where container could not reach each other because firewall blocked it.
Added information how to setup ssl via reverse proxy.
2021-12-01 12:39:13 +01:00
cb59f046c0
added comments to 15-secrets.yaml
2021-11-21 20:24:07 +01:00
25d505161f
Changed k8s installation files for a bit more sophisticated setup.
2021-11-21 20:14:02 +01:00
b6eba9c5e7
Docs: Fix inline include of yaml files
2021-11-13 10:36:14 +01:00
9d827ac174
Docs: Inline docker-compose.yaml files in the documentation
2021-11-13 10:35:55 +01:00
6cb9a7068e
Revert "Docs: Inline docker-compose.yaml files in the documentation"
2021-11-13 09:19:34 +01:00
ea377c2f3b
Docs: Inline docker-compose.yaml files in the documentation
2021-11-12 14:41:33 +01:00
1431be5cad
Merge pull request #1020 from PastuDan/develop
...
Add KubeSail install method
2021-11-08 16:31:29 +01:00
5fdbedc924
Update manual.md
2021-11-05 14:45:54 +01:00
a2e06a3099
Update manual.md
2021-11-05 14:43:33 +01:00
6fadad1a5f
Fix typo in manual.md
2021-11-05 14:43:08 +01:00
e611c095bb
Update kubesail.md
2021-11-04 17:23:16 -06:00
c418b7bbff
Update kubesail.md
2021-11-04 17:23:00 -06:00
c0417f0b5d
Update kubesail.md
2021-11-04 17:22:44 -06:00
aef73bc104
Update kubesail.md
2021-11-04 17:03:56 -06:00
ca1ce40048
Create kubesail.md
2021-11-04 16:57:39 -06:00
10fd3a839d
fixed doc header size
2021-10-13 11:24:11 +02:00
5858283cdd
updated build files
2021-10-13 11:20:26 +02:00
4d07a5f86b
fix another path error
2021-10-11 22:18:49 +01:00
b277c4d641
fix path error
2021-10-11 22:14:55 +01:00
66ace6bd34
Send proper protocol to Django from Nginx
...
In order to run over HTTPS* django requires the X-Forwarded-Proto header sent from the nginx proxy. I didn't add everything needed for TLS, but this header works with HTTP and HTTPS so I figure it might save a few people some time if they ever decide to secure their installation.
\* specifically, I noticed that image URLs are requested over HTTP instead of HTTPS even when the main page is HTTPS until this header is sent
2021-08-20 02:16:32 -05:00
e341b96249
synology
2021-07-29 17:55:21 +02:00
7c06da89f0
simplify, add some fixes re static / media files
2021-07-21 09:59:14 +01:00