Tobias
66f9963c40
Update GitHub repository for web-check deployment
2025-11-11 09:34:31 +01:00
Tobias
31515a4297
Refactor web-check installation script
2025-11-11 08:55:21 +01:00
Tobias
b64906dee9
Rename webcheck-install.sh to web-check-install.sh
2025-11-11 08:51:15 +01:00
Tobias
a545966527
test webcheck
2025-11-11 08:50:22 +01:00
Tobias
48270e2d6c
Refactor yarn commands in install script
2025-11-10 23:42:10 +01:00
Tobias
e933672cf9
Modify domain-locker-install.sh for package updates
...
Updated Angular and TypeScript installation in the script.
2025-11-10 23:10:15 +01:00
Tobias
eb9732a4ac
Update corepack configuration in install script
...
Disable download prompt for corepack and enable it.
2025-11-10 22:50:07 +01:00
Tobias
6f431969f3
Fix spacing issue in domain-locker-install.sh
2025-11-10 22:34:34 +01:00
Tobias
19ae6d7e56
fix: nodejs
2025-11-10 22:26:49 +01:00
Tobias
6a233d2659
Update domain-locker installation script for corepack
2025-11-10 20:55:42 +01:00
Tobias
64d13f88b9
Fix command syntax for yarn install
2025-11-10 16:51:57 +01:00
Tobias
1230a6758a
Update domain-locker-install.sh
2025-11-10 16:38:57 +01:00
CanbiZ
ad99e5a29b
Update domain-locker-install.sh
2025-11-10 16:11:29 +01:00
Tobias
e5d72e1521
node
2025-11-10 15:55:18 +01:00
CanbiZ
d583cced7a
Update database setup variables in install scripts
...
Standardized environment variable names for PostgreSQL and MariaDB setup in domain-locker and domain-monitor install scripts. Ensures correct variable usage and improves clarity for database configuration.
2025-11-10 15:08:16 +01:00
CanbiZ
105faef1f7
Update domain-monitor-install.sh
2025-11-10 15:05:13 +01:00
Tobias
26e078865b
domain-locker
2025-11-10 14:43:09 +01:00
CanbiZ
b8c35bfb9f
Remove container and install scripts for multiple apps
...
Deleted setup and install scripts for donetick, infisical, nginxproxymanager, openwebui, pangolin, and tracktor from ct/ and install/ directories. Also fixed unbound variable error in setup_mariadb_db by using '${DB_PASS:-}' in misc/tools.func.
2025-11-10 13:21:53 +01:00
CanbiZ
aefeddd9d4
testing
2025-11-10 13:06:41 +01:00
vhsdream
f06b86cb77
NetVisor: some cosmetic changes; add stdout/stderr config to service files
2025-11-09 15:11:14 -05:00
vhsdream
5da0f6b5cb
Netvisor: fix toolchain parsing
2025-11-09 11:40:31 -05:00
vhsdream
3f0cbf9242
Netvisor: use specified toolchain
2025-11-09 11:28:29 -05:00
vhsdream
6d49c8f297
Netvisor: add OIDC and more comments to env
2025-11-09 11:10:50 -05:00
vhsdream
d366a40e59
fix systemd service; add sleep before psql commands
2025-11-09 10:28:24 -05:00
vhsdream
f40a2251a4
fix psql command
2025-11-09 10:12:04 -05:00
vhsdream
a0eaa25302
Add Netvisor for testing
2025-11-09 10:01:31 -05:00
CanbiZ
b7a29027e3
fix testing
2025-11-08 20:21:51 +01:00
tremor021
42815c8f75
Finish2
2025-11-07 16:52:00 +01:00
tremor021
ceb7b22c13
Add Domain Monitor script
2025-11-07 16:31:59 +01:00
CanbiZ
2d42c0b2be
Improve Docker AppArmor workaround for LXC
...
Moves AppArmor workaround to run before Docker installation and enhances the workaround in tools.func by adding an unmount step, updating the systemd service to use sysinit.target, and adding verification of the mount. Provides clearer feedback if the workaround is not active.
2025-11-07 13:44:57 +01:00
CanbiZ
0379c6dbe3
Update docker-install.sh
2025-11-07 13:37:57 +01:00
CanbiZ
6419c175a8
Update docker-install.sh
2025-11-07 13:31:38 +01:00
tremor021
ab89ba3f13
Update Pangolin
2025-11-07 13:17:07 +01:00
CanbiZ
aabf0d5713
docker test
2025-11-07 12:25:53 +01:00
tremor021
8c1010e6e4
Update
2025-11-07 12:17:07 +01:00
CanbiZ
b81d59f853
Merge pull request #1083 from rcastley/main
...
Helper script for Splunk Enterprise 10
2025-11-07 01:57:07 -08:00
CanbiZ
312b4362c3
Refactor Splunk installation script messages and paths
2025-11-07 10:56:50 +01:00
tremor021
d1fac2b3d6
Pangolin Traefik test
2025-11-07 10:35:50 +01:00
Robert Castley
112ef045ac
Fixed issue with cleaning up downloaded .deb file
2025-11-06 21:34:35 +00:00
CanbiZ
ef35b94a57
Update copyright and installation messages in script
2025-11-06 20:47:04 +01:00
Robert Castley
5bb80c71e1
Updated to use Community-Scripts ORG
2025-11-06 19:45:24 +00:00
Robert Castley
0fd75ab63a
Reduce the number of vars being used and adhere to the RELEASE var only.
2025-11-06 19:27:02 +00:00
Robert Castley
140dd10ad4
Addressed some of the PR feedback
2025-11-06 19:01:58 +00:00
Robert Castley
0270627a13
Splunk Helper Script
2025-11-06 10:48:33 +00:00
CanbiZ
5552a2beb4
Refactor Omada install and improve repo suite mapping
...
Refactored omada-install.sh to use setup_java and setup_mongodb functions, simplifying Java and MongoDB installation logic. Improved manage_tool_repository in tools.func to provide explicit suite mapping and fallbacks for newer or unknown Debian and Ubuntu releases, enhancing compatibility with future distributions. Minor comment translations and cleanups included.
2025-11-06 09:29:37 +01:00
CanbiZ
78b4375319
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2025-11-06 09:02:31 +01:00
CanbiZ
9d999d8cac
Add Omada Controller install and container scripts
...
Introduces ct/omada.sh for Proxmox container setup and install/omada-install.sh for Omada Controller installation. Scripts handle dependency installation, MongoDB and Java setup, and automate Omada Controller deployment.
2025-11-06 09:02:17 +01:00
Tobias
c5b8d0e4b2
Delete install/nginxproxymanager-install.sh
2025-11-05 15:39:08 +01:00
tremor021
2e07fb6f60
Refactor: Open WebUI
2025-11-05 12:49:47 +01:00
Tobias
2981adf62f
Update version in package.json files to $RELEASE
2025-11-05 10:36:15 +01:00