Commit Graph

114 Commits

Author SHA1 Message Date
cc342cbae3 add community contributed to HA docs and link to alexbelgium directly on top 2022-09-12 20:06:12 +02:00
35bb3c9eb1 Add updates and backup instructions 2022-09-10 22:33:06 +02:00
5423019a14 Add self promotion 2022-09-10 11:57:27 +02:00
e8c5c610b7 Improve layout 2022-09-10 11:54:21 +02:00
3f0cef59b8 Create home assistant install instructions 2022-09-10 11:53:56 +02:00
1a24f34499 Create homeassistant.md 2022-09-03 18:59:14 +02:00
fff5c2387b removed python3.9 from update (python3 is enough) 2022-06-18 23:02:03 +02:00
3de6f6faf8 Added the "--no-input" to the collectstatic lines 2022-06-18 22:32:09 +02:00
e6f80497a9 Updates with more packages
Updated the manual installation file to get everybody up and running.
There were missing requirements like the nginx installation and so on.

Now a first time linux user should be able to get this up and running.
2022-06-18 09:49:25 +02:00
dafb26b500 updated raspi docs 2022-05-11 16:22:13 +02:00
3850287deb WSL docs 2022-04-23 01:28:56 +02:00
47b62aa390 Merge pull request #1714 from gloriousDan/docs_nginx_read_only
Docs: nginx mount volumes read-only
2022-04-17 14:59:57 +02:00
9a2f91d3d4 Merge pull request #1709 from gloriousDan/develop
Docs: Reintroduce restart-always to web_recipes service
2022-04-17 14:58:55 +02:00
a839fb0bfc Remove namespace vom k8s templates 2022-04-12 20:43:58 +02:00
c3c697f4a8 Mount all volumes in nginx read-only 2022-04-10 20:45:34 +02:00
fa79adf931 Reintroduce restart-always to web_recipes service 2022-04-09 14:56:00 +02:00
f445722140 Merge pull request #1653 from bradpoulton/develop
Fixes the formatting
2022-03-17 20:46:41 +01:00
a3def6bf4c Fixes the formatting 2022-03-16 22:00:42 -06:00
70716bf99f Merge pull request #1643 from MaxJa4/patch-1
Updated dependencies of manual setup
2022-03-15 11:35:33 +01:00
16449cd078 Merge pull request #1644 from gloriousDan/develop
Update bind mounts in docker run command to use absolute paths
2022-03-15 11:34:40 +01:00
5cf58a32dc Updates formating 2022-03-11 18:19:48 -07:00
a956888355 Fixes wording 2022-03-11 18:18:09 -07:00
cb835b033c Updates Docker installation docs
Adds warning that the jwilder nginx-proxy reduces file size upload to 1 MB.
2022-03-11 18:16:32 -07:00
c0bd0d49ae Update bind mounts to use absolute paths
Docker bind mounts have to use absolute paths, so the docker run command fails when using the relative mounts ./staticfiles and ./mediafiles.
This may be supported again (https://github.com/docker/cli/issues/1203)
2022-03-11 13:40:59 +01:00
36fbbed1b0 Added link to docs of nodejs installation 2022-03-11 10:21:50 +01:00
34f70e4ba7 Fixed formatting 2022-03-11 10:18:51 +01:00
8bc361ee7c Updated dependencies of manual setup
- apt install of nodejs installs an unsupported (V10.X) version
- dependencies for python-ldap were missing
2022-03-11 10:16:55 +01:00
e691eaf72f Update docker.md 2022-02-18 13:25:20 +01:00
9e7a908136 Add syntax highlighting for nginx subpath example 2022-02-18 13:23:51 +01:00
3db55cd82b added sub path nginx example 2022-02-11 14:16:22 +01:00
9b5cc3deaa Merge pull request #1496 from poggenpower/develop
K8s deployment: Small fix for dupplicate entries.
2022-02-11 09:05:36 +01:00
f1bbe16606 Merge pull request #1498 from MaxJa4/improvement/retry_migrations
Moved DB-waiting from docker-level to container-level
2022-02-07 18:42:41 +01:00
d28a2f81a2 Remove always-restart so the container doesn't boot-loop on error 2022-02-07 18:14:03 +01:00
855f1e4ee7 Remove always-restart so the container doesn't boot-loop on error 2022-02-07 18:13:58 +01:00
b53a9a1c07 Remove always-restart so the container doesn't boot-loop on error 2022-02-07 18:13:50 +01:00
773d2eff37 Moved db-waiting from docker-level to container-level 2022-02-06 18:54:42 +01:00
9f9cc766c6 Small fix for dupplicate entries. 2022-02-06 17:42:04 +01:00
80965c5462 Added docker compose file for IPv6 native 2022-02-05 13:14:04 +01:00
ed852b3246 Merge pull request #1437 from MaxJa4/improvement/wait_for_db
[Docker] Web_recipes waits for db_recipes to be ready
2022-02-03 14:32:37 +01:00
39c3ce7ab2 More emphasis on waiting for migrations 2022-01-31 15:42:48 +01:00
419821733c Optimized healthcheck timings
1s faster interval (to increase retry speed on faster systems), 1s shorter timeout (since it db should react in a lot less than 1s), increased retries to 12 total so all adds up to 60s of potential retry-time for older systems (e.g. RPI 3)
2022-01-31 14:27:39 +01:00
300d132266 Removed retry process since it's fixed now
Removed retry process since it's fixed now by improvement/wait_for_db
2022-01-30 01:24:17 +01:00
6330d15ebe Update docker-compose.yml 2022-01-30 01:20:54 +01:00
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
76dac29f1c Added raspberry pi setup issue FAQ
Added raspberry pi setup issue FAQ/info
2022-01-30 00:28:27 +01:00
6e8729bb58 Added example configs and header information
Added example configs for plain local nginx and Apache2.
Also added FAQ section for all generic issues when not setting all required headers correctly.
Added section for required headers in the Docker installation docs.
2022-01-28 17:44:52 +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