Initial vault setup
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
---
|
||||
title: Signature PDF
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, pdf, app-marathon3-rattrapage-final-b]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=pdf&app=signature-pdf]
|
||||
---
|
||||
|
||||
# ✍️ Signature PDF
|
||||
|
||||
> Service web d'apposition de signature (image, dessin, texte) sur des documents PDF.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [github.com/24eme/signature-pdf](https://github.com/24eme/signature-pdf) |
|
||||
| **GitHub** | [24eme/signature-pdf](https://github.com/24eme/signature-pdf) |
|
||||
| **License** | AGPL-3.0 |
|
||||
| **Langage** | PHP |
|
||||
| **Étoiles GitHub** | <1k ⭐ |
|
||||
| **Catégorie** | [[cat-pdf|PDF]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Signature PDF** est une application web simple pour signer des PDF : import d'un PDF, placement d'une signature (image uploadée ou dessinée à la souris), export du PDF signé. Conforme aux standards PDF (signature visuelle, pas de signature cryptographique qualifiée). Différence vs Adobe Sign : gratuit, sans tracking, signature visuelle basique. Pour qui : petites structures qui ont besoin de signer rapidement sans SaaS.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose (recommandé)
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
signature-pdf:
|
||||
image: ghcr.io/24eme/signature-pdf:latest
|
||||
container_name: signature-pdf
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- signature-pdf-data:/app/storage
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.sigpdf.rule=Host(`sig.example.com`)
|
||||
volumes:
|
||||
signature-pdf-data:
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-bentopdf]] — Suite PDF complète
|
||||
- [[app-stirling-pdf]] — Outils PDF multifonctions
|
||||
|
||||
### Propriétaires
|
||||
- **Adobe Sign** — Signature électronique
|
||||
- **DocuSign** — Plateforme signature SaaS
|
||||
|
||||
## 🔐 Sécurité
|
||||
- Stockage : fichiers temporaires locaux, purge auto
|
||||
- Pas de signature cryptographique qualifiée eIDAS
|
||||
|
||||
## 📚 Ressources
|
||||
- [Documentation](https://github.com/24eme/signature-pdf#readme)
|
||||
- [GitHub](https://github.com/24eme/signature-pdf)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-pdf]] — Catégorie PDF
|
||||
- [[app-stirling-pdf]] — Concurrent principal
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
Reference in New Issue
Block a user