Commit Graph

10344 Commits

Author SHA1 Message Date
MickLesk
fddd9ba769 feat(profilarr): streamline Deno installation and configuration setup 2026-05-20 15:03:30 +02:00
github-actions[bot]
c427689c6e chore: update app headers [skip ci] 2026-05-20 12:45:09 +00:00
MickLesk
cb80b56426 profilarr test 2026-05-20 14:44:24 +02:00
amin
9b95446211 feat: add koffan 2026-05-20 12:35:16 +02:00
MickLesk
8d42d61f41 feat(netbird): update environment variable names for NetBird configuration 2026-05-19 16:54:35 +02:00
MickLesk
214ef7b45c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-19 16:17:21 +02:00
MickLesk
323c74695a feat(netbird): add cloud-init function source to netbird server script 2026-05-19 16:17:19 +02:00
github-actions[bot]
6f32e5ba3d chore: update app headers [skip ci] 2026-05-19 08:56:04 +00:00
MickLesk
dfb82fcfeb feat(netbird): add NetBird server configuration and installation script 2026-05-19 10:55:45 +02:00
MickLesk
7db803ccab feat(netbird): add NetBird installation and update scripts with configuration details 2026-05-19 10:55:36 +02:00
MickLesk
a26a0a4eea fix(fleet): use correct setup endpoint /api/v1/setup instead of /api/latest/fleet/setup 2026-05-18 18:05:46 +02:00
MickLesk
881da85f5b fix(slink): update migration command to use entity manager and re-enable admin initialization 2026-05-18 17:45:40 +02:00
MickLesk
e07c82860d feat(install): enhance application configuration with JWT and S3 settings 2026-05-18 16:29:40 +02:00
MickLesk
7e28caba4f fix(slink): comment out slink:admin:init until upstream persistence issue is resolved 2026-05-18 16:24:17 +02:00
MickLesk
997bd8984c fix(fleet): handle empty setup response without aborting on pipefail 2026-05-18 16:23:40 +02:00
github-actions[bot]
8722b73b7a chore: update app headers [skip ci] 2026-05-18 14:10:27 +00:00
Michel Roegl-Brunner
f307d580d2 Merge pull request #1826 from phof/spliit
Add Spliit
2026-05-18 16:10:04 +02:00
MickLesk
1cf8a3d767 fix(edit-mind): use uv with Python 3.11 to fix tensorflow-cpu==2.15.0 compatibility 2026-05-18 15:55:47 +02:00
MickLesk
41371b6133 fix(slink): start redis-server before messenger:setup-transports and admin:init 2026-05-18 15:53:50 +02:00
MickLesk
edbebea29b fix(fleet): pre-configure Fleet via API during install to bypass broken setup wizard 2026-05-18 15:46:23 +02:00
A
8c06820745 spliit: update install script author and drop unused deps 2026-05-18 15:44:54 +02:00
MickLesk
cf24299d7b fix(slink): use --configuration flag for event_store migrations to actually run EventStore schema 2026-05-18 15:34:28 +02:00
github-actions[bot]
e825e176b5 chore: update app headers [skip ci] 2026-05-18 13:16:45 +00:00
Michel Roegl-Brunner
4b28f91162 Merge pull request #1766 from ethan-hgwr/submit/cyberchef
feat: Add CyberChef
2026-05-18 15:16:27 +02:00
MickLesk
f8ad306b9a fix(mysql): update GPG key from expired 2023 key to 2025 key 2026-05-18 15:15:53 +02:00
MickLesk
d762e6485a fix(puter): update URL format in setup message and add public port to configuration 2026-05-18 15:00:42 +02:00
MickLesk
5ef713e58c fix(mysql): refactor MySQL setup logic to use new setup_mysql_db function 2026-05-18 14:41:32 +02:00
MickLesk
8d9720a53e fix(mysql): update MySQL installation logic for Debian 13+ to use 8.4 LTS 2026-05-18 14:39:13 +02:00
MickLesk
24dc458261 fix(config): add production environment and update database path in configuration 2026-05-18 14:37:05 +02:00
A
ad7773df18 spliit: address review feedback
- Clear stale backup before creating it, so failed upgrades leave the
  backup in place for recovery
- Drop stray blank line in install script
2026-05-18 14:33:42 +02:00
A
3334894f39 spliit: update author to phof 2026-05-18 14:30:44 +02:00
MickLesk
dd0b3c6538 fix(fleet): downgrade version from 13 to 12 in configuration files and scripts
fix(invidious): correct indentation in version retrieval
fix(fleet-install): switch from MariaDB to MySQL setup and update database creation logic
fix(tools): add MySQL repository handling in helper functions
2026-05-18 14:27:58 +02:00
MickLesk
d73ac9566f fix(invidious): fix version file path casing (.Invidious → .invidious) 2026-05-18 14:14:45 +02:00
MickLesk
042ed0831d fix(invidious): replace fragile companion service patch with clean heredoc 2026-05-18 14:07:08 +02:00
MickLesk
f2d1ca82db fix(invidious): correct access URL port from 8086 to 3000 2026-05-18 14:03:47 +02:00
MickLesk
aac0c75567 fix(fleet): switch MySQL to MariaDB, remove manual DB creation anti-pattern 2026-05-18 14:02:14 +02:00
Robin Naundorf
83ffce2095 fix(postgresql): quote extension names in CREATE EXTENSION to support hyphens
Unquoted extension names like `uuid-ossp` are interpreted as subtraction expressions by the SQL parser, causing exit code 1.
Wrapping the name in double quotes makes it valid for any extension regardless of naming.
2026-05-18 13:15:40 +02:00
MickLesk
8a4c0bdc60 fix(affine): reduce runtime RAM, fix external URL, admin build, version tracking 2026-05-18 13:00:16 +02:00
MickLesk
0d442f15e3 fix(aliasvault): add .mjs MIME type to nginx config for ES module imports 2026-05-18 11:56:23 +02:00
MickLesk
966a859f35 fix: remove stale gzip/brotli of appsettings.json so ApiUrl patch takes effect 2026-05-18 11:40:45 +02:00
MickLesk
20924fac4c bump aliasvault to deb13 as test 2026-05-18 11:10:11 +02:00
MickLesk
0e9cacc7ae fixes 2026-05-18 11:05:02 +02:00
MickLesk
444a61cd7c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-18 09:29:06 +02:00
MickLesk
b5eabf9b0e feat: create directory for certificates and update admin credentials output 2026-05-18 09:29:04 +02:00
github-actions[bot]
1378125e9e chore: update app headers [skip ci] 2026-05-18 06:52:56 +00:00
CanbiZ (MickLesk)
956fd2db5b Merge pull request #1777 from steveonjava/feat/hermes-agent
feat: add Hermes Agent LXC
2026-05-18 08:52:38 +02:00
CanbiZ (MickLesk)
0e0dcd53a5 Merge pull request #1691 from 007hacky007/squid-proxy
feat: add squid proxy script
2026-05-18 08:51:09 +02:00
MickLesk
2c2e7e833f fix: update API URL handling and Nginx configuration for AliasVault 2026-05-18 08:41:05 +02:00
tremor021
dc912fe2fd hmm 2026-05-18 01:34:43 +02:00
tremor021
34f7d2ef32 etherpad: release fetch fixes 2026-05-17 23:44:41 +02:00