feat: Enhance login page UI with delayed redirect instead of transparent 307
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 8s

This commit is contained in:
OG T
2026-06-08 18:37:35 +08:00
parent 36ea11ea0f
commit 752a4a45d7
36 changed files with 2589 additions and 112 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Agent Bounty Ecosystem Hunter (Nostr + MCP external probe)
After=network.target
[Service]
Type=simple
WorkingDirectory=/home/ollama/vibework-git
EnvironmentFile=/home/ollama/vibework-git/scripts/ecosystem-hunter.env
ExecStart=/home/ollama/vibework-git/scripts/run_ecosystem_hunter.sh /home/ollama/vibework-git/scripts/ecosystem-hunter.env
Restart=always
RestartSec=20
StandardOutput=append:/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/service.log
StandardError=append:/home/ollama/vibework-git/.local/logs/agent-bounty-ecosystem-hunter/service.log
[Install]
WantedBy=default.target