6407 Commits

Author SHA1 Message Date
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
GitHub Actions
46ae6e7802 Update .app files 2025-11-09 16:11:12 +00: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
6e480d053f fix app name and hdd 2025-11-09 10:03:57 -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
CanbiZ
bda5b6a015
Merge pull request #1090 from community-scripts/pr-update-app-files
[core] update .app files
2025-11-07 07:50:21 -08:00
GitHub Actions
efc23bdd9d Update .app files 2025-11-07 15:48:48 +00:00
tremor021
0eb03ebd9e Finish 2025-11-07 16:48:29 +01:00
tremor021
94ec8ea69d Update Domain-Monitor 2025-11-07 16:43:33 +01:00
tremor021
f5e6195e28 Update Domain-Monitor 2025-11-07 16:40:39 +01:00
tremor021
8394524387 Update Domain-Monitor 2025-11-07 16:38:30 +01:00
CanbiZ
22826a16ab
Merge pull request #1088 from community-scripts/pr-update-app-files
[core] update .app files
2025-11-07 07:34:32 -08:00
GitHub Actions
6ce1925c0d Update .app files 2025-11-07 15:32:27 +00:00
tremor021
ceb7b22c13 Add Domain Monitor script 2025-11-07 16:31:59 +01:00
CanbiZ
a37f2a00cf
Update Splunk logo URL in JSON configuration 2025-11-07 16:03:30 +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
CanbiZ
a17daeed48 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-07 13:22:58 +01:00
CanbiZ
a3c2b3c00f Update tools.func 2025-11-07 13:22:56 +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
CanbiZ
5aac68de8a
Implement AppArmor workaround for Docker in LXC
Added a workaround for Docker in LXC AppArmor issues to prevent permission denied errors. The workaround is made persistent across reboots by updating /etc/rc.local.
2025-11-07 12:24:25 +01:00
tremor021
8c1010e6e4 Update 2025-11-07 12:17:07 +01:00
tremor021
1051980fa1 VE>VED 2025-11-07 11:24:16 +01:00
CanbiZ
b4c7b601ea
Merge pull request #1086 from community-scripts/pr-update-app-files
[core] update .app files
2025-11-07 02:04:12 -08:00
GitHub Actions
ef78f42e7b Update .app files 2025-11-07 09:57:21 +00: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