Frankmaaan
2e3f416242
add FUSE to rclone ( #4972 )
...
* Update rclone-install.sh
fuse3 is needed for mounting
* Update alpine-rclone.sh
activate FUSE by default
* Update rclone.sh
activate FUSE by default
* Update alpine-rclone-install.sh
install fuse3 which is needed for mounting
2025-06-05 09:13:33 +02:00
Slaviša Arežina
a0d2bece1d
Tianji: Update dependencies ( #4968 )
...
* Update tianji-install.sh
* Also check jq in update
2025-06-04 21:24:44 +02:00
rcourtman
d2482e5c82
Pulse: add polkit for sudoless web updates ( #4970 )
2025-06-04 21:16:07 +02:00
Slaviša Arežina
03eff3a2e1
[refactor] Seelf ( #4954 )
...
* Refactor seelf
* Update
* Update
* Update
2025-06-04 10:10:05 +02:00
Omar Minaya
8d38c1d724
Kasm: Swap fix ( #4937 )
...
* init
* added warning back.
did not mean to remove.
2025-06-03 10:08:37 +02:00
Dan Beghin
b2a80b6971
fix(wastebin): use tar asset ( #4934 )
...
* fix(wastebin): use tar asset
* and install script...
* testing
* Revert "testing"
This reverts commit 74d2fd163b .
2025-06-02 21:01:19 +02:00
CanbiZ
bf2545ce40
Pulse: fix missing .env on service startup
2025-06-02 13:44:28 +02:00
CanbiZ
dd9e285962
Update kimai-install.sh
2025-06-02 13:23:18 +02:00
CanbiZ
b4a58b907f
MySQL/MariaDB: fix create user with password ( #4918 )
...
* MySQL/MariaDB: Fix Authentification with password
* add apache guac
* harmonize $STD value
2025-06-02 13:11:41 +02:00
CanbiZ
824fd22aae
fix mysql_version
2025-06-02 12:07:11 +02:00
rcourtman
f2bf6c9a6f
make Pulse installation non-interactive ( #4848 )
...
* fix: streamline Pulse installation for web-based configuration
- Remove all interactive prompts during installation
- Remove .env setup (handled by web UI)
- Remove configuration messages (handled by web UI)
- Change install directory from /opt/pulse-proxmox to /opt/pulse
- Update JSON note to reflect web-based setup wizard
Pulse now features a complete web-based configuration system with
automatic setup detection, making manual .env configuration obsolete.
The new workflow:
1. Script installs Pulse without any user interaction
2. Service starts automatically
3. User navigates to the provided URL
4. Pulse shows setup wizard for configuration
5. No SSH or manual file editing required
This provides the ideal community script experience - completely
hands-off installation with configuration through the web interface.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
* Update pulse.sh to align with non-interactive installation
- Change paths from /opt/pulse-proxmox to /opt/pulse
- Remove .env file backup/restore logic since Pulse now uses web-based configuration
- Simplify permissions setting to match new installation approach
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
* little fixes
* Update pulse.sh
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-06-02 10:45:00 +02:00
CanbiZ
e08a587439
kimai revert failed mariadb
...
quickfix due failed migration of mariadb for kimai #4880
2025-06-02 10:25:24 +02:00
Bidyut Mukherjee
04ee11aab7
Fix tinyauth configuration parsing ( #4901 )
...
Co-authored-by: Bidyut Mukherjee <bidyut@bidyut-macbook-pro.lan>
2025-06-02 08:25:09 +02:00
push-app-to-main[bot]
1fd24bd60d
immich ( #4886 )
2025-06-01 10:50:08 +02:00
CanbiZ
72c7abeb69
Silverbullet: Fix Installation (wrong path) ( #4873 )
2025-05-31 22:19:08 +02:00
Slaviša Arežina
25de119cad
Remove Authentik script ( #4867 )
2025-05-31 21:48:08 +02:00
Slaviša Arežina
463cc62443
Fix libssl url ( #4868 )
2025-05-31 19:33:19 +02:00
Chris
d23aa3fda0
slskd: add space in sed command ( #4853 )
2025-05-30 16:55:05 +02:00
Slaviša Arežina
42a7614d15
Fix working directory and plugins ( #4838 )
2025-05-30 08:02:57 +02:00
Tobias
85975fbe15
SearXNG fix limiter ( #4834 )
...
* fix limiter
* apply to existing lxc
2025-05-29 21:35:54 +02:00
CanbiZ
e39e5d5b7d
Docmost: add jq before nodejs install ( #4831 )
...
special for docmost - because they used an fixed pnpm
2025-05-29 21:02:17 +02:00
Slaviša Arežina
f23b688d55
Fix Dashboard not beign accessible ( #4828 )
2025-05-29 20:32:30 +02:00
CanbiZ
85837d8099
Update mysql-install.sh ( #4820 )
2025-05-29 19:25:36 +02:00
CanbiZ
85ae0e2f74
change node Version
2025-05-29 17:53:00 +02:00
CanbiZ
b406921c1a
fix pulse
2025-05-29 15:29:33 +02:00
CanbiZ
709a899f8f
fix Basename cleanup
2025-05-28 20:46:01 +02:00
CanbiZ
adc8225ed2
Umbrel-OS ( #4788 )
2025-05-28 15:44:05 +02:00
CanbiZ
c79d05ca5f
Habitica: Use Node20 ( #4796 )
2025-05-28 14:55:35 +02:00
Stavros
f0dd1c264d
refactor: use binary and randomize credentials in tinyauth ( #4632 )
2025-05-28 14:55:14 +02:00
CanbiZ
5e8ee6baa8
MariaDB CLI Update, Go Install Helper & Minor Cleanup ( #4793 )
...
* .
* switch mysql to mariadb
* fix some basenames
* remove basename to correct filename
* merge firefly from main
2025-05-28 14:45:53 +02:00
push-app-to-main[bot]
8765b7ac1d
oauth2-proxy ( #4784 )
...
* 'Add new script'
* change cleaning
* change cleaning
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-28 13:34:38 +02:00
CanbiZ
79a5624905
Alpine-Node-RED: add service to rc ( #4783 )
2025-05-28 13:32:32 +02:00
CanbiZ
a4dee03140
optimize mariadb check
2025-05-28 13:25:03 +02:00
CanbiZ
86674ef376
quickfix: remove apple hints in tarball extraction
2025-05-28 12:00:59 +02:00
CanbiZ
8e8e09668b
Pulse: use prebuild tarball file / remove unneeded npm actions ( #4776 )
...
* Pulse: use new tarball file
* Update pulse.sh
* Update pulse-install.sh
* remove npm packages
2025-05-28 11:42:46 +02:00
CanbiZ
6ef1c99f65
quickfix: node-red
2025-05-28 11:35:19 +02:00
CanbiZ
c356f77efe
Refactor: Remove redundant dependencies & unify unzip usage ( #4780 )
...
* refactor unzip / remove dep
* remove deps from alpine packages
* remove gnupg
* remove gnupg
2025-05-28 11:25:13 +02:00
CanbiZ
010928fee2
Refactor: Remove gpg / gnupg from script base ( #4775 )
...
* Refactor: Remove gpg / gnupg from
* push more
* add more
* Update reactive-resume-install.sh
* Revert: add unzip
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-05-28 10:54:01 +02:00
CanbiZ
aed2c0e5bf
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE
2025-05-28 10:46:55 +02:00
CanbiZ
9e2d66266a
node-red (alpine): remove unneeded service file
2025-05-28 10:46:47 +02:00
CanbiZ
a7bf2679de
Refactor: Linkwarden + OS Upgrade ( #4756 )
...
* Refactor: Linkwarden + OS Upgrade
* update fetch_and_deploy function
* Update linkwarden.sh
2025-05-28 10:30:33 +02:00
push-app-to-main[bot]
11a7c2e410
'Add new script' ( #4766 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-27 17:21:07 +02:00
CanbiZ
ac2f0e66ae
merge MariaDB to tools.func Installer ( #4753 )
...
* merge MariaDB to tools.func Installer
* add more mariadb migrations
2025-05-27 15:32:22 +02:00
CanbiZ
58586cbfc8
merge PostgreSQL to tools.func Installer ( #4752 )
...
* Update tools.func
* Merge PostgreSQL to tools.func Installer
2025-05-27 15:28:05 +02:00
CanbiZ
72db97b226
Big NodeJS Update: Use Helper Function on all Install-Scripts ( #4744 )
...
* Big NodeJS Update: Use Helper Function on all Install-Scripts
* add jq in node_function
* add more
2025-05-27 13:48:34 +02:00
push-app-to-main[bot]
0bb4509cd7
Pulse ( #4728 )
...
* 'Add new script'
* Update pulse.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-05-27 09:04:00 +02:00
push-app-to-main[bot]
47abe248d0
'Add new script' ( #4717 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-26 10:43:11 +02:00
push-app-to-main[bot]
98c64ffae9
'Add new script' ( #4716 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-26 10:42:50 +02:00
Slaviša Arežina
1e5395d21b
InspIRCd: Fix release name in release url ( #4720 )
...
* Update inspircd-install.sh
* Update
2025-05-26 10:29:44 +02:00
Chris
ff5b793e1e
BREAKING CHANGE: Fix PocketID for v1.0.0 ( #4711 )
2025-05-26 07:30:24 +02:00
Bas van den Berg
98c1136d8e
Fix typo ( #4701 )
2025-05-25 13:14:09 +02:00
Slaviša Arežina
21efb1a2ec
Update cloudflare-ddns-install.sh ( #4694 )
2025-05-24 13:44:43 +02:00
Michel Roegl-Brunner
34e7c33e05
Remove rtsptoweb (deprecated) ( #4686 )
...
* Delete ct/rtsptoweb.sh
* Delete install/rtsptoweb-install.sh
* Delete ct/headers/rtsptoweb
2025-05-23 21:23:21 +02:00
push-app-to-main[bot]
348354079b
'Add new script' ( #4648 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-22 15:27:18 +02:00
push-app-to-main[bot]
48db08192a
cloudflare-ddns ( #4647 )
...
* 'Add new script'
* Update cloudflare-ddns.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-22 15:26:39 +02:00
Chris
fe0ac37ff1
slskd: fix #4649 ( #4651 )
2025-05-22 14:33:20 +02:00
CanbiZ
6805b01df2
Update alpine-node-red-install.sh
2025-05-22 11:17:26 +02:00
Slaviša Arežina
ec186b0288
Paperless-AI: Add RAG chat ( #4635 )
...
* Add RAG
* Oops
2025-05-22 09:08:19 +02:00
Jason Bolla
9e2441ff53
Tandoor Recipes: Capture version information when installing ( #4633 )
...
* Capture version information when installing Tandoor
When installing Tandoor, run the version.py script to record version information.
* Set up Tandoor version earlier
Move Tandoor's version script execution into main install block.
2025-05-21 21:12:03 +02:00
CanbiZ
d9201e2cac
Alpine-Node-RED: Update Service File ( #4628 )
...
* Update alpine-node-red-install.sh
* Update alpine-node-red-install.sh
2025-05-21 15:02:38 +02:00
push-app-to-main[bot]
cb1465544d
'Add new script' ( #4620 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-21 12:59:12 +02:00
push-app-to-main[bot]
796c31eae4
babybuddy ( #4619 )
...
* 'Add new script'
* Update babybuddy.sh
* add license
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-21 12:58:47 +02:00
Slaviša Arežina
2c2e602eb1
RustDesk Server: Add WebUI ( #4590 )
...
* Add WebUI
* Update
* Update port
* Update
2025-05-19 18:52:54 +02:00
push-app-to-main[bot]
a386765e33
rclone ( #4579 )
...
* 'Add new script'
* remove alpine only file
* Update rclone.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-19 14:35:10 +02:00
Tobias
b4be96ff45
Update homarr-install.sh ( #4578 )
2025-05-19 09:48:57 +02:00
Tobias
06156a5a20
fix homarr release var ( #4577 )
2025-05-19 08:36:49 +02:00
Tobias
cb431da23b
Homarr: fix the build ( #4569 )
...
* fix homarr build
* Update homarr-install.sh
2025-05-18 21:13:39 +02:00
Slaviša Arežina
73c08a8c5e
Add a slight pause before continuing ( #4553 )
2025-05-17 08:45:31 +02:00
Slaviša Arežina
0118974ba7
Remove bolt.diy ( #4541 )
2025-05-16 21:34:56 +02:00
push-app-to-main[bot]
de9ae6eaa9
bitmagnet ( #4493 )
...
* 'Add new script'
* -fsSL
* -fsSL
* add alpine bitmagnet
* add alpine bitmagnet
* Update alpine-bitmagnet.sh
* Update alpine-bitmagnet-install.sh
* Update alpine-bitmagnet.sh
* Update bitmagnet.sh
* Update bitmagnet.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-05-15 15:22:16 +02:00
Slaviša Arežina
62189321cc
Update scripts that use read -p ( #4498 )
2025-05-15 11:13:57 +02:00
Maciej Matczak
12265b92e7
Add make installation dependency ( #4485 )
2025-05-14 19:37:38 +02:00
push-app-to-main[bot]
b4d98b1dd2
odoo ( #4477 )
...
* 'Add new script'
* Update ct/odoo.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
* Update odoo.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-05-14 16:07:57 +02:00
push-app-to-main[bot]
e24636133d
asterisk ( #4468 )
...
* 'Add new script'
* Update asterisk.json
* Update asterisk.json
* Update asterisk-install.sh
* Update asterisk.sh
* Update asterisk-install.sh
* Update asterisk-install.sh
* Update asterisk.sh
* noob STD service call
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-05-14 14:28:37 +02:00
Slaviša Arežina
180e003978
Alpine-Rclone: Fix location of passwords file ( #4465 )
...
* Fix install and update
* Update
2025-05-14 13:31:31 +02:00
CanbiZ
2695e2de1a
Website: re-add documenso & some little bugfixes ( #4456 )
2025-05-14 10:00:41 +02:00
moodyblue
db81851db4
openhab. correct some typos ( #4448 )
2025-05-13 20:00:09 +02:00
push-app-to-main[bot]
704073cd69
gatus ( #4443 )
...
* 'Add new script'
* Update ct/gatus.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-05-13 15:25:38 +02:00
push-app-to-main[bot]
cf1b13e5fb
alpine-gatus ( #4442 )
...
* 'Add new script'
* Update ct/alpine-gatus.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-05-13 15:18:29 +02:00
moodyblue
3981cc90c4
Update openhab-install.sh ( #4438 )
...
1) Update zulu repo
2) Use zulu17-jdk (previously zulu21-jdk)
2025-05-13 14:40:49 +02:00
Tobias
38cf296a4c
homarr: fetch versions dynamically from source repo ( #4409 )
...
* pull homarr version dynamically from source repo
* fix homarr install to directly fetch pnpm and node version
2025-05-12 20:22:48 +02:00
CanbiZ
dfbb1a8035
Alpine-Traefik ( #4412 )
2025-05-12 20:02:53 +02:00
Slaviša Arežina
95acf8c018
Enable ElasticSearch service ( #4391 )
2025-05-11 17:12:46 +02:00
Chris
42535e14ab
(fix) Documenso: fix build failures ( #4382 )
...
- change build command
- change port in ENV file; remove unneeded sed cmds
- change systemd service file
- ensure turbo daemon is stopped to prevent hang on exit
2025-05-10 23:23:51 +02:00
Slaviša Arežina
af1cf0bc71
Fix verbose ( #4373 )
2025-05-10 15:23:13 +02:00
CanbiZ
1e59c934ec
Jellyseerr: better handling of node and pnpm ( #4365 )
...
* Jellyseerr: better handling of node and pnpm
* Update jellyseerr.sh
2025-05-10 08:42:45 +02:00
CanbiZ
5e3a5bb24c
HomeAssistant-Core: update script for 2025.5+ ( #4363 )
...
* HomeAssistant-Core: update script for 2025.5+
* Update homeassistant-core-install.sh
2025-05-10 01:55:09 +02:00
CanbiZ
bb1c9d73c4
Authentik: change install to UV & increase resources to 10GB RAM ( #4364 )
2025-05-09 23:24:06 +02:00
Biendeo
41df1d5a76
Update searxng-install.sh ( #4322 )
...
The build script in the repository needs to use the same Python virtualenv as the running one. This change is suggested from their docs: https://docs.searxng.org/admin/installation-searxng.html#install-searxng-dependencies
2025-05-08 14:04:19 +02:00
Slaviša Arežina
eb6018ac01
SuwayomiServer: Bump Java to v21, code formating ( #3987 )
...
* Bump java to v21, code formating
* Refactoring
* Update
* Update
* Update suwayomiserver.sh
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-07 09:52:39 +02:00
push-app-to-main[bot]
5d9795139e
'Add new script' ( #4277 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-06 15:28:02 +02:00
push-app-to-main[bot]
e7d4630fa5
streamlink-webui ( #4262 )
...
* 'Add new script'
* Update streamlink-webui.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-05-06 14:35:03 +02:00
push-app-to-main[bot]
4d99838209
Fumadocs ( #4263 )
...
* 'Add new script'
* change source
* remove node options
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-06 11:11:45 +02:00
push-app-to-main[bot]
27ac2633c7
alpine-rclone ( #4265 )
...
* 'Add new script'
* path
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-05-06 11:10:37 +02:00
push-app-to-main[bot]
8e26cd4d9d
'Add new script' ( #4264 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-05-06 11:07:45 +02:00
CanbiZ
afbac8e2f0
Re-Add: ActualBudget ( #4228 )
...
* Re-Add ActualBudget
* path fix
* Update install/actualbudget-install.sh
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
* Update install/actualbudget-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
* Update frontend/public/json/actualbudget.json
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
* Update actualbudget.sh
* add config path
* Update actualbudget.sh
---------
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-05-06 09:16:34 +02:00
CanbiZ
eaebc184b1
New Script: Alpine-Komodo ( #4234 )
2025-05-05 15:33:24 +02:00
CanbiZ
b9594538ca
Refactor: linkwarden ( #4236 )
...
* refactor linkwarden
* Update linkwarden-install.sh
* Update linkwarden-install.sh
* Update linkwarden.sh
2025-05-05 15:30:16 +02:00
Michel Roegl-Brunner
8e56da691a
Update apache-guacamole-install.sh ( #4237 )
2025-05-05 15:30:00 +02:00
Slaviša Arežina
4510e7b4d8
Alpine-Vaultwarden: Fix sed and better cert generation ( #4232 )
...
* Fix sed and better cert generation
* Update
2025-05-05 14:46:05 +02:00
Michel Roegl-Brunner
a2a528c294
Update apache-guacamole-install.sh ( #4229 )
2025-05-05 13:41:08 +02:00
Slaviša Arežina
64595b08ce
Vaultwarden: Enable HTTPS by default ( #4197 )
2025-05-03 14:48:55 +02:00
Slaviša Arežina
39300b2b6e
Fix typo in sed command ( #4179 )
2025-05-02 13:08:56 +02:00
Slaviša Arežina
fa7aead863
Readeck: Fix release crawling ( #4172 )
...
* Update release crawling
* Fix update procedure release crawling
* Update
2025-05-01 22:34:54 +02:00
Gerhard Burger
9905012cd7
Add build time var ( #4167 )
2025-05-01 19:17:16 +02:00
CanbiZ
92b170267b
Refactor: Matterbridge ( #4148 )
2025-04-30 11:20:30 +02:00
CanbiZ
ca35365e42
Refactor: Ollama & Adding to Website ( #4147 )
...
* Refactor: Ollama & Adding to Website
* VED -> VE
* Update ollama.sh
* Update ollama-install.sh
* Update ollama.sh
2025-04-30 10:10:03 +02:00
CanbiZ
c66fb807c8
Refactor: sabnzbd ( #4127 )
...
* Refactor: sabnzbd
* update SABnzbd to uv
* update to uv
* Update sabnzbd.sh
* Update sabnzbd.sh
* Update sabnzbd-install.sh
* Update sabnzbd.json
* add .sabnzbd/ ini
2025-04-29 20:08:11 +02:00
CanbiZ
2ffac1d229
Fix: Umlautadaptarr Service File ( #4124 )
2025-04-29 13:17:04 +02:00
CanbiZ
aada00ce61
refactor navidrome ( #4120 )
2025-04-29 11:56:49 +02:00
briodan
592b310a81
added filter for beta versions ( #4118 )
2025-04-29 07:18:09 +02:00
Chris
b5fdb94246
karakeep: add cli and mcp build commands ( #4112 )
...
- cli has been missing
- mcp is new as of 0.24.0
2025-04-29 00:46:45 +02:00
push-app-to-main[bot]
50c9a0e8f1
'Add new script' ( #4093 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-04-28 14:52:14 +02:00
Patrick Cudahy
246c6e950d
Make apt-cacher-ng a client of its own server ( #4092 )
...
Per https://askubuntu.com/questions/1503184/apt-cacher-ng-not-caching-packages-installed-on-the-server
2025-04-28 14:50:47 +02:00
push-app-to-main[bot]
50aa00109a
documenso ( #4080 )
...
* 'Add new script'
* little fixes
* Update documenso.sh
* add config path
* Update documenso.json
* Update documenso.json
* Update documenso-install.sh
* Update documenso.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-04-28 12:39:06 +02:00
George Liu
89bef0fb41
Element Synapse: Fix install script cd command error ( #4066 )
...
* Fix cd directory
* Point to forked repo for testing
* Point ct script to forked repo for testing
* Revert paths from fork back to base
* Update install/elementsynapse-install.sh
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-04-26 03:36:40 +02:00
Michel Roegl-Brunner
fe0a00d02d
Remove Seafile ( #4058 )
2025-04-25 15:11:29 +02:00
Slaviša Arežina
be9784336e
Fix isntall and update ( #4041 )
2025-04-24 20:52:57 +02:00
Tobias
1c2e708ccf
Remove Whoogle ( #4019 )
...
* Delete ct/whoogle.sh
* Delete ct/headers/whoogle
* Delete misc/images/whoogle.png
* Delete install/whoogle-install.sh
* Delete frontend/public/json/whoogle.json
2025-04-24 11:39:04 +02:00
Slaviša Arežina
de89dd90cc
Element Synapse: Add Synapse-Admin web UI to manage Matrix ( #4010 )
...
* Update script
* Update
2025-04-24 09:52:22 +02:00
Michel Roegl-Brunner
d28f33eb91
Zipline: Add new ENV Variable and Change Update ( #3997 )
...
* Rework Zipline
* Rework Zipline
* Add changes
* Add changes
* Add changes
* Add changes
2025-04-23 14:34:22 +02:00
Chris
8dddea132c
karakeep: use nightly channel for yt-dlp ( #3992 )
...
It's the recommended channel
2025-04-23 08:08:28 +02:00
push-app-to-main[bot]
2c46695b72
reactive-resume ( #3980 )
...
* 'Add new script'
* Update reactive-resume.sh
* Update reactive-resume-install.sh
* fssl
* fssl
* date
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-04-22 19:48:13 +02:00
Slaviša Arežina
0373324653
FIx a bug in update procedure and general code maintenance ( #3974 )
2025-04-22 11:51:50 +02:00
Slaviša Arežina
432c6837e7
seelf: Add missing gpg dependency ( #3953 )
2025-04-19 19:59:29 +02:00
Slaviša Arežina
4be3bca2e3
Increase connection timeout for older systems ( #3935 )
2025-04-18 17:18:20 +02:00
Slaviša Arežina
5dcb75a121
Fix tar command ( #3925 )
2025-04-17 15:09:18 +02:00
Slaviša Arežina
3c909cabb6
Fix install and update process (final time) ( #3922 )
2025-04-17 15:09:07 +02:00
CanbiZ
30e8cbf5b4
[core] remove unneeded vars from shellcheck ( #3899 )
...
* remove unneeded wars
* Update alpine-wireguard-install.sh
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-04-15 15:20:46 +02:00
Slaviša Arežina
cabcdc272e
Installation and update fixes ( #3895 )
2025-04-15 13:03:51 +02:00
CanbiZ
d7757aa5d1
Omada: Increase RAM to 3GB and little improvements ( #3885 )
2025-04-14 21:04:40 +02:00
push-app-to-main[bot]
b87871f56c
openziti-controller ( #3880 )
...
* 'Add new script'
* adjust date
* change curl to harmonize
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-04-14 15:42:39 +02:00
Slaviša Arežina
173bc7201c
Neo4j: Add Java dependency ( #3871 )
...
* Add Java dependency
* update
* Update neo4j-install.sh
* Update neo4j.sh
* update
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-04-14 15:12:28 +02:00
CanbiZ
54b794da54
Alpine-AdGuardHome ( #3875 )
...
* Alpine-AdGuardHome
* modify tag
* Update alpine-adguard.sh
2025-04-14 15:10:36 +02:00
CanbiZ
97c05542d6
add missing redis dependency
2025-04-14 09:23:09 +02:00
Nícolas Pastorello
20e5b1a2bf
Paymenter: bump php to 8.3 ( #3825 )
...
* Update paymenter.json
* Update paymenter-install.sh
* Update paymenter.json
Updated json notes
* Update paymenter-install.sh
* Update paymenter-install.sh
* Update paymenter-install.sh
* Update paymenter.sh
---------
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
2025-04-14 09:17:39 +02:00
CanbiZ
21bdf2a828
Paymeter: bump php to 8.4
2025-04-14 09:00:16 +02:00
Slaviša Arežina
36bab52e7a
Fix php dependencies ( #3820 )
2025-04-11 08:00:51 +02:00
Sendy Putra
220faf05ff
fix(komodo): update GitHub URL for compose files ( #3823 )
2025-04-11 08:00:02 +02:00
push-app-to-main[bot]
d66b2ee577
openproject ( #3637 )
...
* 'Add new script'
* Update install/openproject-install.sh
Co-authored-by: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com>
* Update openproject-install.sh
* Update openproject-install.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
Co-authored-by: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
2025-04-10 14:06:26 +02:00
Michel Roegl-Brunner
12dba1c55b
Remove Actualbudget ( #3801 )
2025-04-10 08:30:38 +02:00
CanbiZ
607ab48f79
paperless_fix_granian_env ( #3790 )
2025-04-09 19:31:27 +02:00
CanbiZ
b520c0ab5f
Paperless-NGX: remove gunicorn, use python3 for webserver ( #3785 )
2025-04-09 17:08:34 +02:00
CanbiZ
3dffd02f08
core: move misc scripts to structured addon/pve paths | Refactor JSON Editor & Script Mapping ( #3765 )
...
* Move Scripts to Tools / Add-Ons
* fix json editor slug generating
* update type in jsons
* remove wrong method
* move copy-data to tools
2025-04-09 13:10:02 +02:00
Slaviša Arežina
f2f10376ac
Add xmlsec as dependency ( #3762 )
2025-04-09 12:34:38 +02:00
CanbiZ
bf1966f578
Alpine-PostgreSQL ( #3751 )
2025-04-08 17:03:21 +02:00
juronja
542f93437a
Alpine-Wireguard: Fix for sysctl and ip_forward ( #3744 )
...
* moved ip forwarding to wireguard install and removed silent before echo command, testing if this was a bug
* Adding $STD before echo command
* Update install/alpine-wireguard-install.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
2025-04-08 15:41:27 +02:00
Danny Ellis
4ce9551f60
Updating to 4GB with higher old heap size ( #3730 )
2025-04-08 10:31:00 +02:00
Slaviša Arežina
125f843b19
Added logging to service file ( #3738 )
2025-04-08 09:35:17 +02:00
CanbiZ
a5acfd25f6
Alpine-MariaDB: better handling of adminer installation ( #3739 )
...
* Update alpine-mariadb-install.sh
* remove spaces
2025-04-08 09:29:56 +02:00