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
tom mortensen
c2f7d47a51
Merge pull request #1417 from bergware/master
...
docker: fix routing when "host access" is enabled
2023-08-25 08:56:49 -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
a64c76cd57
rc.inet1: minor code refactoring
2023-08-25 10:46:18 +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
1d5b9f5d0a
rc.docker: IPv6 enhancement
2023-08-24 13:44:10 +02:00
bergware
2818af86a3
rc.docker: remove IPv6 from shim/vhost interface
2023-08-24 12:06:00 +02:00
bergware
cc62d90b6b
network: print public ipv6 address
2023-08-24 12:00:52 +02:00
bergware
68ab454ea2
rc.docker: remove IPv6 from shim/vhost interface
...
Some routers are incompatible.
2023-08-24 11:08:55 +02:00
bergware
6be8cd6482
rc.docker: minor code refactoring
2023-08-23 10:55:31 +02:00
bergware
099fb3a2c6
New notification option: notification life time
2023-08-22 15:55:00 +02:00
bergware
e1beeb022e
Update rc.docker
2023-08-22 15:42:28 +02:00
bergware
f19d9de65a
shim interface gets MAC address of parent, no need to generate one
2023-08-22 15:39:36 +02:00
bergware
e6b39b7806
shim interface gets MAC address of parent, no need to generate one
2023-08-22 15:38:34 +02:00
bergware
a12e07cd00
docker: add routing when shim network is used
2023-08-22 14:16:58 +02:00
bergware
4f9cd26c7c
docker: add routing when shim network is used
2023-08-22 14:01:18 +02:00
bergware
d887f58402
docker: add routing when shim network is used
2023-08-22 13:45:49 +02:00
bergware
f5740d2b3c
docker: add routing when shim network is used
2023-08-22 13:39:40 +02:00
bergware
27cf4415c0
docker: add routing when shim network is used
2023-08-22 13:31:58 +02:00
bergware
3a60e081c7
docker: add routing when shim network is used
2023-08-22 13:13:07 +02:00
bergware
f5083b3e58
New notification option: auto-closure time
2023-08-22 11:59:45 +02:00
bergware
55406f2925
docker: add routing when shim or macvtap network is used
2023-08-22 11:08:30 +02:00
bergware
f1dffa81e5
network: print public ipv6 address
2023-08-22 10:56:44 +02:00
bergware
a2977821ae
docker: add routing when shim or macvtap network is used
2023-08-22 09:11:37 +02:00
bergware
472375d532
docker: fix routing when shim network is used
2023-08-22 08:45:21 +02:00
tom mortensen
2573157697
Merge pull request #1416 from bergware/master
...
More refinements
6.12.4-rc18
2023-08-18 14:43:28 -07:00
bergware
81073be813
rc.docker: updated docker network removal
2023-08-18 10:38:20 +02:00
bergware
9efdcd14fc
rc.docker: updated docker network removal
2023-08-18 10:33:04 +02:00
bergware
d9d67df948
rc.docker: updated shim network removal
2023-08-18 10:25:41 +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
tom mortensen
6696569940
Merge pull request #1415 from bergware/master
...
rc.docker: disable IPv6 on shim interface when not in use
2023-08-17 14:43:46 -07:00
bergware
106cccc8f7
rc.docker: disable IPv6 on shim interface when not in use
2023-08-17 23:35:02 +02:00
tom mortensen
c1809576e9
Merge pull request #1414 from bergware/master
...
rc.wireguard: fix regression bug
2023-08-17 13:34:03 -07:00
bergware
21f50f1c81
Simplified shim interface creation
...
When bridging enabled:
- Create shim interface which is attached to bridge interface
- Copy parent address to shim interface with lower metric to allow host access
- More specific routes are no longer created
When bridging disabled:
- Copy parent address to vhost interface with lower metric to allow host access
2023-08-17 21:48:06 +02:00
bergware
185de6487b
rc.inet1: avoid error messages
2023-08-17 11:36:32 +02:00
bergware
49aa1bcc86
rc.inet1: avoid error messages
2023-08-17 11:33:58 +02:00
bergware
9899645b25
Minor code optimization
2023-08-17 11:27:28 +02:00
bergware
6021269ca6
rc.wireguard: fix regression bug
...
Connection to Internet is interrupted at startup and Wireguard docker VPN is configured
2023-08-16 02:45:47 +02:00
Tom Mortensen
a32cb1b5bf
rc.libvirt: Unraid OS version check tweak: 3-digitize only major.minor for comparison
2023-08-15 15:28:31 -07:00
tom mortensen
2d14853a95
Merge pull request #1413 from bergware/master
...
vhost and shim network: assign predefined MAC address
2023-08-15 14:30:59 -07:00
bergware
a007b026d4
vhost and shim network: assign predefined MAC address
...
Make MAC addresses unique per system
2023-08-15 23:05:11 +02:00
tom mortensen
9490d06b2a
Merge pull request #1412 from bergware/master
...
vhost and shim network: assign predefined MAC address
2023-08-15 12:45:14 -07:00
bergware
6831de2529
Merge remote-tracking branch 'upstream/master'
2023-08-15 20:55:23 +02:00
bergware
34444b4ffb
vhost and shim network: assign predefined MAC address
...
- This prevents the MAC address changing with each system reboot, and is useful when port forwarding is needed
2023-08-15 19:47:46 +02:00
tom mortensen
94be1b77c9
Merge pull request #1411 from bergware/master
...
Auto update wireguard tunnels when disabling/enabling bridging
2023-08-15 09:53:04 -07:00