[Docs] Armonización integral de bitácoras y protocolo ADN

This commit is contained in:
Ricardo Monla
2026-02-19 23:56:25 -03:00
parent 5b11dc167a
commit ca715aee69
37 changed files with 15223 additions and 235 deletions
+9
View File
@@ -42,6 +42,15 @@ server {
proxy_set_header Connection "upgrade";
}
# TinyFileManager
location /tfm/ {
proxy_pass http://127.0.0.1:8082/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/ns8.frlr.utn.edu.ar/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/ns8.frlr.utn.edu.ar/privkey.pem; # managed by Certbot
+13
View File
@@ -0,0 +1,13 @@
services:
tfm:
image: tinyfilemanager/tinyfilemanager:master
container_name: srvv-TFM
restart: always
ports:
- "8082:80"
volumes:
- /mnt/ns8Disco2/DTIC_APPs/:/var/www/html/data
- ./index.php:/var/www/html/index.php
- ./translation.json:/var/www/html/translation.json
# Persist config if needed, or mount specific config.php
# - ./config.php:/var/www/html/config.php
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff