Skip to content

Using iOS Shortcuts with Mealie

Image from apple site

User brasilikum opened an issue on the main repo about how they had created an iOS shortcut for interested users. This is a useful utility for iOS users who browse for recipes in their web browser from their devices. Recent updates to Mealie has made this original shortcut break. Reddit user BooNooBooNooB has helped to create a new working version.

Don't know what an iOS shortcut is? Neither did I! Experienced iOS users may already be familiar with this utility but for the uninitiated, here is the official Apple explanation:

A shortcut is a quick way to get one or more tasks done with your apps. The Shortcuts app lets you create your own shortcuts with multiple steps. For example, build a “Surf Time” shortcut that grabs the surf report, gives an ETA to the beach, and launches your surf music playlist.

Basically it is a visual scripting language that lets a user build an automation in a guided fashion. The automation can be shared with anyone but if it is a user creation, you'll have to jump through a few hoops to make an untrusted automation work on your device.

You need to replace username and password with the login information for your mealie instance.

screenshot

Then, you need to put in your mealie domain. The API port of :9000 is not needed when putting your domain in the text field.

screenshot

You should now be able to share a website to the shortcut and have mealie grab all the necessary information!

Back to top