Jakob Wenzel
8ed2562454
allow plural-suffixes in ingredient parser
2021-01-07 19:30:07 +01:00
Jakob Wenzel
fd255fd6ad
added failing testcase for ingredient parser
2021-01-07 19:20:20 +01:00
Jakob Wenzel
8931fa8557
fix ingredient parser testcase
...
* call correct function
* flip assertion
2021-01-07 19:06:08 +01:00
vabene1111
2ac076afa5
readme and documentation
2021-01-07 16:45:01 +01:00
vabene1111
2d82fc1ddd
fixed meal plan settings cookie expiring
2021-01-07 15:42:34 +01:00
vabene1111
ba9d85dfc9
updated docker configs
2021-01-07 15:24:56 +01:00
vabene1111
c752b2e81b
Merge pull request #316 from KyleWJohnston/develop
...
Improve documentation formatting
2021-01-07 09:25:23 +01:00
Kyle Johnston
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
vabene1111
f4fa28bfbc
Merge pull request #318 from vabene1111/dependabot/pip/jinja2-2.11.2
...
Bump jinja2 from 2.11.0 to 2.11.2
2021-01-06 07:54:35 +01:00
dependabot[bot]
0c2cb599ba
Bump jinja2 from 2.11.0 to 2.11.2
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.0 to 2.11.2.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.0...2.11.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-06 06:03:30 +00:00
Kyle Johnston
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
Kyle Johnston
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
vabene1111
caa33810c4
added more documentation
2021-01-06 00:17:53 +01:00
vabene1111
fd8229684c
improved docs and added unraid
2021-01-05 23:41:15 +01:00
vabene1111
320d94a223
fixed incorrect redirects for unauthenticated users
2021-01-05 23:24:58 +01:00
vabene1111
43ccc351c7
added changes typo fix
2021-01-05 22:54:57 +01:00
vabene1111
d36e4c6e0a
fixed another typoe
2021-01-05 22:54:46 +01:00
vabene1111
fdeede5717
updated vue and vue bootrap + template improvements
2021-01-05 22:53:08 +01:00
vabene1111
738b601462
templating working
2021-01-05 22:07:46 +01:00
vabene1111
2c93a2f177
Merge branch 'develop' into feature/templating
2021-01-05 21:48:50 +01:00
vabene1111
6b2d164585
fixed broken import chain
2021-01-05 21:48:44 +01:00
vabene1111
ee707eba5c
super basic templating working
2021-01-05 21:46:24 +01:00
vabene1111
f26b09cc0a
fixed broken translations in help_texts
2021-01-05 21:26:42 +01:00
vabene1111
4e88f846af
Merge pull request #312 from vabene1111/translations_cookbook-locale-en-lc-messages-django-po--develop_it
...
Translate '/cookbook/locale/en/LC_MESSAGES/django.po' in 'it'
2021-01-05 13:11:08 +01:00
transifex-integration[bot]
6a1d892e8b
Apply translations in it
...
translation completed for the source file '/cookbook/locale/en/LC_MESSAGES/django.po'
on the 'it' language.
2021-01-05 11:44:52 +00:00
vabene1111
b90c70b2a3
huge documentation and setup restructure
0.13.0
2021-01-05 10:38:18 +01:00
vabene1111
bcf50f30bc
Merge pull request #311 from vabene1111/dependabot/pip/django-3.1.5
...
Bump django from 3.1.4 to 3.1.5
2021-01-05 08:13:00 +01:00
dependabot[bot]
065ed6c437
Bump django from 3.1.4 to 3.1.5
...
Bumps [django](https://github.com/django/django ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.1.4...3.1.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-05 06:24:30 +00:00
vabene1111
285e09f40a
moved config again
2021-01-05 00:31:48 +01:00
vabene1111
0398f36949
removed ngxinx from ignored directories
2021-01-05 00:19:14 +01:00
vabene1111
ea30eb96cd
changed up structure again
2021-01-04 23:40:58 +01:00
vabene1111
b787ae49bb
another way of doing it
2021-01-04 23:12:01 +01:00
vabene1111
f8e2283a69
testing automatic creation of nginx config dir
2021-01-04 22:50:07 +01:00
vabene1111
13d51a7b46
further testing of nginx configurations
2021-01-04 22:31:48 +01:00
vabene1111
e74ae06b64
testing nginx configuration
2021-01-04 22:30:03 +01:00
vabene1111
aa495250c9
further work on documentation
2021-01-04 09:41:26 +01:00
vabene1111
f8ee48c23b
mkdocs settings
2021-01-04 08:38:57 +01:00
vabene1111
320246b18b
Merge pull request #309 from vabene1111/dependabot/pip/pillow-8.1.0
...
Bump pillow from 8.0.1 to 8.1.0
2021-01-04 08:32:26 +01:00
dependabot[bot]
00992da998
Bump pillow from 8.0.1 to 8.1.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/8.0.1...8.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-04 07:22:34 +00:00
vabene1111
2b9ad2feed
removed fixture based backup
...
many different things can lead to this method of backing up failing both on backup and on restore.
to not give the user a false sense of security this feature was removed for the time being.
once i have time i will add a proper backup system.
2021-01-04 00:30:39 +01:00
vabene1111
257127bd4e
...
2021-01-03 10:34:14 +01:00
vabene1111
b1df118140
testing another action
2021-01-03 10:26:29 +01:00
vabene1111
da6b437b20
further testing
2021-01-03 10:19:32 +01:00
vabene1111
6fe4c79b0d
testing with mkdocs
2021-01-03 10:08:54 +01:00
vabene1111
1793753cb4
different action to include theme
2021-01-03 10:05:30 +01:00
vabene1111
9ed1aff0d2
theme and name for mkdocs
2021-01-03 10:01:51 +01:00
vabene1111
51c3ec5762
added doc name
2021-01-03 09:58:12 +01:00
vabene1111
5feeabb498
mk docs
2021-01-03 09:57:15 +01:00
vabene1111
c4aa3eb019
test navigation
2021-01-03 09:49:17 +01:00
vabene1111
e8b9f473a6
testing around with github pages
2021-01-03 09:47:57 +01:00