发布应用x4

+ jproxy
+ prowlarr
+ radarr
+ sonarr

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森
2024-09-20 15:37:55 +08:00
parent 6eae31826b
commit d3e2fc3efa
32 changed files with 711 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi