Commit Graph

195 Commits

Author SHA1 Message Date
tom mortensen f320b13bab Merge pull request #1429 from Squidly271/master
Integrate GUI Search
2023-09-25 10:06:37 -07:00
tom mortensen 0ee34fb8c4 Merge pull request #1427 from ich777/patch-1
update LXC diagnostics
2023-09-25 10:03:52 -07:00
Squidly271 a039c2dd49 Fatal PHP error if dynamix.cfg corrupt or non existent 2023-09-23 10:20:14 -04:00
Squidly271 051e603384 Minor logic error if locale is "en_US" instead of "" (unlikely) 2023-09-23 10:07:04 -04:00
Squidly271 e44851de92 PHP8 error if dynamix.cfg doesn't exist 2023-09-19 07:50:04 -04:00
Squidly271 da3c313254 Integrate GUI Search 2023-09-13 19:50:21 -04:00
Christoph Hummer fa0a965494 update LXC diagnostics
- remove GitHub user and token from LXC diagnostics if they are set
2023-09-11 15:20:56 +02:00
Zack Spear a6be030a3a fix(upc): remove erroneous button from welcome dropdown 2023-09-08 16:15:58 -07:00
Zack Spear f59c3430e6 refactor(upc): vue3 + ts web components & improved supporting php 2023-09-08 15:54:00 -07:00
Tom Mortensen 1cfe793761 Change wording of notification "lifetime" to "auto-close". Also a little shuffing of the settings and update Help text. 2023-08-31 12:03:20 -07:00
Tom Mortensen c37fbc7b07 Modify markdown to include "target='_blank'" for all inline links starting with "http". This will let us
get rid of inline <a .. /> anchors to do this and use normal markdown link syntax.
2023-08-31 12:00:12 -07:00
bergware 28bc68560c Notifications: auto archive when life time is zero 2023-08-26 10:02:26 +02:00
bergware 09042aff3f Docker settings: fix wrong size calculation function 2023-08-25 22:09:48 +02:00
bergware 835f2f1aa7 Revert "Docker settings: revert javascript floor function"
This reverts commit 3367eab76a.
2023-08-25 22:05:49 +02:00
bergware 3367eab76a Docker settings: revert javascript floor function 2023-08-25 21:17:39 +02:00
tom mortensen bd1714ebc6 Merge pull request #1418 from justinnichols/master
CSS: set overflow-x to 'auto'
2023-08-25 08:57:37 -07:00
bergware 05d5738423 Helptext: fix typo 2023-08-25 12:48:04 +02:00
bergware f0017ec452 Set default notifications life time to 5 seconds 2023-08-25 11:13:55 +02:00
bergware 15db8bdd36 Docker settings: fix subnet sizes 2023-08-24 19:22:03 +02:00
Justin Nichols 868578b17c CSS: set overflow-x to 'auto'
When overflow-x is set to 'scroll',
in some browsers, it will reserve
space for the scrollbar and will
override the background color even
when no scrollbar is necessary.
2023-08-24 12:48:49 -04:00
bergware a2dca4bc03 Docker settings: fix subnet sizes 2023-08-24 18:42:37 +02:00
bergware 099fb3a2c6 New notification option: notification life time 2023-08-22 15:55:00 +02:00
bergware f5083b3e58 New notification option: auto-closure time 2023-08-22 11:59:45 +02:00
bergware 2e3be9bc14 Fix: routing metric information 2023-08-18 02:26:04 +02:00
bergware 72937d625e Fix: routing metric information 2023-08-18 02:24:15 +02:00
bergware 9cd5518439 Auto update wireguard tunnels when disabling/enabling bridging 2023-08-15 14:39:30 +02:00
bergware 29b96374f2 Auto update wireguard tunnels when disabling/enabling bridging 2023-08-15 14:16:33 +02: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
bergware 9f4a86acf1 Fix PHP error in SysDrivers.php 2023-08-11 12:38:58 +02: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 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
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 535dd1cd6a Merge pull request #1400 from SimonFair/SystemDrivers
System Drivers: Code fixes
2023-08-08 13:03:55 -07:00
bergware a734929342 Revert "Revised networking and docker macvlan usage"
This reverts commit 29ebdd8a9c.
2023-08-08 19:40:42 +02:00
bergware cc08059389 Trailing spaces cleanup 2023-08-08 15:19:39 +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