-
-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v1.0.0b] [Task] - Public Group Exploration #1326
Comments
Curious, any updates on this? The fact that you can only generate temporary sharable links (that are also ugly) is the only thing holding me back from using this. Would be super nice to have public-by-default as an option, with WordPress style pretty links. |
My timeline got pushed back because of some summer vacation stuff. Currently hoping to get this rolled into the next beta at the end of the month. It may be a partial implementation, we'll see how far I get. |
Oh awesome @hay-kot !! Might sound dumb, but sharable, pretty links is a make or break feature for a food blogger :) |
I agree. I've been using mealie to build a collection of recipes to try, then the ones that turn out well we share links to our friends and family, but we don't want to make them create accounts, so I'm stuck on 0.5.6 until this feature get's re-added. While I typically share a specific recipe link, I still want browsing everything to be available. |
Any progress on this? |
How did you go about removing the group checks? I think that might be a good solution for me and my friend group right now so I can maintain separate meal plans, shopping lists, etc. |
Attached the patch I'm using. If any users have categories with the same names, they'll need to first rename or delete them (it will error on duplicates). Might be some unneeded changes in that, I found some more problems with mealplans that I fixed today. For docker-compose, you can add this to your
|
Has there been any updates on this? I am also stuck on 0.5.6 due to the new betas requiring a login for read access. My setup is behind Authentik, so the read only option with no mealie authentication needed is perfect, thanks. |
No, it's been deprioritized because, 1) I don't use the feature, 2) it requires extensive reworking on nearly every component related to recipe views. 3) No other contributors seem super interested in taking on the work here. Happy to help someone get started on it if they're interested in adding the feature, but I'm more focused on getting v1 to stable than taking on this feature. |
I am also very interested in this one. It would be good to be able to give out my recipes to family without them having to use a login |
+1 for this too! My family and I all started using mealie recently and we love it. We're split into different groups by household, but we'd love to be able to get recipes from other groups |
It's pretty clear there's lot's of interest in this feature. If you're interested in taking on the feature work for this please let me know. |
#2525 covers |
FYI this has been addressed recently: #2482 |
What is the problem this task addresses?
Currently sharing a recipe requires a manual process to share. Mealie should provide a way for groups to share their recipes by default.
Proposed/Possible Solution(s)?
Group Pages
The foundational page relating to sharing Recipes and Cookbooks. It should show a link to browse a groups entire public recipe collection, as well as their cookbooks. In the future it may also support browsing by categories, tools, and
Cookbooks
Allow cookbooks to be set to public and shareable via a link or discoverable on group pages
Public Recipes
Allow public recipes to be browsed by group from non members.
Checklist
The text was updated successfully, but these errors were encountered: