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
CanbiZ
73099e8476
Remove unused app JSON definitions
...
Deleted JSON files for Donetick, Infisical, Open WebUI, and Pangolin from the public/json directory. These files are no longer needed and have been removed to clean up the repository.
2025-11-10 13:22:20 +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
CanbiZ
d3f9c7326e
Update tools.func
2025-11-10 13:05:56 +01:00
CanbiZ
e46a32968a
Update tools.func
2025-11-10 13:05:04 +01:00
CanbiZ
8f72839259
Update tools.func
2025-11-10 13:00:45 +01:00
vhsdream
d94233e34b
add logo URL for domain-monitor
2025-11-09 22:07:29 -05:00
vhsdream
1c257e82f8
update JSON
2025-11-09 22:04:42 -05:00
CanbiZ
1d28905a93
Merge pull request #1097 from community-scripts/pr-update-app-files
...
[core] update .app files
2025-11-09 22:30:33 +01:00
GitHub Actions
12fcab30b0
Update .app files
2025-11-09 20:11:47 +00: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
CanbiZ
a9e3975957
Merge pull request #1096 from community-scripts/pr-update-app-files
...
[core] update .app files
2025-11-09 08:23:59 -08:00