dlandon
562a1ace79
Changes for set_proxy rewrite.
2024-04-12 07:35:08 -05:00
dlandon
cdedaa9476
Code cleanup.
2024-04-12 07:34:13 -05:00
dlandon
1d35b06539
Remove create_proxy; set_proxy replaces the functionality.
2024-04-12 07:33:50 -05:00
dlandon
1a79fb8cd8
Make scripts executable
2024-04-08 08:23:46 -05:00
dlandon
e6e74004a3
Rename scripts to be more consistent with Unraid standards.
2024-04-06 11:58:10 -05:00
dlandon
bf36603023
Rename config file to prevent confusion.
2024-04-06 08:17:10 -05:00
dlandon
c8967594c7
Remove debug log line.
2024-04-06 08:08:39 -05:00
dlandon
5867f6719d
Don not include user and pass in the /boot/config/proxy.cfg file. Thgey are not needed by set_proxy.
2024-04-05 12:33:38 -05:00
dlandon
cf69edb57d
Key generation fails on first run.
2024-04-05 08:16:03 -05:00
dlandon
1d47440008
Code cleanup.
2024-04-05 08:15:28 -05:00
dlandon
890671f106
Fix typo.
2024-04-04 19:15:56 -05:00
dlandon
a1d486f112
Add password encryption and create_proxy.sh script to create the proxy.cfg file needed by set_proxy.
2024-04-04 13:05:36 -05:00
dlandon
3790217cec
Fix php errors.
2024-04-03 12:43:13 -05:00
dlandon
cde1e4582a
Fix menuing.
2024-04-03 11:00:48 -05:00
dlandon
689f0bb697
Add Outgoing Proxy Manager.
2024-04-03 10:38:52 -05:00
dlandon
3021a72fd7
Merge remote-tracking branch 'upstream/master'
2024-03-24 22:27:35 -05:00
dlandon
fd5d7e122e
Change requested by Ronald.
2024-02-14 17:28:29 -06:00
dlandon
ee90e2b997
Add #raw_file so a raw file can be modified and suppress any php warnings:
...
This is the hidden input value:
<input type="hidden" name="#raw_file" value="true">
The value="true" could be programmatically changed so a file can be parsed or not parsed in the same page code.
2024-02-14 16:15:43 -06:00
tom mortensen
cc2aa8acc9
Merge pull request #1623 from bergware/master
...
Management access: fix incorrect ip address display
2024-02-14 08:42:45 -08:00
tom mortensen
d6fa9420f3
Merge pull request #1621 from zackspear/fix/upc-dropdown-reboot-link-text
...
fix: dropdown reboot link text [6.13]
2024-02-14 08:40:47 -08:00
tom mortensen
249785377f
Merge pull request #1613 from SimonFair/VM-Metrics
...
Add VM usage data
2024-02-14 08:40:25 -08:00
bergware
21f1ec278e
Management access: fix incorrect ip address display
2024-02-14 17:02:43 +01:00
Zack Spear
6db0bba9fa
fix: dropdown reboot link text
2024-02-13 17:55:21 -08:00
dlandon
1fbd1b0a98
Update update.php
2024-02-13 11:39:33 -06:00
tom mortensen
2b58784feb
Merge pull request #1618 from Squidly271/patch-19
...
PHP8 Fix
2024-02-13 07:21:12 -08:00
SimonFair
9f3047d2ff
Add options to settings to disable/enable + refresh rate
2024-02-12 22:04:37 +00:00
bergware
c7fcc66ec2
File manager: updated file type icons
2024-02-12 14:45:00 +01:00
bergware
8c3b5a8554
File manager: updated file type icons
2024-02-12 14:41:56 +01:00
bergware
97560c51d4
File manager: updated file type icons
2024-02-12 14:41:10 +01:00
bergware
2ae9728e94
File manager: updated file type icons
2024-02-12 14:39:31 +01:00
bergware
5c91a93a2c
File manager: updated file type icons
2024-02-12 14:37:33 +01:00
SimonFair
034b41726e
Update vm_usage
2024-02-11 18:42:11 +00:00
SimonFair
eef77dc64d
Fix graphs
2024-02-11 18:34:13 +00:00
SimonFair
954969c2e4
Make script executable
2024-02-11 15:25:18 +00:00
SimonFair
71f655cd05
Add Stats page
2024-02-11 15:22:22 +00:00
Squidly271
df4c1d72bd
PHP8 Fix
2024-02-10 15:30:41 -05:00
dlandon
39e2381b8f
Fix php warning when saving text that contains a reserved php character to a file.
...
A php warning occurs when a text area is to be saved to a file and it contains a reserved php character. Update.php tries to parse the file and extract a specific section even if the file is only to be saved. It is also trying to extract a section when the $section is not defined i.e. $section is set to false.
2024-02-10 07:39:23 -06:00
tom mortensen
69e2e773a7
Merge pull request #1615 from bergware/master
...
Fix error in helptext
2024-02-09 12:26:50 -08:00
tom mortensen
e24ffa4185
Merge pull request #1614 from SimonFair/User-VM-templates
...
VM templates Create missing directory.
2024-02-09 12:26:25 -08:00
bergware
a5b41381af
Revert "File manager: replace image icons by font-awesome icons"
...
This reverts commit e6a70d829e .
2024-02-09 17:52:41 +01:00
bergware
e6a70d829e
File manager: replace image icons by font-awesome icons
2024-02-09 17:47:09 +01:00
bergware
863a3ee231
File manager: replace image icons by font-awesome icons
2024-02-09 17:44:04 +01:00
bergware
f999e6f692
File manager: replace image icons by font-awesome icons
2024-02-09 13:06:21 +01:00
bergware
1e38871d1f
Merge remote-tracking branch 'upstream/master'
2024-02-09 11:17:16 +01:00
SimonFair
7dda0f48d0
Create missing directory.
2024-02-09 08:52:45 +00:00
SimonFair
bb6598d2f9
Add initial functions to collect VM usage data
2024-02-09 07:09:47 +00:00
Zack Spear
1655a361eb
fix: Install Key class self instantiate with GET request
2024-02-08 13:29:50 -08:00
Zack Spear
9797c34305
fix: pro key check for update via dropdown
2024-02-08 13:28:40 -08:00
bergware
ba9f1c474f
Fix error in helptext
2024-02-08 12:03:25 +01:00
tom mortensen
006c59dbf1
Merge pull request #1608 from zackspear/master
...
replace key improvements
2024-02-05 14:26:28 -08:00