--- title: Karrot created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, events, foodsharing, community, app-marathon-batch-rattrapage-3] confidence: high contested: false sources: [https://selfh.st/apps/?tag=Events, https://karrot.world] --- # 📅 Karrot > **Plateforme d'entraide alimentaire et de groupes locaux** : foodsharing, group buying, communautĂ©, activitĂ©s. Le « Meetup + foodsharing » auto-hĂ©bergeable. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [karrot.world](https://karrot.world) | | **GitHub** | [karrot-dev/karrot-backend](https://github.com/karrot-dev/karrot-backend) | | **License** | AGPL-3.0 | | **Langage** | Python (Django) / Vue.js | | **Étoiles GitHub** | 400+ ⭐ | | **CatĂ©gorie** | [[cat-events|Events]] | ## 📝 Description **Karrot** est une **plateforme communautaire** pour les **groupes locaux d'entraide**, le **foodsharing** (partage de nourriture pour Ă©viter le gaspillage), le **group buying** (achats groupĂ©s), et les **activitĂ©s de quartier**. Successeur de **Foodsharing.de** (utilisĂ© par > 300 000 personnes en Europe). Inclut : **cartographie**, **systĂšme de confiance** (carrot points), **pickups** (rĂ©cupĂ©rations de nourriture), **discussions**, **sondages**, **bĂ©nĂ©voles**. **DiffĂ©rence avec Ontime** : Ontime = production de spectacle jour J ; Karrot = organisation communautaire continue. **DiffĂ©rence avec Hi.Events** : Hi.Events = billetterie Ă©vĂ©nementielle ponctuelle ; Karrot = plateforme communautaire pĂ©renne. **Pour qui** : communautĂ©s foodsharing, AMAP, groupements d'achats, Repair CafĂ©s, jardins partagĂ©s, SEL (systĂšmes d'Ă©change local). ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: karrot-backend: image: karrot-dev/karrot-backend:latest container_name: karrot-backend restart: unless-stopped environment: - DATABASE_URL=postgres://karrot:***@karrot-db/karrot - SECRET_KEY=*** volumes: - karrot-media:/karrot-data karrot-frontend: image: karrot-dev/karrot-frontend:latest container_name: karrot-frontend restart: unless-stopped ports: - "8000:8000" karrot-db: image: postgres:15-alpine container_name: karrot-db restart: unless-stopped environment: - POSTGRES_DB=karrot - POSTGRES_USER=karrot - POSTGRES_PASSWORD=*** volumes: - karrot-pg:/var/lib/postgresql/data volumes: karrot-media: karrot-pg: ``` > ⚠ Les images Docker officielles ne sont pas toujours Ă  jour — prĂ©fĂ©rer le **build depuis le source** via `git clone` et `docker-compose`. ## 🔄 Alternatives ### Open Source - [[app-ontime]] — Show control - [[app-hi-events]] — Billetterie - [[app-meetable]] — RSVP simples - **foodsharing.de** (Allemagne) — RĂ©fĂ©rence d'origine ### PropriĂ©taires - **Meetup** — Groupes locaux - **Slack/Discord** — Pour communautĂ©s online - **Trello** — Coordination bĂ©nĂ©vole ## 🔐 SĂ©curitĂ© - **Auth email/pwd** + vĂ©rif email obligatoire. - **ModĂ©ration** : outils de signalement, ban, trust system. - **HTTPS obligatoire** : donnĂ©es personnelles denses (adresses pour pickups). - **Multi-groupes** : isolation des communautĂ©s. ## 📚 Ressources - [Site officiel](https://karrot.world) - [Documentation](https://docs.karrot.world/) - [GitHub](https://github.com/karrot-dev) ## Pages LiĂ©es - [[cat-events]] — CatĂ©gorie Events - [[app-ontime]] — Concurrent (spectacle) - [[app-hi-events]] — Concurrent (billetterie) - [[recettes-docker-compose]] — Templates Docker