Commit Graph

28 Commits

Author SHA1 Message Date
Michael Genson
b12aea8272
feat: Migrate from CRF++ to Ingredient Parser (a Python package) () 2025-02-28 15:17:28 +01:00
RMI78
aea5eb3419
feat: support _FILE suffix for docker secrets (again) ()
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2025-02-16 10:59:50 -06:00
Michael Chisholm
c0ab7673ba
dev: Create a Python package, build Docker images from it ()
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2025-02-11 09:28:40 -06:00
Michael Genson
87504fbb05
feat: Upgrade to Python 3.12 ()
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-12-04 22:31:26 -06:00
Michael Chisholm
a6cbf1308e
feat: Move alembic config into mealie package for easier distribution () 2024-12-04 10:57:57 -06:00
Michael Genson
f7e595b404
fix: Images Using Wrong Content Type () 2024-10-25 14:53:42 +00:00
Marc
00baa397dd
feat: Add image source label to dockerfiles () 2024-10-08 09:38:06 -05:00
Carter
5ed0ec029b
feat: Add OIDC_CLIENT_SECRET and other changes for v2 ()
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
2024-10-05 21:12:11 +00:00
VolumeData21
f86d4d5d8d
fix: removed version line from docker compose yml files () 2024-08-22 09:42:41 +02:00
boc-the-git
ab0d36825a
fix: Create directory used for Docker Secrets () 2024-07-17 06:24:53 -05:00
Hayden
4d1381c055
chore: remove gunicorn in favor of uvicorn workers () 2024-06-20 22:52:09 -05:00
Hayden
6bd5a82b92
rewrite logger to support custom config files () 2024-04-16 15:52:49 +00:00
Hayden
1af0f426ae
fix: remove deprecated lifecycle and consolidate startup actions ()
* remove deprecated lifecycle and consolidate startup actions

* fix import
2024-03-14 19:27:26 +00:00
Hayden
0800a8d00a
chore: rewrite makefile in taskfile ()
* add docker-compose with development dependencies

* delete old runtime.txt file

* specify specific group for postgres deps

* replace makefile with taskfile with new features

* drop template.env file in favor of defaults within taskfile

* use with github actions

* update docs for taskfile changes

* update task.json for vscode

* add taskfile to devcontainer.json

* pre-install taskfile so startup command works

* remove run command and fix desc for ui

* change node-> python->py for consistency
2024-01-27 18:14:42 +00:00
Jakub Urbańczyk
4d49e307e3
fix: running the container with PUID=0 and PGID=0 ()
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-01-27 17:48:38 +00:00
Hayden
58df50f624
fix: re-enable change user and fix SIGTERM ()
* re-enable change user

* fix gosu and close 
2024-01-11 14:03:08 -09:00
Carter
46c1a2f0b8
add libldap-2.5 to runtime dependencies () 2023-12-15 11:38:09 -06:00
Michael Genson
ca9f66ee24
feat: Remove OCR Support ()
* remove ocr package

* remove tesseract

* remove OCR from app

* remove OCR from tests

* fix docs
2023-12-14 17:26:43 -09:00
Johan Lindell
84b477edf6
fix: removed unused node in docker image () 2023-10-07 11:17:26 -08:00
Simon Becker
a331042e6d
build: optimize apt-get cleanup during image build () 2023-09-29 16:04:58 -08:00
Hayden
2ad6af2cce
feat: consolidate deployment targets and publish to ghcr.io ()
* WIP: proof of concept

* basic meta tag injection

* add support for scraping public/private links

* make tests go brrrrr

* cleanup initialization

* rewrite build config

* remove recipe meta on frontend

* make type checker happy

* remove other deployment methods

* fix issue with JSON response on un-authenticated request

* docs updates

* update tivy scanner

* fix linter stuff

* change registry tag

* build fixes

* fix same mistake I always make
2023-09-14 06:40:13 -08:00
Carter
4af9eec89d
fix omni docker image () 2023-06-27 22:00:19 -08:00
Carter
d1b06e7339
fix: Change libldap-2.4-2 to libldap-common in docker () 2023-06-27 17:25:41 -08:00
Jacob Corn
9557b3f0b6
fix: log accurate IP ()
* update dev docker poetry install

* Forward/Report IP through front and backend.

* Add fail2ban docs

* fix option name and iproute2 in omni entry

* Fix entry scripts -> gunicorn setting respected

* gunicorn off

* xfwd in nuxt proxy and handle multiple IPs
2023-06-25 10:22:21 -08:00
Jon
fc105dcebc
Update docker-compose.yml ()
* Update docker-compose.yml

ERROR: The Compose file './docker-compose.yml' is invalid because:
services.mealie.environment.WEB_GUNICORN contains true, which is an invalid type, it should be a string, number, or a null

* Update docker-compose.yml

Also fix SMTP settings, since they aren't in array format as in mealie-frontend.

* Once more, ironing out a few minor issues.

Server status reported this, I think this is the correct value, but I'm happy to revert and/or update the value as needed.

* Revert previous two commits

Per https://github.com/hay-kot/mealie/pull/2109#pullrequestreview-1294610637

* Stray newline

Missed a stray newline that was inadvertently added.
2023-02-11 21:08:39 -09:00
Carter
da60e56982
fix: user login and creation with LDAP ()
* Corrected if statement to check if a results was returned by the LDAP search. And decoded the user_attributes from binary data to string

* removed trailing spaces

* Revert asserts in LDAP unit test back

Since an empty tuple is still a result, an user is created and the result should not be false.

* Simplified code

* Extended the LDAP implementation

* fix ldap authentication and user creation

* modified docs to include new LDAP environment variables

* update tests and linting

* add libldap-2.4-2 as runtime dependency for the api

---------

Co-authored-by: Erik Landkroon <eriklandkroon@gmail.com>
2023-02-11 10:16:33 -09:00
Hayden
b50f92420b
hotfix: buildpath ()
* fixes

* fix build script name
2022-12-31 09:12:45 -09:00
Hayden
e281f53488
chore: refactor-docker-structure ()
* move dockerfiles to dedicated folder

* consolidate docker related files to docker dir

* update CI references

* experimental omni style container

* update makefile commands

* update references

* fix whitespace

* single container docs

* update build paths

* adds omni style build

* set context
2022-12-31 09:01:15 -09:00