Commit Graph

28 Commits

Author SHA1 Message Date
969a91e751 Fix path traversal in manual installation steps 2023-02-03 08:42:44 +00:00
e5b11a34f6 Update manual.md 2022-10-31 19:49:24 +01:00
12ad6af8c3 fix path 2022-09-01 13:45:49 +02:00
cf24e1014a add two infos 2022-09-01 13:38:47 +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
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
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