This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) | |
# Copyright (c) 2021-2025 tteck | |
# Author: Keithsel | |
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE | |
# Source: https://nginxproxymanager.com/ | |
APP="Alpine Nginx Proxy Manager" | |
var_tags="${var_tags:-alpine;proxy}" | |
var_cpu="${var_cpu:-1}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---------------- | |
#-- Variables: -- | |
#---------------- | |
# Font | |
font pango:Fira Sans 12 | |
# Logo key as mod | |
set $mod Mod4 |