Files
ProxmoxVE/install/ntfy-install.sh

29 lines
576 B
Bash
Raw Normal View History

2024-01-15 11:42:33 -05:00
#!/usr/bin/env bash
# Copyright (c) 2021-2026 community-scripts ORG
# Author: CrazyWolf13
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://ntfy.sh/
2024-01-15 11:42:33 -05:00
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
2024-01-15 11:42:33 -05:00
color
verb_ip6
catch_errors
setting_up_container
network_check
update_os
2025-12-25 15:21:20 +01:00
msg_info "Setting up ntfy"
setup_deb822_repo \
"ntfy" \
"https://archive.ntfy.sh/apt/keyring.gpg" \
"https://archive.ntfy.sh/apt/" \
"stable"
$STD apt install -y ntfy
2024-01-15 11:42:33 -05:00
systemctl enable -q --now ntfy
2025-12-25 15:21:20 +01:00
msg_ok "Setup ntfy"
2024-01-15 11:42:33 -05:00
motd_ssh
customize
cleanup_lxc