Zack Spear
4347cf7e38
refactor: .gitignore .dev-scripts/
2023-09-08 16:06:35 -07:00
Zack Spear
f59c3430e6
refactor(upc): vue3 + ts web components & improved supporting php
2023-09-08 15:54:00 -07:00
ljm42
cb4a7d8735
rename sftp-template.json
2023-09-08 11:55:53 -07: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
44817e1049
fill out complete set of startup (rc) files used by Unraid OS
2023-09-08 09:19:46 -07:00
ljm42
ffe4f4a743
Add readme and VS Code settings
2023-09-08 09:13:03 -07:00
Tom Mortensen
1cfe793761
Change wording of notification "lifetime" to "auto-close". Also a little shuffing of the settings and update Help text.
6.12.4
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
tom mortensen
b3d974d86d
Merge pull request #1420 from bergware/master
...
Notifications: auto archive when life time is zero
2023-08-30 09:17:13 -07:00
bergware
b4c9b1aac2
Revert "rc.inet1: added error logging to syslog"
...
This reverts commit 7065c6342c .
2023-08-26 15:55:11 +02:00
bergware
7065c6342c
rc.inet1: added error logging to syslog
2023-08-26 14:06:56 +02:00
bergware
28bc68560c
Notifications: auto archive when life time is zero
2023-08-26 10:02:26 +02:00
tom mortensen
fab966a182
Merge pull request #1419 from bergware/master
...
Docker settings: revert javascript floor function
2023-08-25 13:29:03 -07: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
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