Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

The RoboNuggets Network (free)

21k members • Free

Chase AI Community

11.1k members • Free

AI Automation Made Easy

6.5k members • Free

AI Automation Society

143.6k members • Free

10 contributions to AI Automation Society
Access Your Local Raspberry PI N8N Instance Anywhere with Working Webhooks
Here is my follow up video from early this week where I go through how to run your local N8N instance on your raspberry pi through a cloudflare tunnel. This allows you to access it on any network using a custom domain and includes the ability to use webhook functionality and gives other api access that local hosting on a raspberry pi doesn't allow by default. Same as last time, there is now a github repo with all the required documents you can access! Don't forget, if you are going to directly send the docker compose file straight from your PC to your raspberry pi, ensure you change the file name once sent to docker-compose.yml Please as a safe guard just ensure you have backed up your workflows. I have also added a workflow that can do this for you, saving all your workflows as json files to google drive with the ability to schedule backups as often as you like! Again, if you do find this helpful i'd love some support on my youtube channel! Thanks :)
1
0
Run N8N Locally on Your Raspberry PI
- Quick update: regarding the docker compose file, please ensure in the below line you keep the "." before n8n at the end. This will ensure you maintain saved files, workflows ect. I have updated the file attached and the google drive file - volumes: -       - ~/n8n-data:/home/node/.n8n Hey all, after having a few people reach out and I thought it may be beneficial to share exactly how I have set up my local N8N instance on my Raspberry PI through Docker. I have found this a really reliable way and have even gone the next step to run this through a custom domain on cloudflare to have a custom URL (I plan to make another video on this in the near future!). Here is the link to the step-by-step video I have made and the supporting docs with everything you need to get started. Hopefully you find this helpful. Sorry for the shameless plug but if you do find it helps, any support on the video and my channel would mean a lot! Couple of quick notes: - As a friendly FYI if you are going to send the docker-compose file directly to your Raspberry PI, remember to edit the file name once it's on your Raspberry PI to remove the .txt from the file name - Don't judge the video quality too harshly, I don't have the mic skills like @Nate Herk! - Also probably need to find a prize to give to whoever can correctly count the number of "ums" I say throughout ah😄 Hope it helps!
1 like • 4d
@Inkesar Memon Thank you! Took me ages to put together, kicking myself for not taking more detailed notes when I did it the first time. Hopefully saves others the pain I went through trying to replicate it!
0 likes • 4d
@Ruwen Rosenberg sounds good. Fell free to flick me a DM :)
Unable to create OAuth Redirect URL to connect with Google Sheet
guys i have a query - when i tried connecting the OAuth Redirect URL to connect to My google sheets node add in the workflow - ifound two methods to enable a) one through the service link already visible b) and one after login to google account it shows like - Google sheets trigger account wht to be done from here ?
Unable to create OAuth Redirect URL to connect with Google Sheet
2 likes • 4d
@Rakesh Rai in here you need to enter the oauth redirect url that you should be able to find by opening any google related node going to where you enter the authentication and th OAuth redirect URL will be there. It will be something like https://yourusername.app.n8n.cloud/rest/oauth2-credential/callback If you are running this on a cloud instance/ through the official N8N site. If you are locally hosting it will likely be something like: https://localhost:5678/rest/oauth2-credential/callback Hopefully this fixes the issue
How to send 2 attachments in same gmail with n8n
I want to send 2 attachments with same mail in n8n and i can't figure out a way to do that , its only sending one attachment, or 2 separate mail with each attachment
How to send 2 attachments in same gmail with n8n
0 likes • Aug 27
Hey, i'm sure there is a better way out there but this is the work around I have used. Couple of things is by default the field name of each item defaults to "data" so first thing after downloading each document is to rename one of them. I rename one of them to "data1" using a code node. Next you need to merge them from two runs to one run using the append option in the merge node. Next you need to run this output through another code node to essentially put the two attachments together (note this still sends as two separate attachments), finally this output goes into the gmail node. Here you need to add multiple attachments with the correct name ie Data and Data1 which is why we renamed one earlier. After this it should send both attachments as 1 email. Ive attached a screenshot of the workflow, a screenshot of the gmail node set up and a json with the code for each code node which are labelled to match the relevant node as per the workflow screenshot. As i said, I'm sure there is a more practical way to do this but for now this is my workaround. Hope it helps!
0 likes • Aug 27
Small updated, i kept playing around with it and you dont actually need the first code node. Just keep the second one after the merge node. You will just have to adjust the name of the attachment input in the gmail node from data1 to data_1. This will work with more than two attachments you will just need to apply the same logic to renaming the binary data input so the third one would be data_3, then data_4 ect.
Project delivery issues
Hi guys, If I'm to deliver a service to a client of which part of the workflow goes through the google sheets, does that mean they'll also have to give me access to their google drive so that I can go in there make the sheet and name the columns?? Or is there a way to make a sheet and append the rows without them having to share with you their google drive. I think they'll find it hard to do so coz they might have other personal issues there
1 like • Aug 21
@Scott Cummings Just tried it and it worked, could see the changes happen live on the document from the 'client' and 'my' side. Used two different accounts, with the 'client' account not set up with any API allowances. Hopefully an easy solution!
3 likes • Aug 21
@Warren Gerald Hey, just confirming I tried this method and it worked fine updating the rows in a google sheet. Created a sheet using an account that had no console setup/ api access, shared it with one that did, once it was in the google drive of the account with console and api access I could freely use it inside n8n to make changes and they tracked live across both accounts.
1-10 of 10
Patrick Campbell
3
42points to level up
@patrick-campbell-9580
Australian Workflow Automation and AI integration start up company. Focused on providing automated workflow and ai solutions for small businesses

Active 6h ago
Joined Jul 1, 2025
Australia
Powered by