[Script request]: tianji needs apprise as part of the installation for some notifications to work properly #6505
bradgillap
started this conversation in
General
Replies: 1 comment 1 reply
-
Install by youself. TiANJI work without it too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
tianja
Website
https://community-scripts.github.io/ProxmoxVE/scripts?id=tianji
Description
Hello,
However you would put this into the script as part of the lxc install.
Debian 12
sudo apt update && sudo apt install -y git python3-pip
git clone https://github.com/caronc/apprise.git
cd apprise
sudo pip3 install -e .
python3
import apprise
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions