Commit Graph

140 Commits

Author SHA1 Message Date
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
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
67cd74860f Fix nginx_proxy docker-compose example
A copy/paste error probably?
2021-05-13 11:15:31 +02:00
d36274066a some fixed for the new importer + bumped python to 3.9 2021-05-02 13:42:14 +02:00
3c1b6a5f3a updated unraid docs image 2021-03-18 12:08:12 +01:00
bccc41d177 Add environment variable to include Sub-Path in resolve.js. 2021-02-22 19:56:33 +01:00
6192277778 working on authentication 2021-01-28 15:11:38 +01:00
63cfa14a21 allauth working and integrated 2021-01-28 13:40:07 +01:00
7a1ee9a9b2 fixed documentation mistake (again) 2021-01-17 14:06:56 +01:00
0c39ddcf66 Fixed: inconsistent volume naming as mentioned in #317 2021-01-10 22:56:18 +01:00
ba9d85dfc9 updated docker configs 2021-01-07 15:24:56 +01:00
924576c8ba Correct mistake on ports, clarify documentation
My understanding is if you want to access the app on port 3000, you
would use `docker run -d -p 3000:8080 ...` for a Docker command. For
Docker Compose, it's:
```
nginx_recipes:
  ports:
  - 3000:80
```
2021-01-06 07:30:10 -05:00
54f85196e7 Fix Docker install instructions
Not having the backslashes for the `docker run` command resulted in an
error.

Using `80:80` is ignored. While it will work on port 80, it fails when
using any other port such as `3000:80`. Using `3000:8080` works.

Volumes should have a colon on the end, otherwise you get a `ERROR:
yaml.scanner.ScannerError: mapping values are not allowed here`

That said, the new Docker install isn't working for me yet, but I love
the idea of bundling the nginx files with the recipes container.
2021-01-05 21:50:56 -05:00
a1093ed918 Fix documentation formatting
Mostly just typos and some minor changes to help new users less familiar
with Docker tools. I preserved the original style as much as possible.
2021-01-05 21:19:16 -05:00
fd8229684c improved docs and added unraid 2021-01-05 23:41:15 +01:00
b90c70b2a3 huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
aa495250c9 further work on documentation 2021-01-04 09:41:26 +01:00
e8b9f473a6 testing around with github pages 2021-01-03 09:47:57 +01:00