Commit Graph

7218 Commits

Author SHA1 Message Date
bergware b6dc2799dc Update libvirt.php 2023-08-11 02:13:45 +02:00
bergware 5a0cf82a67 Update rc.libvirt 2023-08-10 22:55:09 +02:00
bergware 3a5d567230 Update rc.libvirt 2023-08-10 22:45:37 +02:00
bergware ec2817334a Update rc.libvirt 2023-08-10 22:28:34 +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 c32ed46529 Update rc.libvirt 2023-08-10 03:50:51 +02:00
bergware fe97aef051 Update rc.libvirt 2023-08-10 03:49:04 +02:00
bergware b9c74a8ea4 Update rc.libvirt 2023-08-10 03:45:36 +02:00
bergware 0adf1daa26 Update rc.libvirt 2023-08-10 03:43:16 +02:00
bergware 180c4c2e91 Re-introduce macvlan / ipvlan selection when bridge is enabled 2023-08-10 03:26:04 +02:00
bergware 5e6f8656ac Fix container starts when no auto-start is set 2023-08-10 02:08:15 +02:00
bergware 4f61f11879 networking: use new macvtap network instead of macvlan
Minor fixes
2023-08-09 23:26:21 +02:00
tom mortensen 11d5212210 Merge pull request #1406 from bergware/master
New vhost network for both containers and VMs
2023-08-09 12:39:25 -07:00
bergware ffbe92c497 networking: use new macvtap network instead of macvlan 2023-08-09 21:19:06 +02:00
bergware 3635320d14 New vhost network for both containers and VMs 2023-08-09 20:38:17 +02:00
bergware 5b102f5702 Make script executable 2023-08-09 19:38:18 +02:00
bergware 8c143304fe Create rebuild_container 2023-08-09 19:37:40 +02:00
bergware d2cb9d620f Merge remote-tracking branch 'upstream/master' 2023-08-09 19:36:47 +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
Tom Mortensen 4f47afb7a8 Create syslog entries for packages installed from /boot/extra/ via rc.local.
Also restore executable bit for rc.samba.
2023-08-08 15:12:20 -07:00
tom mortensen 535dd1cd6a Merge pull request #1400 from SimonFair/SystemDrivers
System Drivers: Code fixes
2023-08-08 13:03:55 -07:00
tom mortensen 76813bfd4f Merge pull request #1405 from bergware/master
Revert: Revised networking and docker macvlan usage
2023-08-08 11:03:18 -07:00
bergware a734929342 Revert "Revised networking and docker macvlan usage"
This reverts commit 29ebdd8a9c.
2023-08-08 19:40:42 +02:00
bergware 1b8f4bf805 Revert "Revised networking and docker macvlan usage"
This reverts commit 9f45678748.
2023-08-08 19:40:29 +02:00
tom mortensen 76b499283a Merge pull request #1403 from unraid/debug-docker
add more logging when stopping dockerd
2023-08-08 08:05:04 -07:00
tom mortensen dea12990e6 Merge pull request #1404 from bergware/master
Translations: trim key and value in language files
2023-08-08 08:04:18 -07:00
bergware cc08059389 Trailing spaces cleanup 2023-08-08 15:19:39 +02:00
bergware 9f45678748 Revised networking and docker macvlan usage 2023-08-08 15:12:24 +02:00
bergware 29ebdd8a9c Revised networking and docker macvlan usage
- Create new interface(s), names macvlan as macvlan networks
- Attach docker macvlan to newly created macvlan network instead of interface
2023-08-08 09:10:08 +02:00
bergware e9060412b6 Translations: trim key and value in language files 2023-08-08 04:31:47 +02:00
bergware 8149104647 Translations: trim key and value in language files 2023-08-08 02:56:09 +02:00
ljm42 fe0d783e6a add more logging when stopping dockerd 2023-08-07 17:44:06 -07:00
tom mortensen e2a0cefa79 Merge pull request #1402 from bergware/master
Pool minimum free space: only enabled when array is stopped
2023-08-07 14:30:58 -07:00
bergware e8ba038fed rc.docker: fix docker stop command 2023-08-07 22:46:42 +02:00
bergware 6d0f1c3c4b Pool minimum free space: only enabled when array is stopped 2023-08-07 22:41:46 +02:00
tom mortensen 9a60e246ae Merge pull request #1401 from bergware/master
rc.inet1: add persistent option to dhcpcd
2023-08-04 17:47:37 -07:00
bergware 98b338ed1a rc.inet1: add persistent option to dhcpcd 2023-08-04 13:21:02 +02:00
Tom Mortensen 2353f19e22 rc.local: add comment to auto-generated /etc/modprobe.d/zfs.conf file 2023-07-30 09:23:17 -07:00
SimonFair 621c94a56c Update SysDrivers.php 2023-07-29 22:07:01 +01:00
SimonFair da0ba3e031 Code fixes 2023-07-29 19:37:19 +01:00
tom mortensen 8be3d872b5 Merge pull request #1399 from SimonFair/SystemDrivers
Sysdrivers: Updates
2023-07-29 08:49:18 -07:00
SimonFair aac56da2be Fix typo 2023-07-29 09:55:49 +01:00
SimonFair b207e08dbb Update SysDrivers.page 2023-07-29 09:42:20 +01:00
SimonFair f36e307de0 Sysdrivers: Updates
Add remove button and confirmation
Fix sort issues by updating cells
Code tidy
2023-07-29 09:39:36 +01:00
tom mortensen a151faf62b Merge pull request #1398 from SimonFair/SystemDrivers
Fix reboot banner - System Drivers
2023-07-28 14:18:44 -07:00
SimonFair c30405434a Add System to filters 2023-07-28 21:41:57 +01:00
SimonFair 64ea160d32 Add system modprobe.d files 2023-07-28 21:33:54 +01:00