SimonFair
bde58c0298
Revise processing
2023-10-16 13:24:54 +01:00
bergware
dab8b99c9c
minor syntax update
2023-10-16 12:18:57 +02:00
tom mortensen
e7abf704c5
Merge pull request #1462 from bergware/master
...
Miscellaneous updates and fixes
2023-10-15 14:24:33 -07:00
bergware
646314051b
Minor code cleanup
2023-10-15 16:34:35 +02:00
bergware
9d788f010f
VM snapshot: updated remove dialog
2023-10-15 16:29:07 +02:00
bergware
903a630fd0
VM snapshot: updated remove dialog
2023-10-15 16:27:55 +02:00
bergware
5d6cbbd3a6
Dialog window: adjust height
2023-10-15 16:22:30 +02:00
bergware
b2fcdf1d32
VM menu: add space in text
2023-10-15 16:05:57 +02:00
bergware
ef26fb3f57
Revert "VM manager: minor icon update"
...
This reverts commit ab661ccc06 .
2023-10-15 15:50:53 +02:00
bergware
ab661ccc06
VM manager: minor icon update
2023-10-15 15:47:08 +02:00
SimonFair
43465bfd35
Disable input if Virtual.
...
Add Support for OtherPCI Devices
2023-10-15 11:16:20 +01:00
SimonFair
b4bd84cd03
Update libvirt.php
2023-10-14 23:48:43 +01:00
SimonFair
83d02ea7ff
Initial commit of multifunction support
...
Need to remove option for virtual gpus.
2023-10-14 23:46:31 +01:00
bergware
202cb8c222
Move inline styling in page files to dedicated css files
...
Instead of styling defined inside a page file, these settings are now kept in a dedicated css file. This has several advantages:
- It comes much easier to maintain styling, all css files are easy to find and update
- Browser can cache css files, which may improve page loading time
- Separate theme css files exist, no more need to make selection by coding
- This PR is a 1-to-1 move of existing inline styling to css files
- In future more optimization can be made by consolidating css files
2023-10-14 19:02:35 +02:00
bergware
aef7b4c012
VMs: add missing space in text
2023-10-14 14:02:22 +02:00
bergware
f9167b929f
snaphots: several updates for Dashboard and VMs page
2023-10-14 13:54:13 +02:00
SimonFair
e3cbf2309d
PHP and Code tidy fixes
2023-10-14 11:31:12 +01:00
bergware
68a367bea7
libvirt_helpers: fix PHP8 error
2023-10-14 01:39:26 +02:00
SimonFair
093d754b74
Create VM autostart disable option
2023-10-12 20:27:37 +01:00
SimonFair
357171fec5
Add Override File support and default support for Coral TPu
2023-10-11 19:16:01 +01:00
bergware
ac0e67eeac
Updated logger registration
2023-10-03 10:21:19 +02:00
bergware
3903686c5f
Updated logger function to escape message part
2023-10-02 22:16:23 +02:00
tom mortensen
90ba712f7c
Merge pull request #1433 from SimonFair/VM-Clone-and-Snapshot-merge
...
Vm clone and snapshot merge
2023-09-25 12:33:24 -07:00
SimonFair
f95b599b61
Ignore same target and source files
2023-09-25 18:14:00 +01:00
SimonFair
6b67f4a589
Merge and spaces fixes
2023-09-25 15:05:02 +01:00
SimonFair
31e49a5f70
Merge branch 'Snapshots' into VM-Clone-and-Snapshot-merge
2023-09-23 10:39:34 +01:00
SimonFair
5e5fb2e7b6
PHP Fix and Spice Audio Fix
...
Fix some PHP errors
Fix changing from spice to vnc if <audio id='1' type='spice'> is set,
2023-09-17 21:22:50 +01:00
SimonFair
3aeba2f871
Update reflink error display.
2023-09-16 00:27:23 +01:00
SimonFair
eda8d37c12
Add option to try reflink first. Revert to rsync if not supported.
2023-09-15 21:10:06 +01:00
SimonFair
167ad02e4c
Merge remote-tracking branch 'upstream/master' into Add-Clone-VM-option-
2023-09-14 18:33:59 +01:00
ljm42
c9c2a0a8be
Set bash shebang on scripts
...
Any shell scripts that have been modified for Unraid should have the correct `#!/bin/bash` shebang to aid with linting.
2023-09-08 11:17:53 -07:00
tom mortensen
aa1f377e45
Merge pull request #1409 from bergware/master
...
rc.inet1: suppress errors on non-existing interfaces
2023-08-14 14:16:20 -07:00
bergware
fa70ef343e
VMs: support IPv6 on macvtap interface
2023-08-14 12:29:03 +02:00
SimonFair
0bf12cd420
Add fix to remove downloaded .vv file when used.
2023-08-11 19:24:41 +01:00
SimonFair
951b0c9b1c
Merge remote-tracking branch 'upstream/master' into Add-Clone-VM-option-
2023-08-11 15:07:58 +01:00
bergware
3e992ee00c
Update libvirt_helpers.php
2023-08-11 02:13:48 +02:00
bergware
b6dc2799dc
Update libvirt.php
2023-08-11 02:13:45 +02:00
bergware
aeda05bed7
Make bridge / macvtap selection per physical interface
2023-08-10 22:08:04 +02:00
bergware
afe9065663
Update libvirt.php
2023-08-10 04:14:15 +02:00
bergware
7a7383a84b
Update libvirt.php
2023-08-10 04:10:10 +02:00
bergware
28c6f03e83
Update libvirt.php
2023-08-10 04:07:21 +02:00
bergware
180c4c2e91
Re-introduce macvlan / ipvlan selection when bridge is enabled
2023-08-10 03:26:04 +02:00
bergware
4f61f11879
networking: use new macvtap network instead of macvlan
...
Minor fixes
2023-08-09 23:26:21 +02:00
bergware
f8d6560b79
New vhost network for both containers and VMs
...
User can enable / disable bridging to change network behavior.
Containers and VMs are automatically updated to the new network settings
2023-08-09 19:36:00 +02:00
bergware
cc08059389
Trailing spaces cleanup
2023-08-08 15:19:39 +02:00
SimonFair
00c59cd5ad
Merge remote-tracking branch 'upstream/master' into Snapshots
2023-08-04 08:28:35 +01:00
SimonFair
b7a1fc07ef
Retain VNC password during update.
2023-07-21 12:54:08 +01:00
bergware
b91a4ef28c
VM settings: fixed typo
2023-07-07 13:01:08 +02:00
SimonFair
b2ab922439
Fix Multilanguage buttons
2023-07-03 06:46:50 +01:00
SimonFair
cf13a33f00
Fir directory permissions.
2023-07-02 21:54:34 +01:00