Skip to content
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] - Recipes not public #2161

Closed
5 tasks done
Systemedic opened this issue Feb 21, 2023 · 1 comment
Closed
5 tasks done

[v1.0.0b] - Recipes not public #2161

Systemedic opened this issue Feb 21, 2023 · 1 comment

Comments

@Systemedic
Copy link

First Check

  • This is not a feature request
  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.

What is the issue you are experiencing?

I would show the recipes public so you can view them without the need of login in. The recipes and the group are set to public. However I still have to login before someone can view the recipes.

Deployment

Docker (Synology)

Deployment Details

version: "3.7"
services:
mealie-frontend:
image: hkotel/mealie:frontend-v1.0.0beta-5
container_name: mealie-frontend
restart: always
ports:
- 9925:3000
environment:
- API_URL=http://mealie-api:9000
volumes:
- /volume1/docker/mealie:/app/data/
mealie-api:
image: hkotel/mealie:api-v1.0.0beta-5
container_name: mealie-api
volumes:
- /volume1/docker/mealie:/app/data/
environment:
- ALLOW_SIGNUP=true
- PUID=1026
- PGID=100
- TZ=Europe/Amsterdam
- MAX_WORKERS=1
- WEB_CONCURRENCY=1
- BASE_URL=http://192.168.178.18
restart: always

volumes:
mealie-data:
driver: local

@Kuchenpirat
Copy link
Collaborator

Hey,
so there is already an issue open adressing your issue.

#1326 should solve it once it has been completed.

@hay-kot hay-kot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants