<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://www.weeumson.com/</id><title>Bwilliamson's Blog</title><subtitle>Ramblings of a full stack developer/sysadmin in blog form. Notes and tutorials for reference, Projects for fun and growth.</subtitle> <updated>2024-05-14T19:40:39-04:00</updated> <author> <name>Bwilliamson</name> <uri>https://www.weeumson.com/</uri> </author><link rel="self" type="application/atom+xml" href="https://www.weeumson.com/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://www.weeumson.com/"/> <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator> <rights> © 2024 Bwilliamson </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Disabling 2FA in local Magento 2 development</title><link href="https://www.weeumson.com/posts/Easily-disable-2FA-in-local-Magento-development/" rel="alternate" type="text/html" title="Disabling 2FA in local Magento 2 development" /><published>2024-05-14T19:30:00-04:00</published> <updated>2024-05-14T19:30:00-04:00</updated> <id>https://www.weeumson.com/posts/Easily-disable-2FA-in-local-Magento-development/</id> <content src="https://www.weeumson.com/posts/Easily-disable-2FA-in-local-Magento-development/" /> <author> <name>bwilliamson</name> </author> <category term="Magento" /> <category term="Dev" /> <summary> There seems to be some confusion around how to disable 2FA in a local Magento 2 environment, or, more specifically, how difficult it is. It’s just one command I’m not sure why modules out there exist for this. So I thought it would be fun to post this as a quick guide. Protip: If you’re using DDEV, consider making an alias in your home additions folder for this. Pro Pro Tip: If you’re... </summary> </entry> <entry><title>DDEV Bash Aliases</title><link href="https://www.weeumson.com/posts/DDEV-Bash-Aliases/" rel="alternate" type="text/html" title="DDEV Bash Aliases" /><published>2024-05-14T08:00:00-04:00</published> <updated>2024-05-14T08:00:00-04:00</updated> <id>https://www.weeumson.com/posts/DDEV-Bash-Aliases/</id> <content src="https://www.weeumson.com/posts/DDEV-Bash-Aliases/" /> <author> <name>bwilliamson</name> </author> <category term="Magento" /> <category term="Dev" /> <summary> Do you have your aliases set up in your DDEV project? You should! Here’s a quick guide to setting up some useful aliases for your DDEV projects. Create the file In your DDEV project, in the .ddev directory, create this file: .ddev/homeadditions/.bash_aliases or .ddev/homeadditions/.zsh_aliases if you’re using zsh. Add your aliases Here are some of my favorites: alias dance="bin/magento setup... </summary> </entry> <entry><title>Breaking changes from n8n v1.0+</title><link href="https://www.weeumson.com/posts/Breaking-changes-from-n8n-1.0/" rel="alternate" type="text/html" title="Breaking changes from n8n v1.0+" /><published>2023-10-14T08:00:00-04:00</published> <updated>2023-10-14T08:00:00-04:00</updated> <id>https://www.weeumson.com/posts/Breaking-changes-from-n8n-1.0/</id> <content src="https://www.weeumson.com/posts/Breaking-changes-from-n8n-1.0/" /> <author> <name>bwilliamson</name> </author> <category term="ETL" /> <category term="n8n" /> <summary> If you’re like me and use n8nio/n8n:latest in a dockerfile - you probably know this already. I broke it I was lazy, and didn’t update my primary n8n.io instance until this morning. To all those that may use my repository, sorry! I hope you figured it out. I fixed it TLDR is that n8n now runs as the node user, instead of root, which is a good thing for a lot of reasons. It’s a bad thing for ... </summary> </entry> <entry><title>Magento 2 REST API with n8n</title><link href="https://www.weeumson.com/posts/Magento-2-REST-API-with-n8n/" rel="alternate" type="text/html" title="Magento 2 REST API with n8n" /><published>2023-08-26T06:00:00-04:00</published> <updated>2023-10-14T10:18:32-04:00</updated> <id>https://www.weeumson.com/posts/Magento-2-REST-API-with-n8n/</id> <content src="https://www.weeumson.com/posts/Magento-2-REST-API-with-n8n/" /> <author> <name>bwilliamson</name> </author> <category term="Magento" /> <category term="Dev" /> <summary> The generic HTTP node, M2 API authentication, and some tips. Table of Contents Overview Understanding the HTTP Node in n8n Using the HTTP node with an API Using the HTTP node with n8n credentials Using the HTTP node with Magento 2 Credentials Getting the Magento 2 Access Token Allowing token authentication in Magento 2 REST API Workin... </summary> </entry> <entry><title>Scrape FB and IG with n8n</title><link href="https://www.weeumson.com/posts/Scrape-Facebook-and-Instagram-with-n8n/" rel="alternate" type="text/html" title="Scrape FB and IG with n8n" /><published>2023-07-23T08:00:00-04:00</published> <updated>2023-07-23T16:07:23-04:00</updated> <id>https://www.weeumson.com/posts/Scrape-Facebook-and-Instagram-with-n8n/</id> <content src="https://www.weeumson.com/posts/Scrape-Facebook-and-Instagram-with-n8n/" /> <author> <name>bwilliamson</name> </author> <category term="ETL" /> <category term="n8n" /> <summary> And copy, store, and present the data! Table of Contents Intro and Overview What is this thing? API and Token Requirements for the Facebook Graph API Scope of access Can Cannot or Limited Create a Facebook “App” The Importance of a Facebook App To create the Facebook app- Using the Faceb... </summary> </entry> </feed>
