mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-03 23:45:59 +00:00
Install nginx and git dependencies
Added installation of nginx and git dependencies.
This commit is contained in:
committed by
GitHub
parent
5a5b1f521b
commit
06875a0a6b
@@ -13,13 +13,18 @@ setting_up_container
|
|||||||
network_check
|
network_check
|
||||||
update_os
|
update_os
|
||||||
|
|
||||||
|
msg_info "Installing Dependencies"
|
||||||
|
$STD apt install -y \
|
||||||
|
nginx \
|
||||||
|
git
|
||||||
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PYTHON_VERSION="3.12" setup_uv
|
PYTHON_VERSION="3.12" setup_uv
|
||||||
fetch_and_deploy_gh_release "apprise" "caronc/apprise-api" "tarball"
|
fetch_and_deploy_gh_release "apprise" "caronc/apprise-api" "tarball"
|
||||||
|
|
||||||
msg_info "Setup Apprise-API"
|
msg_info "Setup Apprise-API"
|
||||||
cd /opt/apprise
|
cd /opt/apprise
|
||||||
cp ./requirements.txt /etc/requirements.txt
|
cp ./requirements.txt /etc/requirements.txt
|
||||||
$STD apt install -y nginx git
|
|
||||||
$STD uv pip install -r requirements.txt gunicorn supervisor --system
|
$STD uv pip install -r requirements.txt gunicorn supervisor --system
|
||||||
cp -fr apprise_api/static /usr/share/nginx/html/s/
|
cp -fr apprise_api/static /usr/share/nginx/html/s/
|
||||||
mv apprise_api/ webapp
|
mv apprise_api/ webapp
|
||||||
|
|||||||
Reference in New Issue
Block a user