6710 Commits

Author SHA1 Message Date
Tobias
3a573a46e3
Update domain-locker-install.sh 2025-11-11 10:31:52 +01:00
CanbiZ
76f36f5662 Update docker-vm.sh 2025-11-11 10:16:40 +01:00
CanbiZ
4b74b73468 Update docker-vm.sh 2025-11-11 10:14:46 +01:00
CanbiZ
bfafa3335b Improve Docker VM setup and error handling
Updated default machine type to Q35 and improved user messaging for machine selection. Enhanced Docker and base package installation with DNS configuration and fallback to cloud-init if installation fails. Refactored Portainer installation logic and improved status reporting for Docker setup.
2025-11-11 10:03:48 +01:00
CanbiZ
97f63f5189 Add Cloud-Init helper and refactor Docker VM script
Introduces misc/cloud-init.sh, a universal Cloud-Init helper library for Proxmox VM scripts. Refactors vm/docker-vm.sh to source the new Cloud-Init library, reorganizes variable initialization, improves OS and configuration selection logic, and enhances user interaction for VM creation. Also adds a backup of the previous docker-vm.sh as docker-vm.sh.bak.
2025-11-11 09:55:05 +01:00
Tobias
974d510c30
Update domain-locker-install.sh 2025-11-11 09:43:58 +01:00
Tobias
d4b94c3f20
Update domain-locker.json 2025-11-11 09:38:05 +01:00
Tobias
ea780097be
Increase default CPU and RAM values 2025-11-11 09:37:25 +01:00
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
e5529a1b1d
Add web-check setup script 2025-11-11 08:50:59 +01:00
Tobias
a545966527
test webcheck 2025-11-11 08:50:22 +01:00
Tobias
9d76c82ac7
Increase RAM allocation from 1024MB to 2048MB 2025-11-11 08:27:38 +01:00
Tobias
712fc8a9a1
Update logo URL in domain-locker.json 2025-11-11 08:25:56 +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
Push From Github
d82ca98e2e Merge remote-tracking branch 'gitea/main' 2025-11-10 21:02:31 +00:00
Push From Github
5b0a4154f3 Merge remote-tracking branch 'gitea/main' 2025-11-10 21:02:27 +00:00
Push From Github
44695635ac Merge remote-tracking branch 'gitea/main' 2025-11-10 21:02:18 +00:00
Push From Github
36f63e6f03 Merge remote-tracking branch 'gitea/main' 2025-11-10 21:02:11 +00:00
Push From Github
cfb62223d9 Merge remote-tracking branch 'gitea/main' 2025-11-10 21:02:04 +00:00
Tobias
3603228ad6
Increase RAM allocation from 1024MB to 2048MB 2025-11-10 22:01:48 +01:00
Tobias
8fc5443ed5
Update domain-locker.sh 2025-11-10 22:01:35 +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
Tobias
eaa4e55d7d
Increase HDD size from 4GB to 8GB 2025-11-10 16:27:45 +01:00
Tobias
fb1eb4dbdf
Update DB credentials reference in domain-locker.json 2025-11-10 16:23:50 +01:00
Tobias
99ce547924
Increase default disk size from 4GB to 8GB 2025-11-10 16:23:27 +01:00
CanbiZ
0ee8b4cb4e Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-10 16:11:53 +01:00
CanbiZ
ad99e5a29b Update domain-locker-install.sh 2025-11-10 16:11:29 +01:00
Tobias
4b6e6b9d38
remove yarn 2025-11-10 16:04:46 +01:00
CanbiZ
c0b66781db Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-10 16:01:59 +01:00
CanbiZ
336d43ae58 Reindent all functions to 2-space style
Changed indentation from 4 spaces to 2 spaces for all functions in misc/core.func to improve consistency and readability. No functional changes were made.
2025-11-10 16:01:58 +01:00
Tobias
e5d72e1521
node 2025-11-10 15:55:18 +01:00
CanbiZ
f96e1456e7 Update core.func 2025-11-10 15:53:56 +01:00
CanbiZ
9c0ea4e658 Refactor DB setup functions to use explicit variable names
Updated setup_mariadb_db and setup_postgresql_db to use more descriptive and explicit environment variable names (e.g., MARIADB_DB_NAME, PG_DB_NAME) instead of generic DB_NAME and DB_USER. This improves clarity, reduces risk of variable collision, and makes usage more consistent across scripts.
2025-11-10 15:32:04 +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
531fea2673
Add domain-locker.json configuration file 2025-11-10 14:54:06 +01:00
Tobias
26e078865b
domain-locker 2025-11-10 14:43:09 +01:00
CanbiZ
51e5512790 Update tools.func 2025-11-10 14:38:35 +01:00
CanbiZ
9f0ec6e75a
Update credentials file path in tools.func 2025-11-10 14:25:56 +01:00
Tobias
d21c42e1dc
Add domain-locker.sh 2025-11-10 14:22:50 +01:00
CanbiZ
fd739ee60a Improve env var handling in DB setup functions
Refactored MariaDB and PostgreSQL setup functions to use safer parameter expansion for environment variables, preventing unset variable errors. Updated credential file naming and improved comments for clarity.
2025-11-10 13:33:26 +01:00
CanbiZ
13af901bca Improve error message and variable check in DB setup
Updated the error message in setup_mariadb_db to English for clarity. Improved the DB_PASS variable check in setup_postgresql_db to handle unset variables more robustly.
2025-11-10 13:23:36 +01:00