{"id":29794027,"url":"https://github.com/gitroomhq/postiz-n8n","last_synced_at":"2025-08-08T05:12:17.127Z","repository":{"id":303657978,"uuid":"1016023726","full_name":"gitroomhq/postiz-n8n","owner":"gitroomhq","description":"This is the Postiz n8n custom node repository","archived":false,"fork":false,"pushed_at":"2025-08-04T15:32:53.000Z","size":156,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T17:56:10.254Z","etag":null,"topics":["n8n","n8n-nodes","n8n-workflow","social","social-media","social-media-n8n","social-media-scheduler"],"latest_commit_sha":null,"homepage":"https://postiz.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitroomhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-08T11:27:19.000Z","updated_at":"2025-08-04T15:32:56.000Z","dependencies_parsed_at":"2025-07-08T19:28:05.161Z","dependency_job_id":"6292f2ff-d3b5-448c-8c1a-f67f8797c185","html_url":"https://github.com/gitroomhq/postiz-n8n","commit_stats":null,"previous_names":["gitroomhq/postiz-n8n"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gitroomhq/postiz-n8n","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitroomhq%2Fpostiz-n8n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitroomhq%2Fpostiz-n8n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitroomhq%2Fpostiz-n8n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitroomhq%2Fpostiz-n8n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitroomhq","download_url":"https://codeload.github.com/gitroomhq/postiz-n8n/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitroomhq%2Fpostiz-n8n/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366853,"owners_count":24405250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["n8n","n8n-nodes","n8n-workflow","social","social-media","social-media-n8n","social-media-scheduler"],"created_at":"2025-07-28T03:07:34.293Z","updated_at":"2025-08-08T05:12:17.120Z","avatar_url":"https://github.com/gitroomhq.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n[Postiz](https://postiz.com) is a powerful social media scheduling tool that allows you to manage your social media accounts efficiently.\n\nYou can use n8n to automate your workflow and post to multiple social media platforms at once.\n\nYou can [self-host](https://docs.postiz.com/introduction) Postiz or use our [cloud version](https://platform.postiz.com).\nFor example: Load news from Reddit \u003e\u003e Make it a video with AI \u003e\u003e Post it to your social media accounts.\n\nPostiz supports: X, LinkedIn, BlueSky, Instagram, Facebook, TikTok, YouTube, Pinterest, Dribbble, Telegram, Discord, Slack, Threads, Lemmy, Reddit, Mastodon, Warpcast, Nostr and VK.\n\nYou can learn how to use Postiz + n8n after installation here:\nhttps://youtu.be/c50u3K3xsCI\n\n---\n\n\u003e Note\n\u003e If you are self-hosting Postiz on port 5000 (reverse proxy),\n\u003e Your host must end with /api for example:\n\u003e http://yourdomain.com/api\n\nAlternatively, you can use the SDK with curl, check the [Postiz API documentation](https://docs.postiz.com/public-api) for more information.\n\n---\n\n## Installation (quick installation)\n\n- Click on settings\n- Click on Community Nodes\n- Click on Install\n- Add \"n8n-nodes-postiz\" to \"npm Package Name\"\n- Click on Install\n\n![community-node.png](community-node.png)\n\n---\n\n## Installation (non-docker - manual installation)\nGo to your n8n installation usually located at `~/.n8n`.\nCheck if you have the `custom` folder, if not create it and create a new package.json file inside.\n```bash\nmkdir -p ~/.n8n/custom\nnpm init -y\n```\n\nThen install the Postiz node package:\n```\nnpm install n8n-nodes-postiz\n```\n\n## For docker users (manual installation)\nCreate a new folder on your host machine, for example `~/n8n-custom-nodes`, and create a new package.json file inside:\n```bash\nmkdir -p ~/n8n-custom-nodes\nnpm init -y\n```\n\ninstall the Postiz node package:\n```bash\nnpm install n8n-nodes-postiz\n```\n\nWhen you run the n8n docker container, mount the custom nodes folder to the container:\nAdd the following environment variable to your docker run command:\n```\nN8N_CUSTOM_EXTENSIONS=\"~/n8n-custom-nodes\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitroomhq%2Fpostiz-n8n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitroomhq%2Fpostiz-n8n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitroomhq%2Fpostiz-n8n/lists"}