Commit Graph

18 Commits

Author SHA1 Message Date
075c88e5e8 Merge branch 'develop' into docs/docker-installation 2022-01-23 01:38:04 +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
8ced587562 fixed nginx config example for manual install 2022-01-18 14:02:11 +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
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
7c06da89f0 simplify, add some fixes re static / media files 2021-07-21 09:59:14 +01:00
589302a87d Add guidance on what to edit in .env 2021-07-07 19:23:00 +01:00
173eaf44a0 Add fix for no image on recipe page
https://github.com/vabene1111/recipes/issues/470#issuecomment-787210414
2021-07-07 19:10:19 +01:00
576c62b8a1 Update manual setup
I just went through a manual install on DietPi / Debian Unstable, and found that the manual needed some improving, this method works, whereas following the original manual was not a success for me.

The only line I would say I am unsure about is this one:
"Give the user permissions: `chown -R recipes:www-data /var/www/recipes`"
As I am not sure whether these permissions are necessary for this to work.

Hope this is useful, let me know if I can make further improvements.
2021-07-07 16:49:04 +01:00
d36274066a some fixed for the new importer + bumped python to 3.9 2021-05-02 13:42:14 +02:00
b90c70b2a3 huge documentation and setup restructure 2021-01-05 10:38:18 +01:00