tremor021
650b490d27
Update GoAway
2025-09-25 09:47:56 +02:00
tremor021
a60e2d9170
Update GoAway
2025-09-25 09:43:07 +02:00
tremor021
1f59e511b5
Update GoAway
2025-09-25 09:36:50 +02:00
tremor021
9c46401c69
Update
2025-09-25 09:10:20 +02:00
CanbiZ
9f0d0bcd60
Cleanup
2025-09-25 09:10:03 +02:00
tremor021
dcca042560
Add GoAway script
2025-09-25 09:03:05 +02:00
tremor021
0df793cd36
Remove UpSnap
2025-09-24 14:06:37 +02:00
tremor021
7529f5fa90
Delete Monica
2025-09-24 14:05:39 +02:00
tremor021
82c81e8ad4
Update Joplin
2025-09-24 14:00:26 +02:00
tremor021
1d83f681fa
Add Monica test
2025-09-24 13:17:58 +02:00
tremor021
f5b570e7b7
Add Monica test
2025-09-24 13:02:17 +02:00
tremor021
3d83a65813
Add Monica test
2025-09-24 13:01:19 +02:00
Rémi Bédard-Couture
1a6fbdba5b
New script version
2025-09-23 20:58:19 -04:00
CanbiZ
922ec615c0
Update debian-install.sh
2025-09-23 15:28:05 +02:00
Vincent
f5affeda71
Init app install + json + default ct update
2025-09-22 15:46:17 -04:00
Jocelyn Knight
4a2786ac4d
Update: Address PR feedback
...
- Change credentials from 'Create via CLI' to null
- Remove redundant informational notes
- Move config and storage from /etc and /var/lib to /opt
- Remove custom update script (use built-in)
- Update source URL to ProxmoxVED
- Switch to Debian 13 (Trixie)
2025-09-22 20:41:37 +02:00
Jocelyn Knight
9926ed24e3
Add: Verdaccio LXC
2025-09-22 20:41:37 +02:00
CanbiZ
9d35c31243
deb13
2025-09-22 19:51:00 +02:00
tremor021
61a9618026
Update UpSnap
2025-09-22 18:47:20 +02:00
tremor021
2ff50065fb
Add UpSnap script
2025-09-22 18:30:25 +02:00
CanbiZ
3d09942544
Update debian-install.sh
2025-09-22 14:29:15 +02:00
CanbiZ
7dd84a1c99
Move VAAPI and NVIDIA setup to debian-install.sh
...
Bump build.func Revision / bump-revision (push) Has been cancelled
The VAAPI and NVIDIA setup functions are now called directly in debian-install.sh instead of within the LXC container customization block in build.func. The related code in build.func has been commented out to avoid duplicate execution.
2025-09-22 14:14:35 +02:00
Bas van den Berg
192ab11b62
Manyfold-script deferred
2025-09-21 13:34:39 +02:00
Bas van den Berg
eb4a91eb50
Refactor warracker-install.sh for Nginx and services
2025-09-19 21:18:16 +02:00
Bas van den Berg
129afe83d7
Simplify dependency installation in script
2025-09-19 21:12:02 +02:00
Bas van den Berg
1ab24bb22c
Update Warracker installation to use latest release
2025-09-19 20:20:16 +02:00
Bas van den Berg
5ac0836d6c
Update Python version from 3.11 to 3.12
2025-09-19 20:12:38 +02:00
Bas van den Berg
8135cfd596
Update Warracker version in install script
2025-09-19 20:03:05 +02:00
Bas van den Berg
a82f2520fb
Update Warracker installation script for versioning
2025-09-19 19:56:12 +02:00
Bas van den Berg
fe35a5e62c
Add build-essential and libpq-dev to dependencies
2025-09-19 17:42:53 +02:00
Cobalt
19299fdde4
Replace init_error_traps with catch_errors
2025-09-19 11:29:33 +01:00
cobaltgit
73e7b0d9f3
alpine-ntfy: revert, and lament using the wrong commit message HAH
...
ohh it was comments, not commands
2025-09-19 11:44:13 +02:00
cobaltgit
0207cdbc92
alpine-caddy: remove commands, listen on 8080 for now?
2025-09-19 11:44:13 +02:00
cobaltgit
331f7c31f9
alpine-ntfy: use setcap and bind to 80
2025-09-19 11:44:13 +02:00
cobaltgit
e9d15d413e
ct: add alpine-ntfy
...
todo: add json, change port to 80
2025-09-19 11:44:13 +02:00
CanbiZ
91d2f5f5ee
Update tunarr-install.sh
2025-09-19 09:51:14 +02:00
CanbiZ
c2ee70029d
Refactor hardware acceleration setup in install script
...
Improves package installation formatting, removes unnecessary device permission changes, and updates prompt to reference Debian 13 for the non-free Intel driver. Also refines user group addition commands for clarity and reliability.
2025-09-19 09:38:33 +02:00
CanbiZ
177e45cc23
Update tunarr-install.sh
2025-09-19 09:35:40 +02:00
CanbiZ
f4fbaa3e2c
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2025-09-19 09:35:05 +02:00
CanbiZ
d3c0a0773d
Refactor backup and package install in tunarr scripts
...
Removes backup creation from the tunarr update script to streamline the update process. Refactors package installation in the install script for better readability and updates messaging for open package installation.
2025-09-19 09:35:04 +02:00
tremor021
14bac9468f
Pin Outline version
2025-09-19 09:23:39 +02:00
tremor021
d4b006aec1
Add Outline for testing
2025-09-19 09:11:05 +02:00
CanbiZ
6d907e50ed
fixes
2025-09-19 09:03:51 +02:00
CanbiZ
b840a8aa32
Replace init_error_traps with catch_errors in scripts
...
Bump build.func Revision / bump-revision (push) Has been cancelled
Replaces all occurrences of the 'init_error_traps' function with 'catch_errors' across container and install scripts for consistency in error handling. Also adjusts indentation and formatting in some scripts for improved readability.
2025-09-19 08:53:49 +02:00
tremor021
71cb94f309
Update alpine-caddy
2025-09-18 12:05:59 +02:00
tremor021
8a9e9e7fcb
Update alpine
2025-09-18 12:01:43 +02:00
Giovanni Pellerano
9092dc732e
Simpligy globaleaks-install.sh
...
This commits prevents the software to be started before disabling apparmor and network sandboxing
2025-09-17 22:24:19 +02:00
tremor021
8b515d3352
Fix Caddy
2025-09-17 21:17:09 +02:00
Tobias
d8eb9e5aa1
Merge pull request #902 from cobaltgit/main
...
ct: add Alpine Linux Caddy
2025-09-17 21:04:21 +02:00
CanbiZ
b006376cf7
Update globaleaks-install.sh
2025-09-17 16:07:24 +02:00