update global (texte + logo)
This commit is contained in:
@ -1,29 +1,47 @@
|
||||

|
||||

|
||||
|
||||
# Adminer
|
||||
# Filestash
|
||||
|
||||
Adminer est un outil de gestion de base de données complet écrit en PHP. Inversement à phpMyAdmin, il consiste en un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via plugin
|
||||
Filestash permet de se connecter à divers protocoles, cloud:
|
||||
FTP
|
||||
FTPS
|
||||
SFTP
|
||||
WebDAV
|
||||
Git
|
||||
S3
|
||||
NFS
|
||||
Samba
|
||||
Artifactory
|
||||
LDAP
|
||||
Mysql
|
||||
Storj
|
||||
CardDAV
|
||||
CalDAV
|
||||
Backblaze B2
|
||||
Minio
|
||||
Dropbox
|
||||
Google Drive
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Adminer tout seul
|
||||
Pour utiliser Filestash tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Traefik
|
||||
Pour utiliser Filestash avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Nginx
|
||||
Pour utiliser Filestash avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||

|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
Reference in New Issue
Block a user