Home
Softono
j

jakub-k-slys

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by jakub-k-slys

n8n-nodes-substack
Open Source

n8n-nodes-substack

> [!WARNING] > This package is superseded by [n8n-nodes-substack-new](https://github.com/jakub-k-slys/n8n-nodes-substack-new), > which connects to [Substack Gateway OSS](https://github.com/jakub-k-slys/substack-gateway-oss) > and supports full read and write operations. This package remains > available but is no longer actively developed. # n8n-nodes-substack [![npm version](https://badge.fury.io/js/n8n-nodes-substack.svg)](https://badge.fury.io/js/n8n-nodes-substack) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Tests](https://github.com/jakub-k-slys/n8n-nodes-substack/actions/workflows/test.yaml/badge.svg)](https://github.com/jakub-k-slys/n8n-nodes-substack/actions/workflows/test.yaml) Read-only n8n community node for Substack. Enables content discovery and analytics workflows against Substack publications. ## Features - Profile operations: get profile information and publication data - Post operations: retrieve posts with pagination - Note operations: read and create notes - Comment operations: get comments for posts ## Installation ### Self-hosted n8n ```bash npm install n8n-nodes-substack ``` Restart n8n after installation. ### Credentials Add credentials with: - **Publication Address**: your Substack domain (e.g. `myblog.substack.com`) - **API Key**: your Substack API key ## Documentation - [Resource Guides](docs/resources/) - [Development Guide](docs/contributing.md) - [Testing Guide](docs/testing.md) - [Architecture](docs/design.md) ## Author Built by [Jakub Slys](https://iam.slys.dev) — Backend Engineer building distributed systems for telecoms, running a self-hosted Kubernetes homelab, and building AI automation pipelines with n8n, MCP, and Claude. I write about building this kind of tooling — n8n workflows, self-hosted AI automation, and the engineering decisions behind them — at [iam.slys.dev](https://iam.slys.dev). → [iam.slys.dev](https://iam.slys.dev) ## License MIT

WordPress Themes & Plugins Workflow Automation
26 Github Stars
n8n-operator
Open Source

n8n-operator

<div align="center"> <img src="https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png" alt="n8n Logo" height="100"> <br><br> <img src="https://raw.githubusercontent.com/operator-framework/operator-sdk/4407fd6723aef2063d1dde356abf59ca3bbc849f/website/static/operator_logo_sdk_color.svg" alt="Operator SDK Logo" height="80"> <img src="https://upload.wikimedia.org/wikipedia/commons/3/39/Kubernetes_logo_without_workmark.svg" alt="Kubernetes Logo" height="80"> </div> # N8n Kubernetes Operator A Kubernetes operator that automates the deployment and management of n8n workflow automation instances on Kubernetes clusters. [![Documentation Status](https://readthedocs.org/projects/n8n-operator/badge/?version=latest)](https://n8n-operator.readthedocs.io/en/latest/?badge=latest) ## Key Features - **Automated Deployment**: Simplified n8n instance deployment with PostgreSQL database configuration - **Traffic Routing**: Support for both Kubernetes Ingress and Gateway API HTTPRoute - **Persistent Storage**: Automatic volume provisioning and configurable storage management - **Security**: Non-root container execution with automated TLS configuration - **Monitoring**: Prometheus metrics integration for operational visibility ## Quick Start Create a basic n8n instance: ```yaml apiVersion: n8n.slys.dev/v1alpha1 kind: N8n metadata: name: n8n-sample spec: database: postgres: host: "postgres-host" port: 5432 database: "n8n" user: "n8n-user" password: "password" ingress: enable: true ingressClassName: "nginx" ``` ## 📖 Documentation **[Read the full documentation →](https://n8n-operator.readthedocs.io/)** For comprehensive guides and detailed configuration options, visit our complete documentation: - **[Installation Guide](https://n8n-operator.readthedocs.io/en/latest/installation/)** - Get started with installation and setup - **[Configuration Guide](https://n8n-operator.readthedocs.io/en/latest/configuration/)** - Complete configuration reference - **[API Reference](https://n8n-operator.readthedocs.io/en/latest/api/)** - Custom Resource Definitions and specifications ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. ## License This project is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for details.

AI Agents Container Management
17 Github Stars