Christoph Hummer
a75bc3d4d7
Fix for rc.sshd
...
- Remove trailing slash to be sure to grab the correct PIDs
2024-09-23 22:16:02 +02:00
Tom Mortensen
8f656e87b1
establish sensible zfs pool defaults
7.0.0-beta.2.8
2024-09-23 10:57:13 -07:00
Tom Mortensen
54b1e81b38
unconditinally set directories to mode 0777
2024-09-23 10:54:57 -07:00
Tom Mortensen
4c6be23467
Clean up empty cgroups
2024-09-20 09:20:44 -07:00
Tom Mortensen
4a4983f7c5
rc.S: reboot should not invoke shutdown
2024-09-20 09:20:44 -07:00
tom mortensen
dcfaa1afa0
Merge pull request #1866 from SimonFair/VM-ZFS-Fixes
...
Fix VM usage stats value if timer > 1 sec.
2024-09-20 09:19:46 -07:00
SimonFair
e52813b626
Divide net and disk values by timer
2024-09-19 22:16:00 +01:00
tom mortensen
760aac71df
Merge pull request #1863 from dlandon/default_array_file_system_message
...
Change default file system text.
2024-09-16 14:58:28 -07:00
tom mortensen
20ef176665
Merge pull request #1862 from ich777/patch-4
...
Fix for rc.docker for interfaces with higher index than 0
2024-09-16 14:57:48 -07:00
tom mortensen
66d7193dab
Merge pull request #1858 from ich777/rc.sshd_fix
...
Only kill sshd from host
2024-09-16 14:56:54 -07:00
tom mortensen
9c9c79b1b3
Merge pull request #1857 from ich777/ich777-docker-container-network
...
Allow users to select Container networks in the WebUI
2024-09-16 14:55:54 -07:00
tom mortensen
8aac4ee119
Merge pull request #1856 from desertwitch/patch-1
...
en_US/helptext.txt: Fix broken link in GUI
2024-09-16 14:55:00 -07:00
tom mortensen
8120959c2f
Merge pull request #1854 from desertwitch/fix-php-warning
...
dynamix/include/SysDevs.php: fix PHP warnings
2024-09-16 14:54:20 -07:00
tom mortensen
72abe50721
Merge pull request #1853 from Commifreak/libvirt-log-timeout-info
...
Add a log line noting how long we wait currently for a VM action.
2024-09-16 14:52:55 -07:00
tom mortensen
18e37ed045
Merge pull request #1852 from dkaser/tailscale-nginx
...
Add fastcgi_path_info to default nginx configuration
2024-09-16 14:51:36 -07:00
tom mortensen
6845c007a7
Merge pull request #1851 from ich777/page-builder-fix
...
Fix issue with plugin icons
2024-09-16 14:50:50 -07:00
tom mortensen
b844f941d0
Merge pull request #1850 from unraid/add-ts-certs
...
Add support for Tailscale certs in the webgui
2024-09-16 14:49:59 -07:00
tom mortensen
5883e767aa
Merge pull request #1849 from dlandon/parity-check-shows-incorrect-results
...
Parity check wrong again.
2024-09-16 14:46:15 -07:00
tom mortensen
efc4fa2673
Merge pull request #1848 from ich777/ich777-not-dockerman-managed
...
Correctly identify/show non dockerman Managed containers
2024-09-16 14:45:11 -07:00
tom mortensen
0810fc5bd8
Merge pull request #1847 from SimonFair/VM-ZFS-Fixes
...
VM ZFS dataset removal processing additional fixes
2024-09-16 14:44:14 -07:00
tom mortensen
897365a5de
Merge pull request #1845 from Squidly271/patch-42
...
Adjust URL for CA installation
2024-09-16 14:42:52 -07:00
dlandon
8d628aad4f
Change default file system text.
2024-09-13 11:47:57 -05:00
Christoph Hummer
e3c4ff280d
Small fix
2024-09-12 23:33:27 +02:00
Christoph Hummer
19de7c1979
Fix for rc.docker for interfaces with higher index than 0
...
- Fix error in first if condition which always returned `false`
- Change name from variables so that it a bit easier to read
- Make sure that custom interfaces with a higher index then 0 are properly rebuilt
2024-09-12 23:12:03 +02:00
Christoph Hummer
5ec695921a
Fix sshd_update logic
2024-09-11 07:39:34 +02:00
Christoph Hummer
171a77feec
Change function
...
- return `1` if daemon is running and return `0` if it is not running
2024-09-11 07:38:15 +02:00
Christoph Hummer
3e29f0b8b8
Only kill sshd from host
2024-09-10 22:32:07 +02:00
Christoph Hummer
b62c8f5a12
Update Helpers.php
2024-09-09 17:09:15 +02:00
Christoph Hummer
e9faee0d27
Update CreateDocker.php
2024-09-09 17:07:43 +02:00
Rysz
16823d07b1
en_US/helptext.txt: Fix broken link
2024-09-09 06:56:35 +02:00
desertwitch
73705b71fa
dynamix/include/SysDevs.php: fix PHP warnings
...
test for exec-returned variable existence before usage
2024-09-08 20:21:18 +02:00
Robin Kluth
6b31532688
Add a log line noting how long we wait currently for a VM action.
2024-09-06 15:46:06 +02:00
Derek Kaser
039c798b43
Add fastcgi_path_info to default nginx configuration
2024-09-05 22:00:20 +00:00
Christoph Hummer
1e43abc785
Fix issue with plugin icons
...
- make sure the maximum icon size for a plugin is 18x18px
2024-09-05 10:16:51 +02:00
ljm42
9b1081d2e1
Add support for Tailscale certs in the webgui
2024-09-04 21:37:08 -07:00
SimonFair
c27e018fdb
Reduce Multifunction starting bus.
2024-09-04 21:11:44 +01:00
dlandon
ef5067584b
Change file_put_contents_atomic() back to file_put_contents() since it is liable to change.
2024-09-04 12:34:23 -05:00
SimonFair
4ea425411a
Add disable rename if snapshots found.
2024-09-03 21:45:50 +01:00
dlandon
24bdc5169d
Parity check wrong again.
2024-09-03 15:36:12 -05:00
SimonFair
753d87c690
Additional VM ZFS delete fixes
2024-09-02 18:03:10 +01:00
Christoph Hummer
07d02f579f
Add files via upload
2024-09-02 17:48:25 +02:00
SimonFair
ceb97ab392
Disable dataset processing.
2024-09-01 21:17:05 +01:00
Squidly271
6a15afa2a8
Update Apps.page
2024-09-01 15:57:02 -04:00
tom mortensen
175d24afd2
Merge pull request #1842 from dlandon/rework-share-list
...
Fix condition where useCache is 'no' when there is no array.
2024-08-30 13:00:58 -07:00
Tom Mortensen
12828eec63
stop ntpd from complaining about multiple IP addresses
7.0.0-beta.2.7
2024-08-30 09:04:48 -07:00
dlandon
156599031a
Fix condition where useCache is 'no' when there is no array.
2024-08-30 07:25:33 -05:00
tom mortensen
15f4138c87
Merge pull request #1839 from SimonFair/VM-ZFS-Fixes
...
ZFS fixes
2024-08-29 11:58:12 -07:00
tom mortensen
fd6e4f1ba1
Merge pull request #1840 from dlandon/rework-share-list
...
Fix share list.
2024-08-29 11:57:17 -07:00
tom mortensen
72a47035ef
Merge pull request #1841 from dlandon/rename-pool-message
...
Add warning message to rename pool dialog.
2024-08-29 11:55:57 -07:00
dlandon
d57bf205fa
Add warning message to rename pool dialog.
2024-08-29 13:23:38 -05:00