Hello, World!

This commit is contained in:
2026-01-03 22:54:18 +00:00
parent 6c55b90a2d
commit b0e57f71f4
12 changed files with 608 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[global]
e2dsa
e2ts
ansi
rproxy: -1
xff-src: lan
[accounts]
weckyy702:fP4Nsk2EVSLmDXBnNj0dG0lMsb$GcvE0K2!ja#YKv$DsGdtM#1NQO272AVd&ZkSG
[/]
/w
accs:
rwmda: weckyy702
g: *

View File

@@ -0,0 +1,19 @@
services:
copyparty:
image: copyparty/ac:latest
container_name: copyparty
volumes:
- ./config:/cfg
- ./data:/w
networks:
nw-caddy:
depends_on:
caddy:
condition: service_healthy
stop_grace_period: 15s # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal
healthcheck:
test: ["CMD-SHELL", "wget --spider -q 127.0.0.1:3923/?reset"]
interval: 15m
timeout: 2s
retries: 5
start_period: 15s