Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/src/commit/f6e17e85768302d7d3b27a4c9118b4e63624be33/CODE-AUDIT.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
Proxmox_Helper_scripts/CODE-AUDIT.md

1.6 KiB

Exploring the Scripts and Steps Involved in an Application LXC Installation

  1. adguard.sh: This script collects system parameters. (Also holds the function to update the application.)
  2. build.func: Adds user settings and integrates collected information.
  3. create_lxc.sh: Constructs the LXC container.
  4. adguard-install.sh: Executes functions from install.func, and installs the application.
  5. adguard.sh (again): To display the completion message.

The installation process uses reusable scripts: build.func, create_lxc.sh, and install.func, which are not specific to any particular application.

To gain a better understanding, focus on reviewing adguard-install.sh. This script contains the commands and configurations for installing and configuring AdGuard Home within the LXC container.

Powered by BW's shoe-string budget.