78 lines
2.4 KiB
Markdown
78 lines
2.4 KiB
Markdown
---
|
|
title: littlelink
|
|
created: 2026-06-08
|
|
updated: 2026-06-08
|
|
type: app
|
|
tags: [catalogue, landing-page, app-marathon3-rattrapage-final-a]
|
|
confidence: high
|
|
contested: false
|
|
sources: [https://selfh.st/apps/?tag=Landing%20Page&app=littlelink]
|
|
---
|
|
|
|
# 🔗 littlelink
|
|
|
|
> Page "link in bio" auto-hébergeable — alternative à Linktree, sans tracking, sans abonnement.
|
|
|
|
## 📋 Informations Générales
|
|
|
|
| Champ | Valeur |
|
|
| :--- | :--- |
|
|
| **Site web** | [littlelink.io](https://littlelink.io) |
|
|
| **GitHub** | [techno-tim/littlelink](https://github.com/techno-tim/littlelink) |
|
|
| **License** | MIT |
|
|
| **Langage** | PHP |
|
|
| **Étoiles GitHub** | ~1.5k ⭐ |
|
|
| **Catégorie** | [[cat-landing-page\|Landing Page]] |
|
|
|
|
## 📝 Description
|
|
|
|
**littlelink** est une page de liens personnelle type Linktree : grille de boutons cliquables avec icônes (50+ services préconfigurés), thème personnalisable, statistiques de clics, support des boutons custom. Statique ou dynamique, déployable sur n'importe quel hébergement PHP.
|
|
|
|
Différence vs LinkStack : littlelink est **mono-utilisateur** (votre propre page), LinkStack est **multi-comptes** style Linktree. Pour qui : créateurs/indés voulant une page de liens simple et libre.
|
|
|
|
## 🚀 Installation
|
|
|
|
### Docker Compose (recommandé)
|
|
|
|
```yaml
|
|
version: '3.8'
|
|
services:
|
|
littlelink:
|
|
image: ghcr.io/techno-tim/littlelink:latest
|
|
container_name: littlelink
|
|
restart: unless-stopped
|
|
environment:
|
|
- SITE_URL=https://link.example.com
|
|
volumes:
|
|
- ./data:/littlelink
|
|
labels:
|
|
traefik.enable: "true"
|
|
traefik.http.routers.littlelink.rule: "Host(`link.example.com`)"
|
|
```
|
|
|
|
## 🔄 Alternatives
|
|
|
|
### Open Source
|
|
- [[app-linkstack]] — Multi-comptes type Linktree
|
|
- [[app-reactive-resume]] — Page CV
|
|
- **LinkStack** — alternative équivalente
|
|
|
|
### Propriétaires
|
|
- **Linktree** — Leader SaaS
|
|
- **Beacons** — Page créateur
|
|
- **Bio.link** — Alternative Linktree
|
|
|
|
## 🔐 Sécurité
|
|
- **HTTPS** : obligatoire pour crédibilité des liens
|
|
- **Anti-clone** : aucune donnée utilisateur = risque minimal
|
|
- **Rate limiting** : si vous exposez un endpoint d'analytics
|
|
|
|
## 📚 Ressources
|
|
- [Site officiel](https://littlelink.io)
|
|
- [GitHub](https://github.com/techno-tim/littlelink)
|
|
|
|
## Pages Liées
|
|
- [[cat-landing-page]] — Catégorie Landing Page
|
|
- [[app-linkstack]] — Version multi-comptes
|
|
- [[recettes-docker-compose]] — Templates Docker
|