Commit Graph

13 Commits

Author SHA1 Message Date
Stephan Klinger
a2e06a3099
Update manual.md 2021-11-05 14:43:33 +01:00
Stephan Klinger
6fadad1a5f
Fix typo in manual.md 2021-11-05 14:43:08 +01:00
vabene1111
10fd3a839d fixed doc header size 2021-10-13 11:24:11 +02:00
vabene1111
5858283cdd updated build files 2021-10-13 11:20:26 +02:00
tandy1000
4d07a5f86b
fix another path error 2021-10-11 22:18:49 +01:00
tandy1000
b277c4d641
fix path error 2021-10-11 22:14:55 +01:00
Nemec
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
tandy1000
7c06da89f0
simplify, add some fixes re static / media files 2021-07-21 09:59:14 +01:00
tandy1000
589302a87d
Add guidance on what to edit in .env 2021-07-07 19:23:00 +01:00
tandy1000
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
tandy1000
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
vabene1111
d36274066a some fixed for the new importer + bumped python to 3.9 2021-05-02 13:42:14 +02:00
vabene1111
b90c70b2a3 huge documentation and setup restructure 2021-01-05 10:38:18 +01:00