added tinyfilemanager

This commit is contained in:
dominikhoebert 2024-08-02 15:11:51 +02:00
parent f8e7ff5f8f
commit b9de10cc62
2 changed files with 25 additions and 1 deletions

View File

@ -73,7 +73,7 @@ docker network create --driver bridge proxy
- netdata 19999 test on windows - netdata 19999 test on windows
- stirlingpdf 8092 - stirlingpdf 8092
- redis 6379 - redis 6379
- tinyfilemanager - tinyfilemanager 8091
- vaultwarden - vaultwarden
- cyberchef - cyberchef
- https://it-tools.tech/ - https://it-tools.tech/

View File

@ -0,0 +1,24 @@
# https://tinyfilemanager.github.io/
# https://tinyfilemanager.github.io/demo/
# TinyFileManager is web based PHP file manager and it is a simple, fast and small size in single-file PHP file that can be dropped into any folder on your server, multi-language ready web application for storing, uploading, editing and managing files and folders online via web browser
# Default username/password: admin/admin@123 and user/12345
name: tinyfilemanager
services:
tinyfilemanager:
volumes:
- ~:/var/www/html/data
ports:
- 8091:80
restart: always
container_name: tinyfilemanager
image: tinyfilemanager/tinyfilemanager:master
networks:
- proxy
networks:
proxy:
external: true