Commit Graph

9514 Commits

Author SHA1 Message Date
tom mortensen 20fe2a055c Merge pull request #1952 from SimonFair/qcow2-fix-for-add-additional-qcow2-file
Fix for qcow2 file additions.
2024-12-16 14:45:32 -08:00
tom mortensen fd6182d8f7 Merge pull request #1955 from Squidly271/patch-10
Fix PHP8 warning
2024-12-16 14:43:06 -08:00
tom mortensen 3136f2b864 Merge pull request #1950 from Squidly271/patch-7
Switch CA Install URL to new repository
2024-12-16 14:41:36 -08:00
tom mortensen 99a370c22c Merge pull request #1957 from dkaser/nfs
fix: nfsd restarts
2024-12-16 10:29:18 -08:00
Derek Kaser f3c1fec95b fix: restart nfsd if interfaces change 2024-12-16 04:39:34 +00:00
Derek Kaser 21c4f70498 fix: stop knfsd by setting threads to 0 2024-12-16 04:39:20 +00:00
Squidly271 f23cacecee Fix PHP8 warning 2024-12-15 19:50:01 -05:00
SimonFair 3839ea4ee2 Fix for menu popup if double quotes in name. 2024-12-15 09:25:36 +00:00
SimonFair bb4b76e700 Fix for qcow2 file additions. 2024-12-14 17:29:12 +00:00
Squidly271 a3d2aa5b61 Switch CA Install URL to new repository 2024-12-14 09:44:57 -05:00
Tom Mortensen b8aa426abd Put file in correct place, oops 2024-12-13 15:39:22 -08:00
Tom Mortensen 09b4323ffa Properly handle incomplete key file download 2024-12-13 15:36:32 -08:00
tom mortensen fce3f56379 Merge pull request #1948 from dlandon/don't_show_secondary_storage_and_allocation_when_primary_is_array
Don't show secondary storage if primary storage is array in share edit.
2024-12-13 12:41:22 -08:00
tom mortensen a34cabd3c7 Merge pull request #1947 from dlandon/add_nfs_share_rules_help
Add Share NFS security Rules help.
2024-12-13 12:39:31 -08:00
tom mortensen e55c193538 Merge pull request #1946 from Mainfrezzer/Mainfrezzer-Wireguard-Docker-Bridge-patch-1
Set MTU of docker wireguard bridge to match wireguard default MTU
2024-12-13 12:30:16 -08:00
tom mortensen c3716ff7cf Merge pull request #1945 from bergware/master
Revert helptext 'ticks'
2024-12-13 12:26:44 -08:00
dlandon 563f2dfd48 Fix reversion of incorrect code. 2024-12-13 09:05:41 -06:00
dlandon 4b203f5226 Add help text. 2024-12-13 08:23:28 -06:00
dlandon ec62541bae Merge branch 'master' into don't_show_secondary_storage_and_allocation_when_primary_is_array 2024-12-12 16:35:36 -06:00
dlandon 3d8f75cd34 Don't show secondary dropdown and mover action when primary is array; show warning when no array and primary is array. 2024-12-12 16:26:33 -06:00
dlandon 052671a3f4 Add NFS security Rules help. 2024-12-12 15:53:04 -06:00
Mainfrezzer 76366c6a50 Update update.wireguard.php
The MTU needs to be set to at least to the wireguard default. While it seems to work just fine, to create a docker bridge with a MTU of 1500, it breaks in some cases. For example, if you "curl https://api.minecraftservices.com/publickeys" via a container thats running over that wireguard-docker-bridge, it fails.
2024-12-12 15:41:52 +01:00
bergware d6a68d1000 Revert helptext 'ticks' 2024-12-12 11:02:19 +01:00
bergware 14c1dde00e Revert "Update helptext.txt"
This reverts commit 863d2d745a.
2024-12-12 10:05:02 +01:00
tom mortensen 3365dfa834 Merge pull request #1942 from bergware/master
Translations fixes
2024-12-11 14:28:43 -08:00
bergware 79394803ca Merge remote-tracking branch 'upstream/master' 2024-12-11 22:46:07 +01:00
tom mortensen 90383a0702 Merge pull request #1943 from dlandon/menu_tabbing_not_returning_to_the_right_selection
Tabbed page mode not working properly.
2024-12-11 13:42:45 -08:00
bergware a103584a2e Merge remote-tracking branch 'upstream/master' 2024-12-11 22:42:39 +01:00
tom mortensen 137ed6a1d0 Merge pull request #1941 from ich777/ich777-patch-ts-mullvad
TS Mullvad VPN changes
2024-12-11 13:41:52 -08:00
tom mortensen 449301b303 Merge pull request #1944 from Squidly271/patch-6
Fix allocation not appearing
2024-12-11 13:40:35 -08:00
Christoph 50e95fefa3 Improvements to TS State Dir check
- make sure override actually overrides state dir
- display error message when override is not set and detection failed
2024-12-10 21:44:44 +01:00
Christoph daacabf32e Update tailscale_container_hook
- minor improvements to the message in container logs when state dir can't be found
2024-12-10 08:38:38 +01:00
Squidly271 fd170fa007 Fix allocation not appearing 2024-12-09 09:39:27 -05:00
bergware 607089e33e Minor code fixes 2024-12-08 22:45:17 +01:00
dlandon d9383e7db4 Readability improvement. 2024-12-08 12:48:12 -06:00
dlandon 67e92aa5e7 Variable have to be 'let' and not 'const'. 2024-12-08 08:38:45 -06:00
dlandon ea3e8a8d7b Fix tabbed mode erratic operation. 2024-12-08 07:08:22 -06:00
bergware 863d2d745a Update helptext.txt 2024-12-08 12:29:30 +01:00
bergware 733c77349d Translations fixes 2024-12-08 04:43:07 +01:00
Christoph d57f3e689c TS Mullvad VPN changes
- Prioritize searching for Exit Nodes through the container before using the Tailscale plugin if installed.
This is necessary to display Exit Nodes from Mullvad for specific containers.
2024-12-07 22:13:38 +01:00
tom mortensen 3083474d35 Merge pull request #1940 from Squidly271/patch-9
Fix TS tooltip on mobile
2024-12-07 09:59:07 -08:00
tom mortensen b47a526edd Merge pull request #1939 from dlandon/array_only_share_not_showing_properly_on_shares_list
Array only share not showing properly in share listing.
2024-12-07 09:58:07 -08:00
Squidly271 e6af8ba523 Capitalization
Doesn't affect current browser implementations
2024-12-07 10:41:06 -05:00
Squidly271 f230ee9fde Add translations and fix TS tooltip 2024-12-07 10:35:00 -05:00
Squidly271 7d6924d253 Fix TS tooltip on mobile 2024-12-07 10:33:06 -05:00
dlandon 28545bfbad Merge branch 'master' into array_only_share_not_showing_properly_on_shares_list 2024-12-07 09:15:39 -06:00
dlandon 85c43cf66c Array only share not showing properly in share listing. 2024-12-07 09:13:27 -06:00
tom mortensen d17335d657 Merge pull request #1936 from ich777/patch-1
Change state directory logic & add `root` check
2024-12-06 07:20:54 -08:00
tom mortensen 7eb31f8684 Merge pull request #1938 from SimonFair/vmdashusage-fix-
Update vm_dashusage
2024-12-06 07:20:19 -08:00
SimonFair fb7809325c Update vm_dashusage
Fix vm_dashusage processing when array not started.
2024-12-06 14:47:10 +00:00