{"id":47859947,"url":"https://github.com/geiserx/n8n-nodes-way-cms","last_synced_at":"2026-04-07T02:01:03.428Z","repository":{"id":348323856,"uuid":"1197537205","full_name":"GeiserX/n8n-nodes-way-cms","owner":"GeiserX","description":"n8n community node for Way-CMS — manage archived web content, files, backups, and search-replace operations","archived":false,"fork":false,"pushed_at":"2026-04-02T21:57:27.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T23:28:17.962Z","etag":null,"topics":["api-integration","automation","backup","cms","content-management","docker","file-management","homelab","n8n","n8n-community-node-package","n8n-node","open-source","search-replace","self-hosted","typescript","way-cms","wayback-machine","web-archive","web-editor","workflow"],"latest_commit_sha":null,"homepage":null,"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/GeiserX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"geiserx","patreon":"geiser","buy_me_a_coffee":"geiser","thanks_dev":"u/gh/geiserx"}},"created_at":"2026-03-31T16:58:15.000Z","updated_at":"2026-04-02T21:57:35.000Z","dependencies_parsed_at":"2026-04-05T00:01:48.386Z","dependency_job_id":null,"html_url":"https://github.com/GeiserX/n8n-nodes-way-cms","commit_stats":null,"previous_names":["geiserx/n8n-nodes-way-cms"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/GeiserX/n8n-nodes-way-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeiserX%2Fn8n-nodes-way-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeiserX%2Fn8n-nodes-way-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeiserX%2Fn8n-nodes-way-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeiserX%2Fn8n-nodes-way-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeiserX","download_url":"https://codeload.github.com/GeiserX/n8n-nodes-way-cms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeiserX%2Fn8n-nodes-way-cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api-integration","automation","backup","cms","content-management","docker","file-management","homelab","n8n","n8n-community-node-package","n8n-node","open-source","search-replace","self-hosted","typescript","way-cms","wayback-machine","web-archive","web-editor","workflow"],"created_at":"2026-04-03T23:23:13.939Z","updated_at":"2026-04-06T01:01:07.438Z","avatar_url":"https://github.com/GeiserX.png","language":"TypeScript","funding_links":["https://github.com/sponsors/geiserx","https://patreon.com/geiser","https://buymeacoffee.com/geiser","https://thanks.dev/u/gh/geiserx"],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-way-cms\n\n[n8n](https://n8n.io/) community node for [Way-CMS](https://github.com/nichochar/way-cms) — manage archived web content, files, backups, and search-replace operations.\n\nWay-CMS is a self-hosted CMS for managing archived web content from the Wayback Machine. This node lets you automate file management, content search and replacement, backup workflows, and project switching directly from n8n.\n\n## Installation\n\n### Community Nodes (recommended)\n\n1. Open **Settings \u003e Community Nodes** in your n8n instance\n2. Click **Install a community node**\n3. Enter `n8n-nodes-way-cms`\n4. Click **Install**\n\n### Manual\n\n```bash\ncd ~/.n8n\nnpm install n8n-nodes-way-cms\n```\n\n## Credentials\n\n| Field | Description |\n|-------|-------------|\n| **URL** | Base URL of your Way-CMS instance (e.g. `http://localhost:5000`) |\n| **Auth Token** | Bearer token for API authentication |\n\n## Resources \u0026 Operations\n\n### File\n| Operation | Method | Description |\n|-----------|--------|-------------|\n| **List** | `GET /api/files` | List files, optionally filtered by subdirectory |\n| **Get** | `GET /api/file` | Retrieve a single file by path |\n| **Create** | `POST /api/file` | Create a new file with content |\n| **Update** | `PUT /api/file` | Update an existing file's content |\n| **Delete** | `DELETE /api/file` | Delete a file by path |\n\n### Search\n| Operation | Method | Description |\n|-----------|--------|-------------|\n| **Search Files** | `GET /api/search` | Search for files matching a query string |\n| **Search and Replace** | `POST /api/search-replace` | Find and replace text across files (with preview mode) |\n\n### Backup\n| Operation | Method | Description |\n|-----------|--------|-------------|\n| **List** | `GET /api/backups` | List all backups |\n| **Create** | `POST /api/create-backup` | Create a full backup |\n| **Restore** | `POST /api/restore-backup` | Restore from a backup |\n| **Delete** | `DELETE /api/backup/{path}` | Delete a backup |\n| **List Folder Backups** | `GET /api/folder-backups` | List folder-level backups |\n| **Create Folder Backup** | `POST /api/create-folder-backup` | Back up a specific folder |\n| **Restore Folder Backup** | `POST /api/restore-folder-backup` | Restore a folder backup |\n\n### Project\n| Operation | Method | Description |\n|-----------|--------|-------------|\n| **List** | `GET /api/my-projects` | List available projects |\n| **Switch** | `POST /api/switch-project` | Switch active project |\n| **Get Config** | `GET /api/config` | Get current configuration |\n\n### Download\n| Operation | Method | Description |\n|-----------|--------|-------------|\n| **Download ZIP** | `GET /api/download-zip` | Download the entire project as ZIP |\n| **Download File** | `GET /api/download-file` | Download a single file |\n| **Upload ZIP** | `POST /api/upload-zip` | Upload a ZIP archive |\n\n## Other n8n Community Nodes by GeiserX\n\n- [n8n-nodes-cashpilot](https://github.com/GeiserX/n8n-nodes-cashpilot) — Passive income monitoring\n- [n8n-nodes-genieacs](https://github.com/GeiserX/n8n-nodes-genieacs) — TR-069 device management\n- [n8n-nodes-lynxprompt](https://github.com/GeiserX/n8n-nodes-lynxprompt) — AI configuration blueprints\n- [n8n-nodes-pumperly](https://github.com/GeiserX/n8n-nodes-pumperly) — Fuel and EV charging prices\n- [n8n-nodes-telegram-archive](https://github.com/GeiserX/n8n-nodes-telegram-archive) — Telegram message archive\n\n## License\n\n[GPL-3.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeiserx%2Fn8n-nodes-way-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeiserx%2Fn8n-nodes-way-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeiserx%2Fn8n-nodes-way-cms/lists"}