Skip to content

evolutek/cellacom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CellaCom

Automation platform for the Evolutek robotics association.

Architecture

┌─────────────────────────────────────────────────────────────┐
│                      Clever Cloud                           │
│  ┌───────────────────────────────────────────────────────┐  │
│  │                        n8n                            │  │
│  │   Triggers ─► Workflows ─► Actions (Discord, etc.)   │  │
│  └───────────────────────────────────────────────────────┘  │
│              │                                              │
│  ┌───────────┴───────────┐  ┌─────────────────┐            │
│  │      PostgreSQL       │  │    FS Bucket    │            │
│  │        (data)         │  │     (files)     │            │
│  └───────────────────────┘  └─────────────────┘            │
└─────────────────────────────────────────────────────────────┘

Active Workflows

Workflow Description
CellaCom - Gestion hebdomadaire Weekly management tasks
Discord Welcome Bot Welcome new members, assign roles, kick unknown users

Repository Structure

cellacom/
├── n8n/                    # n8n deployment config
│   ├── deployment/         # Deployment guides (local, Clever Cloud)
│   ├── package.json
│   └── bun.lock
├── workflows/              # Exported workflow schemas (backup)
└── README.md

Deployment

n8n (Clever Cloud)

# Link (first time)
clever link <APP_ID> --alias n8n

# Deploy
clever deploy --alias n8n

See n8n/deployment/clever-cloud.md.

Local Development

cd n8n
bun install
bun run start

See n8n/deployment/local.md.

License

MIT - Evolutek Association

About

Automation platform for Evolutek (n8n workflows)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors