Skip to content

Using Tailscale to access Hapi and telegram to receive notifiation #595

@Dauth

Description

@Dauth

What version of HAPI is running?

0.17.1

What platform is your computer?

Linux 6.8.0-101-generic x86_64 x86_64

What issue are you seeing?

have setup hapi, tailscale and telegram. However i am unable to receive any notifications on telegram.

What steps can reproduce the bug?

`export HAPI_LISTEN_HOST="0.0.0.0"
export TELEGRAM_BOT_TOKEN="xxxx"

Dummy HTTPS URL so Telegram does not reject the /start message.

This does NOT expose your HAPI instance.

export HAPI_PUBLIC_URL="https://gg-gg.tailasdedfg.ts.net:3006"

mkdir -p "$HOME/.hapi/logs"

pkill -f "hapi hub" || true
pkill -f "hapi runner" || true

nohup hapi hub > "$HOME/.hapi/logs/hub.log" 2>&1 &
nohup hapi runner start --foreground > "$HOME/.hapi/logs/runner.log" 2>&1 &

echo "Started HAPI hub and runner."
echo "Tail logs:"
echo "tail -n 100 -f ~/.hapi/logs/hub.log ~/.hapi/logs/runner.log"

`

What is the expected behavior?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions