Initial vault setup
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
---
|
||||
title: Kriti Images
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, image-sharing, app-marathon3-batch-a]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Image+Sharing]
|
||||
---
|
||||
|
||||
# 📸 Kriti Images
|
||||
|
||||
> Hébergeur d'images minimaliste pour usage personnel.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [github.com/kanata-php/kriti-images](https://github.com/kanata-php/kriti-images) |
|
||||
| **GitHub** | [kanata-php/kriti-images](https://github.com/kanata-php/kriti-images) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | PHP |
|
||||
| **Étoiles GitHub** | < 0.1k ⭐ |
|
||||
| **Catégorie** | [[cat-image-sharing|Image Sharing]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Kriti Images** est un service d'hébergement d'images ultra-léger : drag&drop, URL courte, EXIF stripping. Idéal comme remplaçant Imgur personnel minimal.
|
||||
|
||||
**Différence vs [[app-picsur]]** : Kriti est volontairement plus simple : pas d'édition, pas d'admin richie, focus sur l'upload.
|
||||
|
||||
**Pour qui** : usage personnel, peu de besoins.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
kriti:
|
||||
image: ghcr.io/kanata-php/kriti-images:latest
|
||||
container_name: kriti
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8083:80"
|
||||
volumes:
|
||||
- ./uploads:/var/www/html/uploads
|
||||
labels:
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.kriti.rule: "Host(`img.example.com`)"
|
||||
traefik.http.routers.kriti.tls.certresolver: letsencrypt
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-picsur]] — Plus complet
|
||||
- [[app-shotshare]] — Spécialisé screenshots
|
||||
- [[app-immich-drop]] — Pont vers Immich
|
||||
|
||||
### Propriétaires
|
||||
- **Imgur** — Leader public
|
||||
- **Imgbb** — Alternative
|
||||
|
||||
## 🔐 Sécurité
|
||||
- **Auth basique HTTP** : recommandée
|
||||
- **EXIF stripping** : par défaut
|
||||
|
||||
## 📚 Ressources
|
||||
- [GitHub Kriti](https://github.com/kanata-php/kriti-images)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-image-sharing]] — Catégorie Image Sharing
|
||||
- [[app-picsur]] — Concurrent plus complet
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
Reference in New Issue
Block a user