5114 Commits

Author SHA1 Message Date
CanbiZ
64e3fbe983 Update viseron-install.sh 2025-08-18 09:23:47 +02:00
CanbiZ
af2e10edb6 fixes 2025-08-18 09:07:39 +02:00
CanbiZ
24728236d6 Update viseron-install.sh 2025-08-18 08:50:22 +02:00
CanbiZ
82d9d6235b Update frigate-install.sh 2025-08-18 08:46:17 +02:00
CanbiZ
c831e7e9f9 Update viseron-install.sh 2025-08-18 08:41:40 +02:00
CanbiZ
86088220f5 Update viseron-install.sh 2025-08-18 08:37:15 +02:00
CanbiZ
1cf9b06990 Update frigate-install.sh 2025-08-18 08:35:08 +02:00
CanbiZ
bb4ccbf06d Update viseron-install.sh 2025-08-18 08:33:05 +02:00
CanbiZ
ea4316169c little mods 2025-08-18 08:25:06 +02:00
CanbiZ
709ed8917e Update twingate-connector.sh 2025-08-18 08:10:53 +02:00
CanbiZ
b64a4601d7 Update frigate-install.sh 2025-08-18 08:10:09 +02:00
CanbiZ
a06f218b03 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-08-18 08:06:08 +02:00
GitHub Actions
fa12a13c15 Update .app files 2025-08-18 05:54:11 +00:00
Andrew Stout
8a663669bd
Revert "Reapply "Updated urls for testing""
This reverts commit 9c1670fc9d4446baa06b84a67a2d0341c91cfde0.
2025-08-16 21:14:11 -05:00
Andrew Stout
bd5f2f52bc
Reordered install steps 2025-08-16 17:47:02 -05:00
Andrew Stout
6dac15a712
Update db schema after updating litellm 2025-08-16 17:40:06 -05:00
Andrew Stout
ab8d446e16
Moved updating message below setup_uv 2025-08-16 17:30:01 -05:00
Andrew Stout
baae9af2fa
Update DB schema before creating service 2025-08-16 17:08:17 -05:00
Andrew Stout
0e460e8cc0
Test using latest again 2025-08-16 16:51:39 -05:00
Andrew Stout
d8543f0404
Use uv to run litellm 2025-08-16 16:50:44 -05:00
Andrew Stout
d597345310
Testing an older version 2025-08-16 16:32:24 -05:00
Andrew Stout
5f81621758
Fixed error in the folder paths 2025-08-16 15:49:25 -05:00
Andrew Stout
a52b8e4bdd
Remove --use_prisma_migrate. The latest release removed this param 2025-08-16 15:38:04 -05:00
Andrew Stout
9c1670fc9d
Reapply "Updated urls for testing"
This reverts commit 2b8ac5458b5ae029c8a630c53fe4209846a9be8d.
2025-08-16 15:31:08 -05:00
Andrew Stout
84358ce5b4
Start and stop service while updating 2025-08-16 15:30:47 -05:00
Andrew Stout
79211aeb18
Add missing venv_path 2025-08-16 15:28:24 -05:00
Andrew Stout
0188bcfe3c
use static text for db_user 2025-08-16 15:27:11 -05:00
Andrew Stout
2b8ac5458b
Revert "Updated urls for testing"
This reverts commit 89c3c77bf5c5ae858233d409f696014426ba21b1.
2025-08-16 15:08:20 -05:00
Andrew Stout
9bf97a6995
Updated urls for testing 2025-08-16 15:08:20 -05:00
Andrew Stout
ec0de310e8
Refactored litellm script to use uv 2025-08-16 15:08:20 -05:00
Andrew Stout
c094133ea1
unsorted and unformatted litellm.json 2025-08-16 15:08:20 -05:00
Andrew Stout
7813fa19b8
Replaced app name variable with just the application name 2025-08-16 15:08:20 -05:00
Andrew Stout
9ff98daafc
Removed unneeded commented line 2025-08-16 15:08:20 -05:00
Andrew Stout
6a20775d08
Removed LXC from message 2025-08-16 15:08:19 -05:00
Andrew Stout
3df502a1c2
Changed url to point to the VED repo 2025-08-16 15:08:19 -05:00
Andrew Stout
8b1d332217
Reverted changes to .gitignore 2025-08-16 15:08:19 -05:00
Tobias
29c6d816ee
Delete .gitignore 2025-08-16 15:08:19 -05:00
Andrew Stout
de08adb1ca
Updated litellm description 2025-08-16 15:08:19 -05:00
Andrew Stout
0c0cf83cac
Added note about updating the master key 2025-08-16 15:08:18 -05:00
Andrew Stout
6789151eb2
Add .DS_Store to .gitignore 2025-08-16 15:08:18 -05:00
Andrew Stout
950e7403c4
Updated config file path 2025-08-16 15:08:18 -05:00
Andrew Stout
758f198acd
Added prisma migrate param 2025-08-16 15:08:18 -05:00
Andrew Stout
155e431b2a
Refactored to use config yaml 2025-08-16 15:08:18 -05:00
Andrew Stout
211afc9130
Added initial scripts for litellm 2025-08-16 15:08:18 -05:00
David Bennett
cf39acc554 feat: add Resilio Sync LXC container script
Adds new LXC container script for Resilio Sync peer-to-peer file synchronization.
Includes container creation script, install script, and frontend json following project conventions.
2025-08-14 10:46:05 -05:00
Arnaud
c7c5fa582c fix: use same -s operator as previous script instead of -f 2025-08-12 19:09:02 +00:00
Arnaud
919c509414 feat: remove nag for mobile version of pve
This commit removes the subscription nag for mobile version of pve.
Basically this script adds new javascript inside the head section of the html (could not make it work in body probably related to the template). Then it waits for page to load and when it loaded, everytime the body is changed, it tries to get the nag and click on close button so that it disappear. Once it found the nag it stops watching for new change in the body.
2025-08-12 19:09:02 +00:00
Andrew Baumbach
4acd08e25e chore: add labels for metrics 2025-08-12 15:58:19 +00:00
GitHub Actions
6600b4214c Update .app files 2025-08-12 11:12:46 +00:00
Zack Ruppert
296bfb349e Update frontend json. Change default hdd back to 8 2025-08-12 11:11:39 +00:00