mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-05 23:39:16 +00:00
tmp: replace all urls to enable testing
This commit is contained in:
parent
2a1e560211
commit
5f6b0e93bf
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -1,11 +1,11 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
|
<img src="https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/images/logo.png" height="100px" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h2 align="center">Contributing to Proxmox VE Helper Scripts</h2>
|
<h2 align="center">Contributing to Proxmox VE Helper Scripts</h2>
|
||||||
|
|
||||||
Everybody is invited and welcome to contribute to Proxmox VE Helper Scripts.
|
Everybody is invited and welcome to contribute to Proxmox VE Helper Scripts.
|
||||||
|
|
||||||
- Pull requests submitted against [**main**](https://github.com/community-scripts/ProxmoxVE/tree/main) are meticulously scrutinized, so please do not take it personally if the project maintainer rejects your request. By adhering to the established patterns and conventions throughout the codebase, you greatly increase the likelihood that your changes will get merged into [**main**](https://github.com/community-scripts/ProxmoxVE/tree/main).
|
- Pull requests submitted against [**main**](https://github.com/community-scripts/ProxmoxVE/tree/main) are meticulously scrutinized, so please do not take it personally if the project maintainer rejects your request. By adhering to the established patterns and conventions throughout the codebase, you greatly increase the likelihood that your changes will get merged into [**main**](https://github.com/community-scripts/ProxmoxVE/tree/main).
|
||||||
|
|
||||||
|
4
.github/check-script.yml
vendored
4
.github/check-script.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
|||||||
|
|
||||||
for FILE in $FILES; do
|
for FILE in $FILES; do
|
||||||
# Check for exact match of the source line in line 2
|
# Check for exact match of the source line in line 2
|
||||||
if [[ $(sed -n '2p' "$FILE") =~ ^source[[:space:]]+<(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) ]]; then
|
if [[ $(sed -n '2p' "$FILE") =~ ^source[[:space:]]+<(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func) ]]; then
|
||||||
echo "Check passed for: $FILE"
|
echo "Check passed for: $FILE"
|
||||||
else
|
else
|
||||||
echo "Error in $FILE: Line 2 must be exactly 'source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)' if a source line is used."
|
echo "Error in $FILE: Line 2 must be exactly 'source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)' if a source line is used."
|
||||||
ERROR_COUNT=$((ERROR_COUNT + 1))
|
ERROR_COUNT=$((ERROR_COUNT + 1))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
208
CHANGELOG.md
208
CHANGELOG.md
@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
|
<img src="https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/images/logo.png" height="100px" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h1 align="center">Changelog</h1>
|
<h1 align="center">Changelog</h1>
|
||||||
@ -182,7 +182,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Breaking Change
|
### Breaking Change
|
||||||
- **Automatic Update of Repository:** The update function now uses the new repository `community-scripts/ProxmoxVE` for Debian/Ubuntu LXC containers.
|
- **Automatic Update of Repository:** The update function now uses the new repository `community-scripts/ProxmoxVE` for Debian/Ubuntu LXC containers.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-repo.sh)"
|
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-repo.sh)"
|
||||||
|
|
||||||
@ -366,7 +366,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
- **Matterbridge LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/matterbridge-install.sh)
|
- **Matterbridge LXC** [(View Source)](https://github.com/community-scripts/ProxmoxVE/blob/main/install/matterbridge-install.sh)
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Website**
|
- **Website**
|
||||||
- Reopen the gh-pages site (https://tteck.github.io/Proxmox/)
|
- Reopen the gh-pages site (https://tteck.github.io/Proxmox/)
|
||||||
|
|
||||||
## 2024-06-11
|
## 2024-06-11
|
||||||
|
|
||||||
@ -1223,7 +1223,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox VE Monitor-All**
|
- **Proxmox VE Monitor-All**
|
||||||
- Skip instances based on onboot and templates. [8c2a3cc](https://github.com/community-scripts/ProxmoxVE/commit/8c2a3cc4d774fa13d17f695d6bdf9a4deedb1372).
|
- Skip instances based on onboot and templates. [8c2a3cc](https://github.com/community-scripts/ProxmoxVE/commit/8c2a3cc4d774fa13d17f695d6bdf9a4deedb1372).
|
||||||
|
|
||||||
## 2023-06-12
|
## 2023-06-12
|
||||||
|
|
||||||
@ -1239,7 +1239,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox VE Post Install**
|
- **Proxmox VE Post Install**
|
||||||
- Now compatible with both Proxmox Virtual Environment 7 (PVE7) and Proxmox Virtual Environment 8 (PVE8).
|
- Now compatible with both Proxmox Virtual Environment 7 (PVE7) and Proxmox Virtual Environment 8 (PVE8).
|
||||||
|
|
||||||
## 2023-06-02
|
## 2023-06-02
|
||||||
|
|
||||||
@ -1440,7 +1440,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox LXC Updater**
|
- **Proxmox LXC Updater**
|
||||||
- You can use the command line to exclude multiple containers simultaneously.
|
- You can use the command line to exclude multiple containers simultaneously.
|
||||||
|
|
||||||
## 2023-03-08
|
## 2023-03-08
|
||||||
@ -1472,7 +1472,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox LXC Updater**
|
- **Proxmox LXC Updater**
|
||||||
- Skip all templates, allowing for the starting, updating, and shutting down of containers to be resumed automatically.
|
- Skip all templates, allowing for the starting, updating, and shutting down of containers to be resumed automatically.
|
||||||
- Exclude an additional container by adding the CTID at the end of the shell command ( -s 103).
|
- Exclude an additional container by adding the CTID at the end of the shell command ( -s 103).
|
||||||
|
|
||||||
@ -1480,46 +1480,46 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **RSTPtoWEB LXC**
|
- **RSTPtoWEB LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **go2rtc LXC**
|
- **go2rtc LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-02-12
|
## 2023-02-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **OliveTin**
|
- **OliveTin**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-02-10
|
## 2023-02-10
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Code Refactoring
|
- Code Refactoring
|
||||||
|
|
||||||
## 2023-02-05
|
## 2023-02-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Devuan LXC**
|
- **Devuan LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-02-02
|
## 2023-02-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Audiobookshelf LXC**
|
- **Audiobookshelf LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Rocky Linux LXC**
|
- **Rocky Linux LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-28
|
## 2023-01-28
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **LXC Cleaner**
|
- **LXC Cleaner**
|
||||||
- Code refactoring to give the user the option to choose whether cache or logs will be deleted for each app/service.
|
- Code refactoring to give the user the option to choose whether cache or logs will be deleted for each app/service.
|
||||||
- Leaves directory structure intact
|
- Leaves directory structure intact
|
||||||
|
|
||||||
@ -1527,136 +1527,136 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **LXC Cleaner**
|
- **LXC Cleaner**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-26
|
## 2023-01-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **ALL LXC's**
|
- **ALL LXC's**
|
||||||
- Add an option to disable IPv6 (Advanced)
|
- Add an option to disable IPv6 (Advanced)
|
||||||
|
|
||||||
## 2023-01-25
|
## 2023-01-25
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- switch to v5
|
- switch to v5
|
||||||
- add an option to set MTU size (Advanced)
|
- add an option to set MTU size (Advanced)
|
||||||
- add arch check (no ARM64) (issue from community.home-assistant.io)
|
- add arch check (no ARM64) (issue from community.home-assistant.io)
|
||||||
- add check to insure VMID isn't already used before VM creation (Advanced) (issue from forum.proxmox.com)
|
- add check to insure VMID isn't already used before VM creation (Advanced) (issue from forum.proxmox.com)
|
||||||
- code refactoring
|
- code refactoring
|
||||||
- **PiMox Home Assistant OS VM**
|
- **PiMox Home Assistant OS VM**
|
||||||
- switch to v5
|
- switch to v5
|
||||||
- add an option to set MTU size (Advanced)
|
- add an option to set MTU size (Advanced)
|
||||||
- add arch check (no AMD64)
|
- add arch check (no AMD64)
|
||||||
- add pve check (=>7.2)
|
- add pve check (=>7.2)
|
||||||
- add check to insure VMID isn't already used before VM creation (Advanced)
|
- add check to insure VMID isn't already used before VM creation (Advanced)
|
||||||
- code refactoring
|
- code refactoring
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- add arch check (no ARM64) (issue from forum.proxmox.com)
|
- add arch check (no ARM64) (issue from forum.proxmox.com)
|
||||||
|
|
||||||
## 2023-01-24
|
## 2023-01-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Transmission LXC**
|
- **Transmission LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-23
|
## 2023-01-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **ALL LXC's**
|
- **ALL LXC's**
|
||||||
- Add [Midnight Commander (mc)](https://www.linuxcommand.org/lc3_adv_mc.php)
|
- Add [Midnight Commander (mc)](https://www.linuxcommand.org/lc3_adv_mc.php)
|
||||||
|
|
||||||
## 2023-01-22
|
## 2023-01-22
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Autobrr LXC**
|
- **Autobrr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-21
|
## 2023-01-21
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Kavita LXC**
|
- **Kavita LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-19
|
## 2023-01-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **SABnzbd LXC**
|
- **SABnzbd LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-17
|
## 2023-01-17
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Homer LXC**
|
- **Homer LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-14
|
## 2023-01-14
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Tdarr LXC**
|
- **Tdarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Deluge LXC**
|
- **Deluge LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-13
|
## 2023-01-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Lidarr LXC**
|
- **Lidarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Prowlarr LXC**
|
- **Prowlarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Radarr LXC**
|
- **Radarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Readarr LXC**
|
- **Readarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Sonarr LXC**
|
- **Sonarr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Whisparr LXC**
|
- **Whisparr LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-12
|
## 2023-01-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **ALL LXC's**
|
- **ALL LXC's**
|
||||||
- Add an option to set MTU size (Advanced)
|
- Add an option to set MTU size (Advanced)
|
||||||
|
|
||||||
## 2023-01-11
|
## 2023-01-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant Core LXC**
|
- **Home Assistant Core LXC**
|
||||||
- Auto Initialize
|
- Auto Initialize
|
||||||
- **Cronicle Primary/Worker LXC**
|
- **Cronicle Primary/Worker LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-09
|
## 2023-01-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **ALL LXC's**
|
- **ALL LXC's**
|
||||||
- v5
|
- v5
|
||||||
- **k0s Kubernetes LXC**
|
- **k0s Kubernetes LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Podman LXC**
|
- **Podman LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2023-01-04
|
## 2023-01-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **YunoHost LXC**
|
- **YunoHost LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-12-31
|
## 2022-12-31
|
||||||
@ -1675,10 +1675,10 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant Container LXC**
|
- **Home Assistant Container LXC**
|
||||||
- Add an option to use Fuse Overlayfs (ZFS) (Advanced)
|
- Add an option to use Fuse Overlayfs (ZFS) (Advanced)
|
||||||
|
|
||||||
- **Docker LXC**
|
- **Docker LXC**
|
||||||
- Add an option to use Fuse Overlayfs (ZFS) (Advanced)
|
- Add an option to use Fuse Overlayfs (ZFS) (Advanced)
|
||||||
- If the LXC is created Privileged, the script will automatically set up USB passthrough.
|
- If the LXC is created Privileged, the script will automatically set up USB passthrough.
|
||||||
|
|
||||||
@ -1686,21 +1686,21 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- Add an option to run the script in Verbose Mode (Advanced)
|
- Add an option to run the script in Verbose Mode (Advanced)
|
||||||
|
|
||||||
## 2022-12-20
|
## 2022-12-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Hyperion LXC**
|
- **Hyperion LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-12-17
|
## 2022-12-17
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant Core LXC**
|
- **Home Assistant Core LXC**
|
||||||
- Linux D-Bus Message Broker
|
- Linux D-Bus Message Broker
|
||||||
- Mariadb & PostgreSQL Ready
|
- Mariadb & PostgreSQL Ready
|
||||||
- Bluetooth Ready
|
- Bluetooth Ready
|
||||||
@ -1710,198 +1710,198 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant Core LXC**
|
- **Home Assistant Core LXC**
|
||||||
- Python 3.10.8
|
- Python 3.10.8
|
||||||
|
|
||||||
## 2022-12-09
|
## 2022-12-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Change Detection LXC**
|
- **Change Detection LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-12-03
|
## 2022-12-03
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- Add options to set DNS Server IP Address and DNS Search Domain (Advanced)
|
- Add options to set DNS Server IP Address and DNS Search Domain (Advanced)
|
||||||
|
|
||||||
## 2022-11-27
|
## 2022-11-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Shinobi LXC**
|
- **Shinobi LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-11-24
|
## 2022-11-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Add option to set machine type during VM creation (Advanced)
|
- Add option to set machine type during VM creation (Advanced)
|
||||||
|
|
||||||
## 2022-11-23
|
## 2022-11-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- Add option to enable root ssh access during LXC creation (Advanced)
|
- Add option to enable root ssh access during LXC creation (Advanced)
|
||||||
|
|
||||||
## 2022-11-21
|
## 2022-11-21
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox LXC Updater**
|
- **Proxmox LXC Updater**
|
||||||
- Now updates Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, ArchLinux [(@Uruknara)](https://github.com/community-scripts/ProxmoxVE/commits?author=Uruknara)
|
- Now updates Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, ArchLinux [(@Uruknara)](https://github.com/community-scripts/ProxmoxVE/commits?author=Uruknara)
|
||||||
|
|
||||||
## 2022-11-13
|
## 2022-11-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- Add option to continue upon Internet NOT Connected
|
- Add option to continue upon Internet NOT Connected
|
||||||
|
|
||||||
## 2022-11-11
|
## 2022-11-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **HA Bluetooth Integration Preparation**
|
- **HA Bluetooth Integration Preparation**
|
||||||
- [NEW Script](https://github.com/tteck/Proxmox/discussions/719)
|
- [NEW Script](https://github.com/tteck/Proxmox/discussions/719)
|
||||||
|
|
||||||
## 2022-11-04
|
## 2022-11-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Scrypted LXC**
|
- **Scrypted LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-11-01
|
## 2022-11-01
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Alpine LXC**
|
- **Alpine LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Arch LXC**
|
- **Arch LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-10-27
|
## 2022-10-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Container & Core Restore from Backup**
|
- **Container & Core Restore from Backup**
|
||||||
- [NEW Scripts](https://github.com/tteck/Proxmox/discussions/674)
|
- [NEW Scripts](https://github.com/tteck/Proxmox/discussions/674)
|
||||||
|
|
||||||
## 2022-10-07
|
## 2022-10-07
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Add "Latest" Image
|
- Add "Latest" Image
|
||||||
|
|
||||||
## 2022-10-05
|
## 2022-10-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Umbrel LXC**
|
- **Umbrel LXC**
|
||||||
- NEW Script (Docker)
|
- NEW Script (Docker)
|
||||||
- **Blocky LXC**
|
- **Blocky LXC**
|
||||||
- NEW Script (Adblocker - DNS)
|
- NEW Script (Adblocker - DNS)
|
||||||
|
|
||||||
## 2022-09-29
|
## 2022-09-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant Container LXC**
|
- **Home Assistant Container LXC**
|
||||||
- If the LXC is created Privileged, the script will automatically set up USB passthrough.
|
- If the LXC is created Privileged, the script will automatically set up USB passthrough.
|
||||||
- **Home Assistant Core LXC**
|
- **Home Assistant Core LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **PiMox HAOS VM**
|
- **PiMox HAOS VM**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-23
|
## 2022-09-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **EMQX LXC**
|
- **EMQX LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-22
|
## 2022-09-22
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **NextCloudPi LXC**
|
- **NextCloudPi LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-21
|
## 2022-09-21
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Proxmox Backup Server Post Install**
|
- **Proxmox Backup Server Post Install**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Z-wave JS UI LXC**
|
- **Z-wave JS UI LXC**
|
||||||
- NEW Script (and all sub scripts 🤞)
|
- NEW Script (and all sub scripts 🤞)
|
||||||
- **Zwave2MQTT LXC**
|
- **Zwave2MQTT LXC**
|
||||||
- Bye Bye Script
|
- Bye Bye Script
|
||||||
|
|
||||||
## 2022-09-20
|
## 2022-09-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **OpenMediaVault LXC**
|
- **OpenMediaVault LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-16
|
## 2022-09-16
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Paperless-ngx LXC**
|
- **Paperless-ngx LXC**
|
||||||
- NEW Script (Thanks @Donkeykong307)
|
- NEW Script (Thanks @Donkeykong307)
|
||||||
|
|
||||||
## 2022-09-11
|
## 2022-09-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Trilium LXC**
|
- **Trilium LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-10
|
## 2022-09-10
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Syncthing LXC**
|
- **Syncthing LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-09-09
|
## 2022-09-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **CasaOS LXC**
|
- **CasaOS LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Proxmox Kernel Clean**
|
- **Proxmox Kernel Clean**
|
||||||
- Now works with Proxmox Backup Server
|
- Now works with Proxmox Backup Server
|
||||||
|
|
||||||
## 2022-09-08
|
## 2022-09-08
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Navidrome LXC**
|
- **Navidrome LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Homepage LXC**
|
- **Homepage LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-08-31
|
## 2022-08-31
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC's**
|
- **All LXC's**
|
||||||
- Add Internet & DNS Check
|
- Add Internet & DNS Check
|
||||||
|
|
||||||
## 2022-08-22
|
## 2022-08-22
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Wiki.js LXC**
|
- **Wiki.js LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
- **Emby Media Server LXC**
|
- **Emby Media Server LXC**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
@ -1910,49 +1910,49 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Mikrotik RouterOS VM**
|
- **Mikrotik RouterOS VM**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-08-19
|
## 2022-08-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **PhotoPrism LXC**
|
- **PhotoPrism LXC**
|
||||||
- Fixed .env bug (Thanks @cklam2)
|
- Fixed .env bug (Thanks @cklam2)
|
||||||
|
|
||||||
## 2022-08-13
|
## 2022-08-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Option to create VM using Stable, Beta or Dev Image
|
- Option to create VM using Stable, Beta or Dev Image
|
||||||
|
|
||||||
## 2022-08-11
|
## 2022-08-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Validate Storage
|
- Validate Storage
|
||||||
|
|
||||||
## 2022-08-04
|
## 2022-08-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **VS Code Server**
|
- **VS Code Server**
|
||||||
- NEW Script
|
- NEW Script
|
||||||
|
|
||||||
## 2022-08-02
|
## 2022-08-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **All LXC/VM**
|
- **All LXC/VM**
|
||||||
- v4 Script - Whiptail menu's
|
- v4 Script - Whiptail menu's
|
||||||
|
|
||||||
## 2022-07-26
|
## 2022-07-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Set the real time clock (RTC) to local time.
|
- Set the real time clock (RTC) to local time.
|
||||||
- Disable the USB tablet device (save resources / not needed).
|
- Disable the USB tablet device (save resources / not needed).
|
||||||
|
|
||||||
@ -1960,8 +1960,8 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- Present the drive to the guest as a solid-state drive rather than a rotational hard disk. There is no requirement that the underlying storage actually be backed by SSD's.
|
- Present the drive to the guest as a solid-state drive rather than a rotational hard disk. There is no requirement that the underlying storage actually be backed by SSD's.
|
||||||
- When the VM’s filesystem marks blocks as unused after deleting files, the SCSI controller will relay this information to the storage, which will then shrink the disk image accordingly.
|
- When the VM’s filesystem marks blocks as unused after deleting files, the SCSI controller will relay this information to the storage, which will then shrink the disk image accordingly.
|
||||||
- 👉 [more info](https://github.com/tteck/Proxmox/discussions/378)
|
- 👉 [more info](https://github.com/tteck/Proxmox/discussions/378)
|
||||||
|
|
||||||
@ -2175,7 +2175,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **ALL LXC's**
|
- **ALL LXC's**
|
||||||
- New [V3 Install Script](https://github.com/tteck/Proxmox/issues/162)
|
- New [V3 Install Script](https://github.com/tteck/Proxmox/issues/162)
|
||||||
- **ioBroker LXC**
|
- **ioBroker LXC**
|
||||||
- New Script V3
|
- New Script V3
|
||||||
|
|
||||||
@ -2221,7 +2221,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Scripts** (V2)
|
- **Scripts** (V2)
|
||||||
- FIX Pressing enter without making a selection first would cause an Error
|
- FIX Pressing enter without making a selection first would cause an Error
|
||||||
|
|
||||||
## 2022-03-28
|
## 2022-03-28
|
||||||
|
|
||||||
@ -2275,7 +2275,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Scripts** (V2)
|
- **Scripts** (V2)
|
||||||
- ADD choose between Automatic or Manual DHCP
|
- ADD choose between Automatic or Manual DHCP
|
||||||
|
|
||||||
## 2022-03-18
|
## 2022-03-18
|
||||||
|
|
||||||
@ -2333,7 +2333,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Scripts** (V2)
|
- **Scripts** (V2)
|
||||||
- Choose between Privileged or Unprivileged CT and Automatic or Password Login
|
- Choose between Privileged or Unprivileged CT and Automatic or Password Login
|
||||||
- **ESPHome LXC**
|
- **ESPHome LXC**
|
||||||
- New V2 Install Script
|
- New V2 Install Script
|
||||||
- **Zwavejs2MQTT LXC**
|
- **Zwavejs2MQTT LXC**
|
||||||
@ -2509,9 +2509,9 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
- **Zwavejs2MQTT LXC**
|
- **Zwavejs2MQTT LXC**
|
||||||
- added USB passthrough during installation (no extra script)
|
- added USB passthrough during installation (no extra script)
|
||||||
- **Jellyfin Media Server LXC**
|
- **Jellyfin Media Server LXC**
|
||||||
- Moved to testing due to issues.
|
- Moved to testing due to issues.
|
||||||
- Changed install method.
|
- Changed install method.
|
||||||
- **Home Assistant Container LXC (Podman)**
|
- **Home Assistant Container LXC (Podman)**
|
||||||
- add script for easy Home Assistant update
|
- add script for easy Home Assistant update
|
||||||
|
|
||||||
## 2022-02-06
|
## 2022-02-06
|
||||||
@ -2573,7 +2573,7 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
|
|
||||||
|
|
||||||
## Initial Catch up - 2022-01-23
|
## Initial Catch up - 2022-01-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **Plex Media Server LXC**
|
- **Plex Media Server LXC**
|
||||||
@ -2581,23 +2581,23 @@ Do not break established syntax in this file, as it is automatically updated by
|
|||||||
- add script to install Intel Drivers
|
- add script to install Intel Drivers
|
||||||
- **Zwavejs2MQTT LXC**
|
- **Zwavejs2MQTT LXC**
|
||||||
- new script to solve no auto start at boot
|
- new script to solve no auto start at boot
|
||||||
- **Nginx Proxy Manager LXC**
|
- **Nginx Proxy Manager LXC**
|
||||||
- new script to use Debian 11
|
- new script to use Debian 11
|
||||||
- **Ubuntu 21.10 LXC**
|
- **Ubuntu 21.10 LXC**
|
||||||
- new script
|
- new script
|
||||||
- **Mariadb LXC**
|
- **Mariadb LXC**
|
||||||
- add MariaDB Package Repository
|
- add MariaDB Package Repository
|
||||||
- **MQTT LXC**
|
- **MQTT LXC**
|
||||||
- add Eclipse Mosquitto Package Repository
|
- add Eclipse Mosquitto Package Repository
|
||||||
- **Home Assistant Container LXC**
|
- **Home Assistant Container LXC**
|
||||||
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
|
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
|
||||||
- add script for easy Home Assistant update
|
- add script for easy Home Assistant update
|
||||||
- **Home Assistant Container LXC (Podman)**
|
- **Home Assistant Container LXC (Podman)**
|
||||||
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
|
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
|
||||||
- **Home Assistant OS VM**
|
- **Home Assistant OS VM**
|
||||||
- change disk type from SATA to SCSI to follow Proxmox official recommendations of choosing VirtIO-SCSI with SCSI disk
|
- change disk type from SATA to SCSI to follow Proxmox official recommendations of choosing VirtIO-SCSI with SCSI disk
|
||||||
- clean up
|
- clean up
|
||||||
- **Proxmox VE 7 Post Install**
|
- **Proxmox VE 7 Post Install**
|
||||||
- new *No-Nag* method
|
- new *No-Nag* method
|
||||||
- **misc**
|
- **misc**
|
||||||
- new GUI script to copy data from one Home Assistant LXC to another Home Assistant LXC
|
- new GUI script to copy data from one Home Assistant LXC to another Home Assistant LXC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
|
<img src="https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/images/logo.png" height="100px" />
|
||||||
</div>
|
</div>
|
||||||
<h2><div align="center">Exploring the Scripts and Steps Involved in an Application LXC Installation</div></h2>
|
<h2><div align="center">Exploring the Scripts and Steps Involved in an Application LXC Installation</div></h2>
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
|
<img src="https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/images/logo.png" height="100px" />
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -14,16 +14,16 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://helper-scripts.com">
|
<a href="https://helper-scripts.com">
|
||||||
<img src="https://img.shields.io/badge/Website-4c9b3f?style=for-the-badge&logo=github&logoColor=white" alt="Website" />
|
<img src="https://img.shields.io/badge/Website-4c9b3f?style=for-the-badge&logo=github&logoColor=white" alt="Website" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTING.md">
|
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTING.md">
|
||||||
<img src="https://img.shields.io/badge/Contribute-ff4785?style=for-the-badge&logo=git&logoColor=white" alt="Contribute" />
|
<img src="https://img.shields.io/badge/Contribute-ff4785?style=for-the-badge&logo=git&logoColor=white" alt="Contribute" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/USER_SUBMITTED_GUIDES.md">
|
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/USER_SUBMITTED_GUIDES.md">
|
||||||
<img src="https://img.shields.io/badge/Guides-0077b5?style=for-the-badge&logo=read-the-docs&logoColor=white" alt="Guides" />
|
<img src="https://img.shields.io/badge/Guides-0077b5?style=for-the-badge&logo=read-the-docs&logoColor=white" alt="Guides" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://discord.gg/UHrpNWGwkH">
|
<a href="https://discord.gg/UHrpNWGwkH">
|
||||||
<img src="https://img.shields.io/badge/Discord-7289da?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" />
|
<img src="https://img.shields.io/badge/Discord-7289da?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md">
|
<a href="https://github.com/community-scripts/ProxmoxVE/blob/main/CHANGELOG.md">
|
||||||
<img src="https://img.shields.io/badge/Changelog-6c5ce7?style=for-the-badge&logo=git&logoColor=white" alt="Changelog" />
|
<img src="https://img.shields.io/badge/Changelog-6c5ce7?style=for-the-badge&logo=git&logoColor=white" alt="Changelog" />
|
||||||
</a>
|
</a>
|
||||||
@ -70,7 +70,7 @@ The Proxmox Helper Scripts project is community-driven, and we highly appreciate
|
|||||||
We offer two donation options to help maintain and grow this project:
|
We offer two donation options to help maintain and grow this project:
|
||||||
|
|
||||||
- **Ko-Fi for tteck**: [Donate to tteck's wife](https://ko-fi.com/proxmoxhelperscripts) - All donations will go directly to Angie, wife of the founder of this project [who passed away in early November 2024](https://github.com/community-scripts/ProxmoxVE/discussions/237).
|
- **Ko-Fi for tteck**: [Donate to tteck's wife](https://ko-fi.com/proxmoxhelperscripts) - All donations will go directly to Angie, wife of the founder of this project [who passed away in early November 2024](https://github.com/community-scripts/ProxmoxVE/discussions/237).
|
||||||
- **Ko-Fi for Community Edition**: [Donate to this project](https://ko-fi.com/community_scripts) - All funds will go towards script maintenance infrastructure and server costs. **Our most immediate need is funding testing infrastructure**. Your contributions help keep the project running. To honor tteck's legacy this project will also raise money for charity (cancer research, hospice care). Of the money donated to this project, 30% will be donated to charity. Income, expenditure and charitable donations will be disclosed annually in a transparent manner.
|
- **Ko-Fi for Community Edition**: [Donate to this project](https://ko-fi.com/community_scripts) - All funds will go towards script maintenance infrastructure and server costs. **Our most immediate need is funding testing infrastructure**. Your contributions help keep the project running. To honor tteck's legacy this project will also raise money for charity (cancer research, hospice care). Of the money donated to this project, 30% will be donated to charity. Income, expenditure and charitable donations will be disclosed annually in a transparent manner.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo.png" height="100px" />
|
<img src="https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/images/logo.png" height="100px" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h2 align="center">User Submitted Guides </h2>
|
<h2 align="center">User Submitted Guides </h2>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,11 +10,11 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ __
|
___ __ __
|
||||||
/ | ____/ /___ ___ ______ __________/ /
|
/ | ____/ /___ ___ ______ __________/ /
|
||||||
/ /| |/ __ / __ / / / / __ / ___/ __ /
|
/ /| |/ __ / __ / / / / __ / ___/ __ /
|
||||||
/ ___ / /_/ / /_/ / /_/ / /_/ / / / /_/ /
|
/ ___ / /_/ / /_/ / /_/ / /_/ / / / /_/ /
|
||||||
/_/ |_\__,_/\__, /\__,_/\__,_/_/ \__,_/
|
/_/ |_\__,_/\__, /\__,_/\__,_/_/ \__,_/
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MickLesk (Canbiz)
|
# Co-Author: MickLesk (Canbiz)
|
||||||
@ -9,12 +9,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ __ __
|
___ __ __ __
|
||||||
/ | ____/ / _____ ____ / /___ __________ / / ____ ____ _
|
/ | ____/ / _____ ____ / /___ __________ / / ____ ____ _
|
||||||
/ /| |/ __ / | / / _ \/ __ \/ __/ / / / ___/ _ \/ / / __ \/ __ `/
|
/ /| |/ __ / | / / _ \/ __ \/ __/ / / / ___/ _ \/ / / __ \/ __ `/
|
||||||
/ ___ / /_/ /| |/ / __/ / / / /_/ /_/ / / / __/ /___/ /_/ / /_/ /
|
/ ___ / /_/ /| |/ / __/ / / / /_/ /_/ / / / __/ /___/ /_/ / /_/ /
|
||||||
/_/ |_\__,_/ |___/\___/_/ /_/\__/\__,_/_/ \___/_____/\____/\__, /
|
/_/ |_\__,_/ |___/\___/_/ /_/\__/\__,_/_/ \___/_____/\____/\__, /
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
@ -76,7 +76,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
|
|||||||
pip install -r requirements.txt &>/dev/null
|
pip install -r requirements.txt &>/dev/null
|
||||||
python3 manage.py collectstatic --noinput &>/dev/null
|
python3 manage.py collectstatic --noinput &>/dev/null
|
||||||
python3 manage.py migrate &>/dev/null
|
python3 manage.py migrate &>/dev/null
|
||||||
|
|
||||||
mv /opt/frontend.env /opt/adventurelog/frontend/.env
|
mv /opt/frontend.env /opt/adventurelog/frontend/.env
|
||||||
cd /opt/adventurelog/frontend
|
cd /opt/adventurelog/frontend
|
||||||
pnpm install &>/dev/null
|
pnpm install &>/dev/null
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __
|
____ __
|
||||||
/ __ \____ _____/ /_ __ _____
|
/ __ \____ _____/ /_ __ _____
|
||||||
/ / / / __ \/ ___/ //_/ _ \/ ___/
|
/ / / / __ \/ ___/ //_/ _ \/ ___/
|
||||||
/ /_/ / /_/ / /__/ ,< / __/ /
|
/ /_/ / /_/ / /__/ ,< / __/ /
|
||||||
/_____/\____/\___/_/|_|\___/_/
|
/_____/\____/\___/_/|_|\___/_/
|
||||||
Alpine
|
Alpine
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ ____
|
______ ____
|
||||||
/ ____/________ _/ __/___ _____ ____ _
|
/ ____/________ _/ __/___ _____ ____ _
|
||||||
/ / __/ ___/ __ / /_/ __ / __ \/ __ /
|
/ / __/ ___/ __ / /_/ __ / __ \/ __ /
|
||||||
/ /_/ / / / /_/ / __/ /_/ / / / / /_/ /
|
/ /_/ / / / /_/ / __/ /_/ / / / / /_/ /
|
||||||
\____/_/ \__,_/_/ \__,_/_/ /_/\__,_/
|
\____/_/ \__,_/_/ \__,_/_/ /_/\__,_/
|
||||||
Alpine
|
Alpine
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -64,7 +64,7 @@ function update_script() {
|
|||||||
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 3 \
|
CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 3 \
|
||||||
"1" "Nextcloud Login Credentials" ON \
|
"1" "Nextcloud Login Credentials" ON \
|
||||||
"2" "Renew Self-signed Certificate" OFF \
|
"2" "Renew Self-signed Certificate" OFF \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
exit_status=$?
|
exit_status=$?
|
||||||
if [ $exit_status == 1 ]; then
|
if [ $exit_status == 1 ]; then
|
||||||
clear
|
clear
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ __ ____ __
|
_ __ ____ __
|
||||||
| | / /___ ___ __/ / /__ ______ __________/ /__ ____
|
| | / /___ ___ __/ / /__ ______ __________/ /__ ____
|
||||||
| | / / __ `/ / / / / __/ | /| / / __ `/ ___/ __ / _ \/ __ \
|
| | / / __ `/ / / / / __/ | /| / / __ `/ ___/ __ / _ \/ __ \
|
||||||
| |/ / /_/ / /_/ / / /_ | |/ |/ / /_/ / / / /_/ / __/ / / /
|
| |/ / /_/ / /_/ / / /_ | |/ |/ / /_/ / / / /_/ / __/ / / /
|
||||||
|___/\__,_/\__,_/_/\__/ |__/|__/\__,_/_/ \__,_/\___/_/ /_/
|
|___/\__,_/\__,_/_/\__/ |__/|__/\__,_/_/ \__,_/\___/_/ /_/
|
||||||
Alpine
|
Alpine
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
@ -85,7 +85,7 @@ function update_script() {
|
|||||||
sed -i "s|\"admin_token\": .*|\"admin_token\": \"${TOKEN}\",|" /var/lib/vaultwarden/config.json
|
sed -i "s|\"admin_token\": .*|\"admin_token\": \"${TOKEN}\",|" /var/lib/vaultwarden/config.json
|
||||||
fi
|
fi
|
||||||
rc-service vaultwarden restart -q
|
rc-service vaultwarden restart -q
|
||||||
fi
|
fi
|
||||||
clear
|
clear
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,11 +10,11 @@ function header_info {
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_____ _ __ ___ __ _______ ____________
|
_____ _ __ ___ __ _______ ____________
|
||||||
/__ / (_)___ _/ /_ ___ ___ |__ \ / |/ / __ \/_ __/_ __/
|
/__ / (_)___ _/ /_ ___ ___ |__ \ / |/ / __ \/_ __/_ __/
|
||||||
/ / / / __ / __ \/ _ \/ _ \__/ // /|_/ / / / / / / / /
|
/ / / / __ / __ \/ _ \/ _ \__/ // /|_/ / / / / / / / /
|
||||||
/ /__/ / /_/ / /_/ / __/ __/ __// / / / /_/ / / / / /
|
/ /__/ / /_/ / /_/ / __/ __/ __// / / / /_/ / / / / /
|
||||||
/____/_/\__, /_.___/\___/\___/____/_/ /_/\___\_\/_/ /_/
|
/____/_/\__, /_.___/\___/\___/____/_/ /_/\___\_\/_/ /_/
|
||||||
/____/ Alpine
|
/____/ Alpine
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/alpine.sh
10
ct/alpine.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ _
|
___ __ _
|
||||||
/ | / /___ (_)___ ___
|
/ | / /___ (_)___ ___
|
||||||
/ /| | / / __ \/ / __ \/ _ \
|
/ /| | / / __ \/ / __ \/ _ \
|
||||||
/ ___ |/ / /_/ / / / / / __/
|
/ ___ |/ / /_/ / / / / / __/
|
||||||
/_/ |_/_/ .___/_/_/ /_/\___/
|
/_/ |_/_/ .___/_/_/ /_/\___/
|
||||||
/_/
|
/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ ______ __ ____ ____
|
___ __ ______ __ ____ ____
|
||||||
/ | ____ ____ ______/ /_ ___ / ____/___ __ _______/ /_ / __ \/ __ )
|
/ | ____ ____ ______/ /_ ___ / ____/___ __ _______/ /_ / __ \/ __ )
|
||||||
/ /| | / __ \/ __ `/ ___/ __ \/ _ \ / / / __ \/ / / / ___/ __ \/ / / / __ |
|
/ /| | / __ \/ __ `/ ___/ __ \/ _ \ / / / __ \/ / / / ___/ __ \/ / / / __ |
|
||||||
/ ___ |/ /_/ / /_/ / /__/ / / / __/ / /___/ /_/ / /_/ / /__/ / / / /_/ / /_/ /
|
/ ___ |/ /_/ / /_/ / /__/ / / / __/ / /___/ /_/ / /_/ / /__/ / / / /_/ / /_/ /
|
||||||
/_/ |_/ .___/\__,_/\___/_/ /_/\___/ \____/\____/\__,_/\___/_/ /_/_____/_____/
|
/_/ |_/ .___/\__,_/\___/_/ /_/\___/ \____/\____/\__,_/\___/_/ /_/_____/_____/
|
||||||
/_/
|
/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ __ __ ______
|
___ __ __ __ ______
|
||||||
____ ___ ______/ (_)___ / /_ ____ ____ / /_______/ /_ ___ / / __/
|
____ ___ ______/ (_)___ / /_ ____ ____ / /_______/ /_ ___ / / __/
|
||||||
/ __ `/ / / / __ / / __ \/ __ \/ __ \/ __ \/ //_/ ___/ __ \/ _ \/ / /_
|
/ __ `/ / / / __ / / __ \/ __ \/ __ \/ __ \/ //_/ ___/ __ \/ _ \/ / /_
|
||||||
/ /_/ / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / ,< (__ ) / / / __/ / __/
|
/ /_/ / /_/ / /_/ / / /_/ / /_/ / /_/ / /_/ / ,< (__ ) / / / __/ / __/
|
||||||
\__,_/\__,_/\__,_/_/\____/_.___/\____/\____/_/|_/____/_/ /_/\___/_/_/
|
\__,_/\__,_/\__,_/_/\____/_.___/\____/\____/_/|_/____/_/ /_/\___/_/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ __
|
___ __ __
|
||||||
/ | __ __/ /_____ / /_ __________
|
/ | __ __/ /_____ / /_ __________
|
||||||
/ /| |/ / / / __/ __ \/ __ \/ ___/ ___/
|
/ /| |/ / / / __/ __ \/ __ \/ ___/ ___/
|
||||||
/ ___ / /_/ / /_/ /_/ / /_/ / / / /
|
/ ___ / /_/ / /_/ /_/ / /_/ / / / /
|
||||||
/_/ |_\__,_/\__/\____/_.___/_/ /_/
|
/_/ |_\__,_/\__/\____/_.___/_/ /_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
10
ct/blocky.sh
10
ct/blocky.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __ __
|
____ __ __
|
||||||
/ __ )/ /___ _____/ /____ __
|
/ __ )/ /___ _____/ /____ __
|
||||||
/ __ / / __ \/ ___/ //_/ / / /
|
/ __ / / __ \/ ___/ //_/ / / /
|
||||||
/ /_/ / / /_/ / /__/ ,< / /_/ /
|
/ /_/ / / /_/ / /__/ ,< / /_/ /
|
||||||
/_____/_/\____/\___/_/|_|\__, /
|
/_____/_/\____/\___/_/|_|\__, /
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 community-scripts ORG
|
# Copyright (c) 2021-2024 community-scripts ORG
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -9,11 +9,11 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __ __ __
|
____ __ __ __
|
||||||
/ __ )____ ____ / /_______/ /_____ ______/ /__
|
/ __ )____ ____ / /_______/ /_____ ______/ /__
|
||||||
/ __ / __ \/ __ \/ //_/ ___/ __/ __ `/ ___/ //_/
|
/ __ / __ \/ __ \/ //_/ ___/ __/ __ `/ ___/ //_/
|
||||||
/ /_/ / /_/ / /_/ / ,< (__ ) /_/ /_/ / /__/ ,<
|
/ /_/ / /_/ / /_/ / ,< (__ ) /_/ /_/ / /__/ ,<
|
||||||
/_____/\____/\____/_/|_/____/\__/\__,_/\___/_/|_|
|
/_____/\____/\____/_/|_/____/\__/\__,_/\___/_/|_|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: remz1337
|
# Co-Author: remz1337
|
||||||
|
10
ct/casaos.sh
10
ct/casaos.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ ____ _____
|
______ ____ _____
|
||||||
/ ____/___ __________ _/ __ \/ ___/
|
/ ____/___ __________ _/ __ \/ ___/
|
||||||
/ / / __ `/ ___/ __ `/ / / /\__ \
|
/ / / __ `/ ___/ __ `/ / / /\__ \
|
||||||
/ /___/ /_/ (__ ) /_/ / /_/ /___/ /
|
/ /___/ /_/ (__ ) /_/ / /_/ /___/ /
|
||||||
\____/\__,_/____/\__,_/\____//____/
|
\____/\__,_/____/\__,_/\____//____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
________ ____ __ __ _
|
________ ____ __ __ _
|
||||||
/ ____/ /_ ____ _____ ____ ____ / __ \___ / /____ _____/ /_(_)___ ____
|
/ ____/ /_ ____ _____ ____ ____ / __ \___ / /____ _____/ /_(_)___ ____
|
||||||
/ / / __ \/ __ `/ __ \/ __ `/ _ \ / / / / _ \/ __/ _ \/ ___/ __/ / __ \/ __ \
|
/ / / __ \/ __ `/ __ \/ __ `/ _ \ / / / / _ \/ __/ _ \/ ___/ __/ / __ \/ __ \
|
||||||
/ /___/ / / / /_/ / / / / /_/ / __/ / /_/ / __/ /_/ __/ /__/ /_/ / /_/ / / / /
|
/ /___/ / / / /_/ / / / / /_/ / __/ / /_/ / __/ /_/ __/ /__/ /_/ / /_/ / / / /
|
||||||
\____/_/ /_/\__,_/_/ /_/\__, /\___/ /_____/\___/\__/\___/\___/\__/_/\____/_/ /_/
|
\____/_/ /_/\__,_/_/ /_/\__, /\___/ /_____/\___/\__/\___/\___/\__/_/\____/_/ /_/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
________ ________ __
|
________ ________ __
|
||||||
/ ____/ /___ __ ______/ / __/ /___ _________ ____/ /
|
/ ____/ /___ __ ______/ / __/ /___ _________ ____/ /
|
||||||
/ / / / __ \/ / / / __ / /_/ / __ `/ ___/ _ \/ __ /
|
/ / / / __ \/ / / / __ / /_/ / __ `/ ___/ _ \/ __ /
|
||||||
/ /___/ / /_/ / /_/ / /_/ / __/ / /_/ / / / __/ /_/ /
|
/ /___/ / /_/ / /_/ / /_/ / __/ / /_/ / / / __/ /_/ /
|
||||||
\____/_/\____/\__,_/\__,_/_/ /_/\__,_/_/ \___/\__,_/
|
\____/_/\____/\__,_/\__,_/_/ /_/\__,_/_/ \___/\__,_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: havardthom
|
# Co-Author: havardthom
|
||||||
@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
|
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ __ _ __
|
______ __ _ __
|
||||||
/ ____/___ _____/ /______ (_) /_
|
/ ____/___ _____/ /______ (_) /_
|
||||||
/ / / __ \/ ___/ //_/ __ \/ / __/
|
/ / / __ \/ ___/ //_/ __ \/ / __/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ _ __
|
______ _ __
|
||||||
/ ____/________ ____ (_)____/ /__
|
/ ____/________ ____ (_)____/ /__
|
||||||
/ / / ___/ __ \/ __ \/ / ___/ / _ \
|
/ / / ___/ __ \/ __ \/ / ___/ / _ \
|
||||||
/ /___/ / / /_/ / / / / / /__/ / __/
|
/ /___/ / / /_/ / / / / / /__/ / __/
|
||||||
\____/_/ \____/_/ /_/_/\___/_/\___/
|
\____/_/ \____/_/ /_/_/\___/_/\___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ _____
|
____ _____
|
||||||
/ __ \____ ____ ____ ___ ____ ____ / ___/__ ______ _____
|
/ __ \____ ____ ____ ___ ____ ____ / ___/__ ______ _____
|
||||||
/ / / / __ / _ \/ __ __ \/ __ \/ __ \ \__ \/ / / / __ \/ ___/
|
/ / / / __ / _ \/ __ __ \/ __ \/ __ \ \__ \/ / / / __ \/ ___/
|
||||||
/ /_/ / /_/ / __/ / / / / / /_/ / / / / ___/ / /_/ / / / / /__
|
/ /_/ / /_/ / __/ / / / / / /_/ / / / / ___/ / /_/ / / / / /__
|
||||||
/_____/\__,_/\___/_/ /_/ /_/\____/_/ /_/ /____/\__, /_/ /_/\___/
|
/_____/\__,_/\___/_/ /_/ /_/\____/_/ /_/ /____/\__, /_/ /_/\___/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/dashy.sh
10
ct/dashy.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __
|
____ __
|
||||||
/ __ \____ ______/ /_ __ __
|
/ __ \____ ______/ /_ __ __
|
||||||
/ / / / __ / ___/ __ \/ / / /
|
/ / / / __ / ___/ __ \/ / / /
|
||||||
/ /_/ / /_/ (__ ) / / / /_/ /
|
/ /_/ / /_/ (__ ) / / / /_/ /
|
||||||
/_____/\__,_/____/_/ /_/\__, /
|
/_____/\__,_/____/_/ /_/\__, /
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/debian.sh
10
ct/debian.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __ _
|
____ __ _
|
||||||
/ __ \___ / /_ (_)___ ____
|
/ __ \___ / /_ (_)___ ____
|
||||||
/ / / / _ \/ __ \/ / __ `/ __ \
|
/ / / / _ \/ __ \/ / __ `/ __ \
|
||||||
/ /_/ / __/ /_/ / / /_/ / / / /
|
/ /_/ / __/ /_/ / / /_/ / / / /
|
||||||
/_____/\___/_.___/_/\__,_/_/ /_/
|
/_____/\___/_.___/_/\__,_/_/ /_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __________ _ _______
|
__ __________ _ _______
|
||||||
____/ /__ / ____/ __ \/ | / /__ /
|
____/ /__ / ____/ __ \/ | / /__ /
|
||||||
/ __ / _ \/ / / / / / |/ / / /
|
/ __ / _ \/ / / / / / |/ / / /
|
||||||
/ /_/ / __/ /___/ /_/ / /| / / /__
|
/ /_/ / __/ /___/ /_/ / /| / / /__
|
||||||
\__,_/\___/\____/\____/_/ |_/ /____/
|
\__,_/\___/\____/\____/_/ |_/ /____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
12
ct/deluge.sh
12
ct/deluge.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __
|
____ __
|
||||||
/ __ \___ / /_ ______ ____
|
/ __ \___ / /_ ______ ____
|
||||||
/ / / / _ \/ / / / / __ `/ _ \
|
/ / / / _ \/ / / / / __ `/ _ \
|
||||||
/ /_/ / __/ / /_/ / /_/ / __/
|
/ /_/ / __/ / /_/ / /_/ / __/
|
||||||
/_____/\___/_/\__,_/\__, /\___/
|
/_____/\___/_/\__,_/\__, /\___/
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/docker.sh
10
ct/docker.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __
|
____ __
|
||||||
/ __ \____ _____/ /_ __ _____
|
/ __ \____ _____/ /_ __ _____
|
||||||
/ / / / __ \/ ___/ //_/ _ \/ ___/
|
/ / / / __ \/ ___/ //_/ _ \/ ___/
|
||||||
/ /_/ / /_/ / /__/ ,< / __/ /
|
/ /_/ / /_/ / /__/ ,< / __/ /
|
||||||
/_____/\____/\___/_/|_|\___/_/
|
/_____/\____/\___/_/|_|\___/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
10
ct/emby.sh
10
ct/emby.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ __
|
______ __
|
||||||
/ ____/___ ___ / /_ __ __
|
/ ____/___ ___ / /_ __ __
|
||||||
/ __/ / __ __ \/ __ \/ / / /
|
/ __/ / __ __ \/ __ \/ / / /
|
||||||
/ /___/ / / / / / /_/ / /_/ /
|
/ /___/ / / / / / /_/ / /_/ /
|
||||||
/_____/_/ /_/ /_/_.___/\__, /
|
/_____/_/ /_/ /_/_.___/\__, /
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/emqx.sh
10
ct/emqx.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
________ _______ _ __
|
________ _______ _ __
|
||||||
/ ____/ |/ / __ \ | |/ /
|
/ ____/ |/ / __ \ | |/ /
|
||||||
/ __/ / /|_/ / / / / | /
|
/ __/ / /|_/ / / / / | /
|
||||||
/ /___/ / / / /_/ / / |
|
/ /___/ / / / /_/ / / |
|
||||||
/_____/_/ /_/\___\_\/_/|_|
|
/_____/_/ /_/\___\_\/_/|_|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MickLesk (Canbiz)
|
# Co-Author: MickLesk (Canbiz)
|
||||||
@ -13,10 +13,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ __ _______ __
|
______ __ _______ __
|
||||||
/ ____/_____________ _/ /_____/_ __/ | / /
|
/ ____/_____________ _/ /_____/_ __/ | / /
|
||||||
/ __/ / ___/ ___/ __ `/ __/_ / / / | | / /
|
/ __/ / ___/ ___/ __ `/ __/_ / / / | | / /
|
||||||
/ /___/ / (__ ) /_/ / /_ / /_/ / | |/ /
|
/ /___/ / (__ ) /_/ / /_ / /_/ / | |/ /
|
||||||
/_____/_/ /____/\__,_/\__/ /___/_/ |___/
|
/_____/_/ /____/\__,_/\__/ /___/_/ |___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___________ ____ __ __
|
___________ ____ __ __
|
||||||
/ ____/ ___// __ \/ / / /___ ____ ___ ___
|
/ ____/ ___// __ \/ / / /___ ____ ___ ___
|
||||||
/ __/ \__ \/ /_/ / /_/ / __ \/ __ `__ \/ _ \
|
/ __/ \__ \/ /_/ / /_/ / __ \/ __ `__ \/ _ \
|
||||||
/ /___ ___/ / ____/ __ / /_/ / / / / / / __/
|
/ /___ ___/ / ____/ __ / /_/ / / / / / / __/
|
||||||
/_____//____/_/ /_/ /_/\____/_/ /_/ /_/\___/
|
/_____//____/_/ /_/ /_/\____/_/ /_/ /_/\___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -7,11 +7,11 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
|
|
||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ _ ____________
|
___ _ ____________
|
||||||
/ _ \ | / / ___/ ___/
|
/ _ \ | / / ___/ ___/
|
||||||
/ __/ |/ / /__/ /__
|
/ __/ |/ / /__/ /__
|
||||||
\___/|___/\___/\___/
|
\___/|___/\___/\___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: Scorpoon
|
# Co-Author: Scorpoon
|
||||||
@ -69,7 +69,7 @@ gitVersionNumber=$(git rev-parse HEAD)
|
|||||||
if [[ "${gitVersionNumber}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then
|
if [[ "${gitVersionNumber}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then
|
||||||
mkdir /opt/fenrus-data-backup
|
mkdir /opt/fenrus-data-backup
|
||||||
cp -r "/opt/${APP}/data/" /opt/fenrus-data-backup/data
|
cp -r "/opt/${APP}/data/" /opt/fenrus-data-backup/data
|
||||||
if [[ ! -d /opt/fenrus-data-backup/data ]]; then msg_error "Backup of data folder failed! exiting..."; rm -r /opt/fenrus-data-backup/; exit; fi
|
if [[ ! -d /opt/fenrus-data-backup/data ]]; then msg_error "Backup of data folder failed! exiting..."; rm -r /opt/fenrus-data-backup/; exit; fi
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
dotnet publish -c Release -o "/opt/${APP}/" Fenrus.csproj
|
dotnet publish -c Release -o "/opt/${APP}/" Fenrus.csproj
|
||||||
cp -r /opt/fenrus-data-backup/data/ "/opt/${APP}/"
|
cp -r /opt/fenrus-data-backup/data/ "/opt/${APP}/"
|
||||||
|
10
ct/fhem.sh
10
ct/fhem.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
________
|
________
|
||||||
/ ____/ /_ ___ ____ ___
|
/ ____/ /_ ___ ____ ___
|
||||||
/ /_ / __ \/ _ \/ __ `__ \
|
/ /_ / __ \/ _ \/ __ `__ \
|
||||||
/ __/ / / / / __/ / / / / /
|
/ __/ / / / / __/ / / / / /
|
||||||
/_/ /_/ /_/\___/_/ /_/ /_/
|
/_/ /_/ /_/\___/_/ /_/ /_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: remz1337
|
# Co-Author: remz1337
|
||||||
@ -9,11 +9,11 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
________ _____ __
|
________ _____ __
|
||||||
/ ____/ /___ _________ / ___/____ / / _____ __________
|
/ ____/ /___ _________ / ___/____ / / _____ __________
|
||||||
/ /_ / / __ `/ ___/ _ \\__ \/ __ \/ / | / / _ \/ ___/ ___/
|
/ /_ / / __ `/ ___/ _ \\__ \/ __ \/ / | / / _ \/ ___/ ___/
|
||||||
/ __/ / / /_/ / / / __/__/ / /_/ / /| |/ / __/ / / /
|
/ __/ / / /_/ / / / __/__/ / /_/ / /| |/ / __/ / / /
|
||||||
/_/ /_/\__,_/_/ \___/____/\____/_/ |___/\___/_/ /_/
|
/_/ /_/\__,_/_/ \___/____/\____/_/ |___/\___/_/ /_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ _
|
______ _
|
||||||
/ ____/___ _________ ___ (_)___
|
/ ____/___ _________ ___ (_)___
|
||||||
/ /_ / __ \/ ___/ __ `/ _ \ / / __ \
|
/ /_ / __ \/ ___/ __ `/ _ \ / / __ \
|
||||||
/ __/ / /_/ / / / /_/ / __/ / / /_/ /
|
/ __/ / /_/ / / / /_/ / __/ / / /_/ /
|
||||||
/_/ \____/_/ \__, /\___/_/ /\____/
|
/_/ \____/_/ \__, /\___/_/ /\____/
|
||||||
/____/ /___/
|
/____/ /___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Authors: tteck (tteckster)
|
# Authors: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -59,7 +59,7 @@ function update_script() {
|
|||||||
check_container_resources
|
check_container_resources
|
||||||
if [[ ! -f /etc/systemd/system/frigate.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
if [[ ! -f /etc/systemd/system/frigate.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
|
||||||
msg_error "To update Frigate, create a new container and transfer your configuration."
|
msg_error "To update Frigate, create a new container and transfer your configuration."
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
start
|
start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-author: Rogue-King
|
# Co-author: Rogue-King
|
||||||
@ -62,7 +62,7 @@ RELEASE=$(wget -q https://github.com/go-gitea/gitea/releases/latest -O - | grep
|
|||||||
msg_info "Updating $APP to ${RELEASE}"
|
msg_info "Updating $APP to ${RELEASE}"
|
||||||
wget -q https://github.com/go-gitea/gitea/releases/download/v$RELEASE/gitea-$RELEASE-linux-amd64
|
wget -q https://github.com/go-gitea/gitea/releases/download/v$RELEASE/gitea-$RELEASE-linux-amd64
|
||||||
systemctl stop gitea
|
systemctl stop gitea
|
||||||
rm -rf /usr/local/bin/gitea
|
rm -rf /usr/local/bin/gitea
|
||||||
mv gitea* /usr/local/bin/gitea
|
mv gitea* /usr/local/bin/gitea
|
||||||
chmod +x /usr/local/bin/gitea
|
chmod +x /usr/local/bin/gitea
|
||||||
systemctl start gitea
|
systemctl start gitea
|
||||||
|
12
ct/go2rtc.sh
12
ct/go2rtc.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __
|
___ __
|
||||||
____ _____ |__ \ _____/ /______
|
____ _____ |__ \ _____/ /______
|
||||||
/ __ `/ __ \__/ // ___/ __/ ___/
|
/ __ `/ __ \__/ // ___/ __/ ___/
|
||||||
/ /_/ / /_/ / __// / / /_/ /__
|
/ /_/ / /_/ / __// / / /_/ /__
|
||||||
\__, /\____/____/_/ \__/\___/
|
\__, /\____/____/_/ \__/\___/
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
______ ____
|
______ ____
|
||||||
/ ____/________ _/ __/___ _____ ____ _
|
/ ____/________ _/ __/___ _____ ____ _
|
||||||
/ / __/ ___/ __ / /_/ __ / __ \/ __ /
|
/ / __/ ___/ __ / /_/ __ / __ \/ __ /
|
||||||
/ /_/ / / / /_/ / __/ /_/ / / / / /_/ /
|
/ /_/ / / / /_/ / __/ /_/ / / / / /_/ /
|
||||||
\____/_/ \__,_/_/ \__,_/_/ /_/\__,_/
|
\____/_/ \__,_/_/ \__,_/_/ /_/\__,_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/grocy.sh
10
ct/grocy.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __________ _______ __
|
____ __________ _______ __
|
||||||
/ __ / ___/ __ \/ ___/ / / /
|
/ __ / ___/ __ \/ ___/ / / /
|
||||||
/ /_/ / / / /_/ / /__/ /_/ /
|
/ /_/ / / / /_/ / /__/ /_/ /
|
||||||
\__, /_/ \____/\___/\__, /
|
\__, /_/ \____/\___/\__, /
|
||||||
/____/ /____/
|
/____/ /____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -69,7 +69,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
|
|||||||
rm headscale_${RELEASE}_linux_amd64.deb
|
rm headscale_${RELEASE}_linux_amd64.deb
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated $APP to ${RELEASE}"
|
msg_ok "Updated $APP to ${RELEASE}"
|
||||||
|
|
||||||
msg_info "Starting ${APP}"
|
msg_info "Starting ${APP}"
|
||||||
systemctl start headscale
|
systemctl start headscale
|
||||||
msg_ok "Started ${APP}"
|
msg_ok "Started ${APP}"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ _ _ _ ___ _ _ _
|
_ _ _ _ ___ _ _ _
|
||||||
/\ /\___(_)_ __ ___ __| | __ _| | | / \__ _ ___| |__ | |__ ___ __ _ _ __ __| |
|
/\ /\___(_)_ __ ___ __| | __ _| | | / \__ _ ___| |__ | |__ ___ __ _ _ __ __| |
|
||||||
/ /_/ / _ \ | '_ ` _ \ / _` |/ _` | | | / /\ / _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |
|
/ /_/ / _ \ | '_ ` _ \ / _` |/ _` | | | / /\ / _` / __| '_ \| '_ \ / _ \ / _` | '__/ _` |
|
||||||
/ __ / __/ | | | | | | (_| | (_| | | | / /_// (_| \__ \ | | | |_) | (_) | (_| | | | (_| |
|
/ __ / __/ | | | | | | (_| | (_| | | | / /_// (_| \__ \ | | | |_) | (_) | (_| | | | (_| |
|
||||||
\/ /_/ \___|_|_| |_| |_|\__,_|\__,_|_|_| /___,' \__,_|___/_| |_|_.__/ \___/ \__,_|_| \__,_|
|
\/ /_/ \___|_|_| |_| |_|\__,_|\__,_|_|_| /___,' \__,_|___/_| |_|_.__/ \___/ \__,_|_| \__,_|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: MickLesk (Canbiz)
|
# Co-Author: MickLesk (Canbiz)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ _ _ _ ___
|
_ _ _ _ ___
|
||||||
/\ /\___ _ __ ___ ___ /_\ ___ ___(_)___| |_ __ _ _ __ | |_ / __\___ _ __ ___
|
/\ /\___ _ __ ___ ___ /_\ ___ ___(_)___| |_ __ _ _ __ | |_ / __\___ _ __ ___
|
||||||
/ /_/ / _ \| '_ ` _ \ / _ \ //_\\/ __/ __| / __| __/ _` | '_ \| __| / / / _ \| '__/ _ \
|
/ /_/ / _ \| '_ ` _ \ / _ \ //_\\/ __/ __| / __| __/ _` | '_ \| __| / / / _ \| '__/ _ \
|
||||||
/ __ / (_) | | | | | | __/ / _ \__ \__ \ \__ \ || (_| | | | | |_ / /__| (_) | | | __/
|
/ __ / (_) | | | | | | __/ / _ \__ \__ \ \__ \ || (_| | | | | |_ / /__| (_) | | | __/
|
||||||
\/ /_/ \___/|_| |_| |_|\___| \_/ \_/___/___/_|___/\__\__,_|_| |_|\__| \____/\___/|_| \___|
|
\/ /_/ \___/|_| |_| |_|\___| \_/ \_/___/___/_|___/\__\__,_|_| |_|\__| \____/\___/|_| \___|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
@ -119,7 +119,7 @@ function update_script() {
|
|||||||
filebrowser config init -a '0.0.0.0' &>/dev/null
|
filebrowser config init -a '0.0.0.0' &>/dev/null
|
||||||
filebrowser config set -a '0.0.0.0' &>/dev/null
|
filebrowser config set -a '0.0.0.0' &>/dev/null
|
||||||
filebrowser config set --auth.method=noauth &>/dev/null
|
filebrowser config set --auth.method=noauth &>/dev/null
|
||||||
filebrowser users add ID 1 --perm.admin &>/dev/null
|
filebrowser users add ID 1 --perm.admin &>/dev/null
|
||||||
else
|
else
|
||||||
filebrowser config init -a '0.0.0.0' &>/dev/null
|
filebrowser config init -a '0.0.0.0' &>/dev/null
|
||||||
filebrowser config set -a '0.0.0.0' &>/dev/null
|
filebrowser config set -a '0.0.0.0' &>/dev/null
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ ___ _ __ __
|
__ __ ___ _ __ __
|
||||||
/ / / /___ ____ ___ ___ / | __________(_)____/ /_____ _____ / /_
|
/ / / /___ ____ ___ ___ / | __________(_)____/ /_____ _____ / /_
|
||||||
/ /_/ / __ \/ __ __ \/ _ \ / /| | / ___/ ___/ / ___/ __/ __ / __ \/ __/
|
/ /_/ / __ \/ __ __ \/ _ \ / /| | / ___/ ___/ / ___/ __/ __ / __ \/ __/
|
||||||
/ __ / /_/ / / / / / / __/ / ___ |(__ |__ ) (__ ) /_/ /_/ / / / / /_
|
/ __ / /_/ / / / / / / __/ / ___ |(__ |__ ) (__ ) /_/ /_/ / / / / /_
|
||||||
/_/ /_/\____/_/ /_/ /_/\___/ /_/ |_/____/____/_/____/\__/\__,_/_/ /_/\__/
|
/_/ /_/\____/_/ /_/ /_/\___/ /_/ |_/____/____/_/____/\__/\__,_/_/ /_/\__/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MickLesk (Canbiz)
|
# Co-Author: MickLesk (Canbiz)
|
||||||
@ -9,12 +9,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ ____
|
__ __ ____
|
||||||
/ / / /___ ____ ___ ___ / __ )____ _ __
|
/ / / /___ ____ ___ ___ / __ )____ _ __
|
||||||
/ /_/ / __ \/ __ `__ \/ _ \/ __ / __ \| |/_/
|
/ /_/ / __ \/ __ `__ \/ _ \/ __ / __ \| |/_/
|
||||||
/ __ / /_/ / / / / / / __/ /_/ / /_/ /> <
|
/ __ / /_/ / / / / / / __/ /_/ / /_/ /> <
|
||||||
/_/ /_/\____/_/ /_/ /_/\___/_____/\____/_/|_|
|
/_/ /_/\____/_/ /_/ /_/\___/_____/\____/_/|_|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ______ __ _____________ ____ ________ ____________
|
__ ______ __ _____________ ____ ________ ____________
|
||||||
/ / / / __ \/ |/ / ____/ __ )/ __ \/ _/ __ \/ ____/ ____/
|
/ / / / __ \/ |/ / ____/ __ )/ __ \/ _/ __ \/ ____/ ____/
|
||||||
/ /_/ / / / / /|_/ / __/ / __ / /_/ // // / / / / __/ __/
|
/ /_/ / / / / /|_/ / __/ / __ / /_/ // // / / / / __/ __/
|
||||||
/ __ / /_/ / / / / /___/ /_/ / _, _// // /_/ / /_/ / /___
|
/ __ / /_/ / / / / /___/ /_/ / _, _// // /_/ / /_/ / /___
|
||||||
/_/ /_/\____/_/ /_/_____/_____/_/ |_/___/_____/\____/_____/
|
/_/ /_/\____/_/ /_/_____/_____/_/ |_/___/_____/\____/_____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __
|
__ __
|
||||||
/ / / /___ ____ ___ ___ ____ ____ _____ ____
|
/ / / /___ ____ ___ ___ ____ ____ _____ ____
|
||||||
/ /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \
|
/ /_/ / __ \/ __ `__ \/ _ \/ __ \/ __ `/ __ `/ _ \
|
||||||
/ __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/
|
/ __ / /_/ / / / / / / __/ /_/ / /_/ / /_/ / __/
|
||||||
/_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/
|
/_/ /_/\____/_/ /_/ /_/\___/ .___/\__,_/\__, /\___/
|
||||||
/_/ /____/
|
/_/ /____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/homer.sh
10
ct/homer.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __
|
__ __
|
||||||
/ / / /___ ____ ___ ___ _____
|
/ / / /___ ____ ___ ___ _____
|
||||||
/ /_/ / __ \/ __ `__ \/ _ \/ ___/
|
/ /_/ / __ \/ __ `__ \/ _ \/ ___/
|
||||||
/ __ / /_/ / / / / / / __/ /
|
/ __ / /_/ / / / / / / __/ /
|
||||||
/_/ /_/\____/_/ /_/ /_/\___/_/
|
/_/ /_/\____/_/ /_/ /_/\___/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ _
|
__ __ _
|
||||||
/ / / /_ ______ ___ _____(_)___ ____
|
/ / / /_ ______ ___ _____(_)___ ____
|
||||||
/ /_/ / / / / __ \/ _ \/ ___/ / __ \/ __ \
|
/ /_/ / / / / __ \/ _ \/ ___/ / __ \/ __ \
|
||||||
/ __ / /_/ / /_/ / __/ / / / /_/ / / / /
|
/ __ / /_/ / /_/ / __/ / / / /_/ / / / /
|
||||||
/_/ /_/\__, / .___/\___/_/ /_/\____/_/ /_/
|
/_/ /_/\__, / .___/\___/_/ /_/\____/_/ /_/
|
||||||
/____/_/
|
/____/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ ______ ____ ____
|
____ ______ ____ ____
|
||||||
/ _/___ / __/ /_ ___ __/ __ \/ __ )
|
/ _/___ / __/ /_ ___ __/ __ \/ __ )
|
||||||
/ // __ \/ /_/ / / / / |/_/ / / / __ |
|
/ // __ \/ /_/ / / / / |/_/ / / / __ |
|
||||||
_/ // / / / __/ / /_/ /> </ /_/ / /_/ /
|
_/ // / / / __/ / /_/ /> </ /_/ / /_/ /
|
||||||
/___/_/ /_/_/ /_/\__,_/_/|_/_____/_____/
|
/___/_/ /_/_/ /_/\__,_/_/|_/_____/_____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ ____ __
|
_ ____ __
|
||||||
(_)___ / __ )_________ / /_____ _____
|
(_)___ / __ )_________ / /_____ _____
|
||||||
/ / __ \/ __ / ___/ __ \/ //_/ _ \/ ___/
|
/ / __ \/ __ / ___/ __ \/ //_/ _ \/ ___/
|
||||||
/ / /_/ / /_/ / / / /_/ / ,< / __/ /
|
/ / /_/ / /_/ / / / /_/ / ,< / __/ /
|
||||||
/_/\____/_____/_/ \____/_/|_|\___/_/
|
/_/\____/_____/_/ \____/_/|_|\___/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,11 +8,11 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
_ _ __ __
|
_ _ __ __
|
||||||
(_) | / /__ ____ / /_____ __ __
|
(_) | / /__ ____ / /_____ __ __
|
||||||
/ /| | / / _ \/ __ \/ __/ __ \/ / / /
|
/ /| | / / _ \/ __ \/ __/ __ \/ / / /
|
||||||
/ / | |/ / __/ / / / /_/ /_/ / /_/ /
|
/ / | |/ / __/ / / / /_/ /_/ / /_/ /
|
||||||
/_/ |___/\___/_/ /_/\__/\____/\__, /
|
/_/ |___/\___/_/ /_/\__/\____/\__, /
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ __ __
|
__ __ __ __
|
||||||
/ /___ ______/ /_____ / /_/ /_
|
/ /___ ______/ /_____ / /_/ /_
|
||||||
__ / / __ `/ ___/ //_/ _ \/ __/ __/
|
__ / / __ `/ ___/ //_/ _ \/ __/ __/
|
||||||
/ /_/ / /_/ / /__/ ,< / __/ /_/ /_
|
/ /_/ / /_/ / /__/ ,< / __/ /_/ /_
|
||||||
\____/\__,_/\___/_/|_|\___/\__/\__/
|
\____/\__,_/\___/_/|_|\___/\__/\__/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ____ _____
|
__ ____ _____
|
||||||
/ /__ / / /_ __/ __(_)___
|
/ /__ / / /_ __/ __(_)___
|
||||||
__ / / _ \/ / / / / / /_/ / __ \
|
__ / / _ \/ / / / / / /_/ / __ \
|
||||||
/ /_/ / __/ / / /_/ / __/ / / / /
|
/ /_/ / __/ / / /_/ / __/ / / / /
|
||||||
\____/\___/_/_/\__, /_/ /_/_/ /_/
|
\____/\___/_/_/\__, /_/ /_/_/ /_/
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -73,9 +73,9 @@ then
|
|||||||
fi
|
fi
|
||||||
systemctl stop jellyseerr
|
systemctl stop jellyseerr
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
rm -rf .next
|
rm -rf .next
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
export CYPRESS_INSTALL_BINARY=0
|
export CYPRESS_INSTALL_BINARY=0
|
||||||
pnpm install --frozen-lockfile &>/dev/null
|
pnpm install --frozen-lockfile &>/dev/null
|
||||||
export NODE_OPTIONS="--max-old-space-size=3072"
|
export NODE_OPTIONS="--max-old-space-size=3072"
|
||||||
pnpm build &>/dev/null
|
pnpm build &>/dev/null
|
||||||
|
10
ct/kavita.sh
10
ct/kavita.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ _ __
|
__ __ _ __
|
||||||
/ //_/___ __ __(_) /_____ _
|
/ //_/___ __ __(_) /_____ _
|
||||||
/ ,< / __ `/ | / / / __/ __ `/
|
/ ,< / __ `/ | / / / __/ __ `/
|
||||||
/ /| / /_/ /| |/ / / /_/ /_/ /
|
/ /| / /_/ /| |/ / / /_/ /_/ /
|
||||||
/_/ |_\__,_/ |___/_/\__/\__,_/
|
/_/ |_\__,_/ |___/_/\__/\__,_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ __ __
|
__ __ __ __
|
||||||
/ //_/__ __ _______/ /___ ____ _/ /__
|
/ //_/__ __ _______/ /___ ____ _/ /__
|
||||||
/ ,< / _ \/ / / / ___/ / __ \/ __ / //_/
|
/ ,< / _ \/ / / / ___/ / __ \/ __ / //_/
|
||||||
/ /| / __/ /_/ / /__/ / /_/ / /_/ / ,<
|
/ /| / __/ /_/ / /__/ / /_/ / /_/ / ,<
|
||||||
/_/ |_\___/\__, /\___/_/\____/\__,_/_/|_|
|
/_/ |_\___/\__, /\___/_/\____/\__,_/_/|_|
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
12
ct/kimai.sh
12
ct/kimai.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 community-scripts ORG
|
# Copyright (c) 2021-2024 community-scripts ORG
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ _ _
|
__ __ _ _
|
||||||
/ //_/(_)___ ___ ____ _(_)
|
/ //_/(_)___ ___ ____ _(_)
|
||||||
/ ,< / / __ `__ \/ __ `/ /
|
/ ,< / / __ `__ \/ __ `/ /
|
||||||
/ /| |/ / / / / / / /_/ / /
|
/ /| |/ / / / / / / /_/ / /
|
||||||
/_/ |_/_/_/ /_/ /_/\__,_/_/
|
/_/ |_/_/_/ /_/ /_/\__,_/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
12
ct/komga.sh
12
ct/komga.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 community-scripts ORG
|
# Copyright (c) 2021-2024 community-scripts ORG
|
||||||
# Author: madelyn (DysfunctionalProgramming)
|
# Author: madelyn (DysfunctionalProgramming)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __
|
__ __
|
||||||
/ //_/___ ____ ___ ____ _____ _
|
/ //_/___ ____ ___ ____ _____ _
|
||||||
/ ,< / __ \/ __ `__ \/ __ `/ __ `/
|
/ ,< / __ \/ __ `__ \/ __ `/ __ `/
|
||||||
/ /| / /_/ / / / / / / /_/ / /_/ /
|
/ /| / /_/ / / / / / / /_/ / /_/ /
|
||||||
/_/ |_\____/_/ /_/ /_/\__, /\__,_/
|
/_/ |_\____/_/ /_/ /_/\__, /\__,_/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
@ -76,7 +76,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
|
|||||||
msg_ok "Started ${APP}"
|
msg_ok "Started ${APP}"
|
||||||
msg_ok "Updated Successfully"
|
msg_ok "Updated Successfully"
|
||||||
else
|
else
|
||||||
msg_ok "No update required. ${APP} is already at ${RELEASE}."
|
msg_ok "No update required. ${APP} is already at ${RELEASE}."
|
||||||
fi
|
fi
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: ulmentflam
|
# Co-Author: ulmentflam
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MountyMapleSyrup (MountyMapleSyrup)
|
# Co-Author: MountyMapleSyrup (MountyMapleSyrup)
|
||||||
@ -9,12 +9,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ __ _ __ _
|
__ __ _ __ _
|
||||||
/ / ____ _____ __ __/ / (_) /_ _________ ______(_)___ _____
|
/ / ____ _____ __ __/ / (_) /_ _________ ______(_)___ _____
|
||||||
/ / / __ `/_ / / / / / / / / __ \/ ___/ __ `/ ___/ / __ `/ __ \
|
/ / / __ `/_ / / / / / / / / __ \/ ___/ __ `/ ___/ / __ `/ __ \
|
||||||
/ /___/ /_/ / / /_/ /_/ / /___/ / /_/ / / / /_/ / / / / /_/ / / / /
|
/ /___/ /_/ / / /_/ /_/ / /___/ / /_/ / / / /_/ / / / / /_/ / / / /
|
||||||
/_____/\__,_/ /___/\__, /_____/_/_.___/_/ \__,_/_/ /_/\__,_/_/ /_/
|
/_____/\__,_/ /___/\__, /_____/_/_.___/_/ \__,_/_/ /_/\__,_/_/ /_/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/lidarr.sh
10
ct/lidarr.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ _ __
|
__ _ __
|
||||||
/ / (_)___/ /___ __________
|
/ / (_)___/ /___ __________
|
||||||
/ / / / __ / __ `/ ___/ ___/
|
/ / / / __ / __ `/ ___/ ___/
|
||||||
/ /___/ / /_/ / /_/ / / / /
|
/ /___/ / /_/ / /_/ / / / /
|
||||||
/_____/_/\__,_/\__,_/_/ /_/
|
/_____/_/\__,_/\__,_/_/ /_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 community-scripts ORG
|
# Copyright (c) 2021-2024 community-scripts ORG
|
||||||
# Author: bvdberg01
|
# Author: bvdberg01
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
___ __ __
|
___ __ __
|
||||||
/ (_)____/ /_____ ___ ____ ____ / /__
|
/ (_)____/ /_____ ___ ____ ____ / /__
|
||||||
/ / / ___/ __/ __ `__ \/ __ \/ __ \/ //_/
|
/ / / ___/ __/ __ `__ \/ __ \/ __ \/ //_/
|
||||||
/ / (__ ) /_/ / / / / / /_/ / / / / ,<
|
/ / (__ ) /_/ / / / / / /_/ / / / / ,<
|
||||||
/_/_/____/\__/_/ /_/ /_/\____/_/ /_/_/|_|
|
/_/_/____/\__/_/ /_/ /_/\____/_/ /_/_/|_|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
12
ct/lldap.sh
12
ct/lldap.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# Co-Author: remz1337
|
# Co-Author: remz1337
|
||||||
@ -9,13 +9,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
____ __
|
____ __
|
||||||
/ / /___/ /___ _____
|
/ / /___/ /___ _____
|
||||||
/ / / __ / __ `/ __ \
|
/ / / __ / __ `/ __ \
|
||||||
/ / / /_/ / /_/ / /_/ /
|
/ / / /_/ / /_/ / /_/ /
|
||||||
/_/_/\__,_/\__,_/ .___/
|
/_/_/\__,_/\__,_/ .___/
|
||||||
/_/
|
/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,13 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ _ __ ____
|
__ ___ _ __ ____
|
||||||
/ |/ /___ _____ _(_)____/ |/ (_)_____________ _____
|
/ |/ /___ _____ _(_)____/ |/ (_)_____________ _____
|
||||||
/ /|_/ / __ / __ / / ___/ /|_/ / / ___/ ___/ __ \/ ___/
|
/ /|_/ / __ / __ / / ___/ /|_/ / / ___/ ___/ __ \/ ___/
|
||||||
/ / / / /_/ / /_/ / / /__/ / / / / / / / / /_/ / /
|
/ / / / /_/ / /_/ / / /__/ / / / / / / / / /_/ / /
|
||||||
/_/ /_/\__,_/\__, /_/\___/_/ /_/_/_/ /_/ \____/_/
|
/_/ /_/\__,_/\__, /_/\___/_/ /_/_/_/ /_/ \____/_/
|
||||||
/____/
|
/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ _ ____ ____
|
__ ___ _ ____ ____
|
||||||
/ |/ /___ ______(_)___ _/ __ \/ __ )
|
/ |/ /___ ______(_)___ _/ __ \/ __ )
|
||||||
/ /|_/ / __ / ___/ / __ / / / / __ |
|
/ /|_/ / __ / ___/ / __ / / / / __ |
|
||||||
/ / / / /_/ / / / / /_/ / /_/ / /_/ /
|
/ / / / /_/ / / / / /_/ / /_/ / /_/ /
|
||||||
/_/ /_/\__,_/_/ /_/\__,_/_____/_____/
|
/_/ /_/\__,_/_/ /_/\__,_/_____/_____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ __ __ __ _ __
|
__ ___ __ __ __ _ __
|
||||||
/ |/ /___ _/ /_/ /____ _____/ /_ _____(_)___/ /___ ____
|
/ |/ /___ _/ /_/ /____ _____/ /_ _____(_)___/ /___ ____
|
||||||
/ /|_/ / __ `/ __/ __/ _ \/ ___/ __ \/ ___/ / __ / __ `/ _ \
|
/ /|_/ / __ `/ __/ __/ _ \/ ___/ __ \/ ___/ / __ / __ `/ _ \
|
||||||
/ / / / /_/ / /_/ /_/ __/ / / /_/ / / / / /_/ / /_/ / __/
|
/ / / / /_/ / /_/ /_/ __/ / / /_/ / / / / /_/ / /_/ / __/
|
||||||
/_/ /_/\__,_/\__/\__/\___/_/ /_.___/_/ /_/\__,_/\__, /\___/
|
/_/ /_/\__,_/\__/\__/\___/_/ /_.___/_/ /_/\__,_/\__, /\___/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -11,7 +11,7 @@ cat <<"EOF"
|
|||||||
__ ___ __
|
__ ___ __
|
||||||
/ |/ /__ ____/ /_ ___________ _
|
/ |/ /__ ____/ /_ ___________ _
|
||||||
/ /|_/ / _ \/ __ / / / / ___/ __ `/
|
/ /|_/ / _ \/ __ / / / / ___/ __ `/
|
||||||
/ / / / __/ /_/ / /_/ (__ ) /_/ /
|
/ / / / __/ /_/ / /_/ (__ ) /_/ /
|
||||||
/_/ /_/\___/\__,_/\__,_/____/\__,_/
|
/_/ /_/\___/\__,_/\__,_/____/\__,_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
14
ct/memos.sh
14
ct/memos.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck
|
# Author: tteck
|
||||||
# Co-Author: MickLesk (Canbiz)
|
# Co-Author: MickLesk (Canbiz)
|
||||||
@ -9,12 +9,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___
|
__ ___
|
||||||
/ |/ /__ ____ ___ ____ _____
|
/ |/ /__ ____ ___ ____ _____
|
||||||
/ /|_/ / _ \/ __ `__ \/ __ \/ ___/
|
/ /|_/ / _ \/ __ `__ \/ __ \/ ___/
|
||||||
/ / / / __/ / / / / / /_/ (__ )
|
/ / / / __/ / / / / / /_/ (__ )
|
||||||
/_/ /_/\___/_/ /_/ /_/\____/____/
|
/_/ /_/\___/_/ /_/ /_/\____/____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
@ -67,13 +67,13 @@ then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
systemctl stop memos
|
systemctl stop memos
|
||||||
cd /opt/memos/web
|
cd /opt/memos/web
|
||||||
pnpm i --frozen-lockfile &>/dev/null
|
pnpm i --frozen-lockfile &>/dev/null
|
||||||
pnpm build &>/dev/null
|
pnpm build &>/dev/null
|
||||||
cd /opt/memos
|
cd /opt/memos
|
||||||
mkdir -p /opt/memos/server/dist
|
mkdir -p /opt/memos/server/dist
|
||||||
cp -r web/dist/* /opt/memos/server/dist/
|
cp -r web/dist/* /opt/memos/server/dist/
|
||||||
cp -r web/dist/* /opt/memos/server/router/frontend/dist/
|
cp -r web/dist/* /opt/memos/server/router/frontend/dist/
|
||||||
go build -o /opt/memos/memos -tags=embed bin/memos/main.go &>/dev/null
|
go build -o /opt/memos/memos -tags=embed bin/memos/main.go &>/dev/null
|
||||||
systemctl start memos
|
systemctl start memos
|
||||||
msg_ok "Updated $APP"
|
msg_ok "Updated $APP"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -10,10 +10,10 @@ clear
|
|||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ __ ______ __ __
|
__ ___ __ ______ __ __
|
||||||
/ |/ /__ _____/ /_ / ____/__ ____ / /__________ _/ /
|
/ |/ /__ _____/ /_ / ____/__ ____ / /__________ _/ /
|
||||||
/ /|_/ / _ \/ ___/ __ \/ / / _ \/ __ \/ __/ ___/ __ / /
|
/ /|_/ / _ \/ ___/ __ \/ / / _ \/ __ \/ __/ ___/ __ / /
|
||||||
/ / / / __(__ ) / / / /___/ __/ / / / /_/ / / /_/ / /
|
/ / / / __(__ ) / / / /___/ __/ / / / /_/ / / /_/ / /
|
||||||
/_/ /_/\___/____/_/ /_/\____/\___/_/ /_/\__/_/ \__,_/_/
|
/_/ /_/\___/____/_/ /_/\____/\___/_/ /_/\__/_/ \__,_/_/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/metube.sh
10
ct/metube.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: MickLesk (Canbiz)
|
# Author: MickLesk (Canbiz)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ ______ __
|
__ ___ ______ __
|
||||||
/ |/ /__/_ __/_ __/ /_ ___
|
/ |/ /__/_ __/_ __/ /_ ___
|
||||||
/ /|_/ / _ \/ / / / / / __ \/ _ \
|
/ /|_/ / _ \/ / / / / / __ \/ _ \
|
||||||
/ / / / __/ / / /_/ / /_/ / __/
|
/ / / / __/ / / /_/ / /_/ / __/
|
||||||
/_/ /_/\___/_/ \__,_/_.___/\___/
|
/_/ /_/\___/_/ \__,_/_.___/\___/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ ____ ____
|
__ ___ ____ ____
|
||||||
/ |/ /___ ____ ____ _____ / __ \/ __ )
|
/ |/ /___ ____ ____ _____ / __ \/ __ )
|
||||||
/ /|_/ / __ \/ __ \/ __ `/ __ \/ / / / __ |
|
/ /|_/ / __ \/ __ \/ __ `/ __ \/ / / / __ |
|
||||||
/ / / / /_/ / / / / /_/ / /_/ / /_/ / /_/ /
|
/ / / / /_/ / / / / /_/ / /_/ / /_/ / /_/ /
|
||||||
/_/ /_/\____/_/ /_/\__, /\____/_____/_____/
|
/_/ /_/\____/_/ /_/\__, /\____/_____/_____/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ __ _
|
__ ___ __ _
|
||||||
/ |/ /___ / /_(_)___ ____ ___ __ _____
|
/ |/ /___ / /_(_)___ ____ ___ __ _____
|
||||||
/ /|_/ / __ \/ __/ / __ \/ __ \/ _ \/ / / / _ \
|
/ /|_/ / __ \/ __/ / __ \/ __ \/ _ \/ / / / _ \
|
||||||
/ / / / /_/ / /_/ / /_/ / / / / __/ /_/ / __/
|
/ / / / /_/ / /_/ / /_/ / / / / __/ /_/ / __/
|
||||||
/_/ /_/\____/\__/_/\____/_/ /_/\___/\__, /\___/
|
/_/ /_/\____/\__/_/\____/_/ /_/\___/\__, /\___/
|
||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
10
ct/mqtt.sh
10
ct/mqtt.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/cospeedster/ProxmoxVE/refs/heads/patch-1/misc/build.func)
|
||||||
# Copyright (c) 2021-2024 tteck
|
# Copyright (c) 2021-2024 tteck
|
||||||
# Author: tteck (tteckster)
|
# Author: tteck (tteckster)
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||||||
function header_info {
|
function header_info {
|
||||||
clear
|
clear
|
||||||
cat <<"EOF"
|
cat <<"EOF"
|
||||||
__ ___ ____ _ ____________
|
__ ___ ____ _ ____________
|
||||||
/ |/ /___ _____/ __ \__ __(_)_ __/_ __/___
|
/ |/ /___ _____/ __ \__ __(_)_ __/_ __/___
|
||||||
/ /|_/ / __ \/ ___/ / / / / / / / / / / / / __ \
|
/ /|_/ / __ \/ ___/ / / / / / / / / / / / / __ \
|
||||||
/ / / / /_/ (__ ) /_/ / /_/ / / / / / / / /_/ /
|
/ / / / /_/ (__ ) /_/ / /_/ / / / / / / / /_/ /
|
||||||
/_/ /_/\____/____/\___\_\__,_/_/ /_/ /_/ \____/
|
/_/ /_/\____/____/\___\_\__,_/_/ /_/ /_/ \____/
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user