mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
b60d155a41a3f5179e168e5b842d3cb82e347c0d
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 1.104.0 to 2.0.3. - [Release notes](https://github.com/n8n-io/n8n/releases) - [Commits](https://github.com/n8n-io/n8n/compare/n8n@1.104.0...n8n@2.0.3) --- updated-dependencies: - dependency-name: n8nio/n8n dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Prerequisites
- Hetzner Account
- Github Account
Step 1 - Generate SSH Keys
- Run command "ssh-keygen -t ed25519" in terminal
Step 2 - Hetzner Project
- Select ``Console` and create a new Project
SSH-Key
- Select
Securityand add a SSH-Key. Copy the whole content of the id_ed25519.pub file into the input field
Server
- Select
Serverand add a Server. - Choose a Server-type and location.
- For a Image klick on
Appsand select Docker CE. - Add yor SSH-Key and scroll down
Name.
Firewall
- Klick on the new Server and select Tab
Firewalls. ThenCreate Firewall. - The presets can stay. Just add one new incoming-rule with port
3000. Then clickCreate Firewallagain.
Step 3 - Connect to Server via SSH
- Open the Terminal and type
ssh root@<Server-IP>
Step 4 - Install Dokploy
Run curl -sSL https://dokploy.com/install.sh | sh in the Terminal
Description