n8n-nodes-way-cms

April 25, 2026 · View on GitHub

n8n-nodes-way-cms banner

codecov

n8n-nodes-way-cms

n8n community node for Way-CMS — manage archived web content, files, backups, and search-replace operations.

Way-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.

Installation

  1. Open Settings > Community Nodes in your n8n instance
  2. Click Install a community node
  3. Enter n8n-nodes-way-cms
  4. Click Install

Manual

cd ~/.n8n
npm install n8n-nodes-way-cms

Credentials

FieldDescription
URLBase URL of your Way-CMS instance (e.g. http://localhost:5000)
Auth TokenBearer token for API authentication

Resources & Operations

File

OperationMethodDescription
ListGET /api/filesList files, optionally filtered by subdirectory
GetGET /api/fileRetrieve a single file by path
CreatePOST /api/fileCreate a new file with content
UpdatePUT /api/fileUpdate an existing file's content
DeleteDELETE /api/fileDelete a file by path
OperationMethodDescription
Search FilesGET /api/searchSearch for files matching a query string
Search and ReplacePOST /api/search-replaceFind and replace text across files (with preview mode)

Backup

OperationMethodDescription
ListGET /api/backupsList all backups
CreatePOST /api/create-backupCreate a full backup
RestorePOST /api/restore-backupRestore from a backup
DeleteDELETE /api/backup/{path}Delete a backup
List Folder BackupsGET /api/folder-backupsList folder-level backups
Create Folder BackupPOST /api/create-folder-backupBack up a specific folder
Restore Folder BackupPOST /api/restore-folder-backupRestore a folder backup

Project

OperationMethodDescription
ListGET /api/my-projectsList available projects
SwitchPOST /api/switch-projectSwitch active project
Get ConfigGET /api/configGet current configuration

Download

OperationMethodDescription
Download ZIPGET /api/download-zipDownload the entire project as ZIP
Download FileGET /api/download-fileDownload a single file
Upload ZIPPOST /api/upload-zipUpload a ZIP archive

Other n8n Community Nodes by GeiserX

ProjectDescription
Wayback-ArchiveDownload complete websites from the Wayback Machine with full asset preservation
Wayback-DiffIntelligent web page comparison tool with Wayback Machine support
Website-DiffIntelligent web page comparison tool with visual regression testing
Way-CMSSimple web CMS for editing HTML/CSS files downloaded from Wayback Archive
web-mirrorMirror any webpage to a local server for offline access
media-downloadDownload all media files from any web page into a folder schema

License

GPL-3.0