1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-04 13:30:17 -06:00
paricafe/healthcheck.sh

8 lines
244 B
Bash
Raw Normal View History

#!/bin/bash
# SPDX-FileCopyrightText: syuilo and misskey-project
# SPDX-License-Identifier: AGPL-3.0-only
PORT=$(grep '^port:' /misskey/.config/default.yml | awk 'NR==1{print $2; exit}')
curl -Sfso/dev/null "http://localhost:${PORT}/healthz"