Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# n8n-render

Successfull installation of n8n on Render using Docker.
Successful installation of n8n on Render using Docker.

To make it run just open Render Dashboard and use this git as Blueprint.

Expand All @@ -12,6 +12,13 @@ To change the webhook URL from localhost to your domain, for example, just add t

Version 0.224.1

## Setup

1. Install dependencies (Node.js 18+ required):
```bash
npm install
```

## Facebook Page Management

A simple web interface to manage the Facebook page **"Techno auf den Augen"** is included in the [`facebook-manager`](./facebook-manager) directory. It relies on Express and the built-in Node.js `fetch` API to list and create posts.