feat(n8n): add n8n workflow automation
This commit is contained in:
parent
d53c42a7f7
commit
2f11e411f2
4 changed files with 30 additions and 3 deletions
|
@ -202,15 +202,13 @@ that I intend to add to this repository. It is still growing, and I welcome
|
|||
- [x] [Memos](https://usememos.com)
|
||||
- [ ] [Miniflux](https://miniflux.app/)
|
||||
- [x] [MinIO](https://min.io)
|
||||
- [ ] [n8n](https://n8n.io/)
|
||||
- [x] [n8n](https://n8n.io/)
|
||||
- [x] [Nebula](https://github.com/slackhq/nebula)
|
||||
- [ ] [Netbird](https://netbird.io/)
|
||||
- [x] [netboot.xyz](https://netboot.xyz)
|
||||
- [x] [Netdata](https://www.netdata.cloud/)
|
||||
- [ ] [Note Mark](https://github.com/enchant97/note-mark)
|
||||
- [ ] [Notesnook](https://github.com/streetwriters/notesnook-sync-server)
|
||||
- [ ] [ntop](https://www.ntop.org/)
|
||||
- [ ] [OpenNMS](https://www.opennms.org/)
|
||||
- [x] [OpenObserve](https://openobserve.ai)
|
||||
- [x] [OpenSpeedTest](https://openspeedtest.com)
|
||||
- [x] [PiHole](https://pi-hole.net/)
|
||||
|
|
20
quadlets/n8n/n8n.container
Normal file
20
quadlets/n8n/n8n.container
Normal file
|
@ -0,0 +1,20 @@
|
|||
[Unit]
|
||||
Description=n8n
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=docker.n8n.io/n8nio/n8n
|
||||
ContainerName=n8n
|
||||
AutoUpdate=registry
|
||||
|
||||
Network=n8n.network
|
||||
HostName=n8n
|
||||
PublishPort=5678:5678
|
||||
|
||||
Volume=n8n-data:/home/node/.n8n
|
6
quadlets/n8n/n8n.network
Normal file
6
quadlets/n8n/n8n.network
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=n8n network
|
||||
|
||||
[Network]
|
||||
NetworkName=n8n
|
||||
|
3
quadlets/n8n/n8n.volume
Normal file
3
quadlets/n8n/n8n.volume
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Volume]
|
||||
VolumeName=n8n-data
|
||||
|
Loading…
Add table
Reference in a new issue