发布应用 ArchiveBox

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-07-23 13:58:25 +08:00
parent 2f615e0582
commit b8f261c099
10 changed files with 209 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi