Commit Graph

156 Commits

Author SHA1 Message Date
Kevin Scott Adams 29b110f5e2
Merge pull request #173 from TheGrandWazoo/develop
Develop
2024-01-06 14:26:17 -05:00
Kevin Scott Adams c35329f77d
Merge pull request #172 from TheGrandWazoo/feature_bearer_token
Feature bearer token
2024-01-06 14:17:00 -05:00
Kevin Scott Adams b9dd1d6f89 Update for Proxmox 8 and Bearer Token
- Patch updates for Proxmox VE 8
- Update to select Basic or Bearer authentication.
2024-01-06 13:43:35 -05:00
Kevin Scott Adams 466d819a89
Merge pull request #160 from TheGrandWazoo/master
Merge to feature_bearer_token
2023-08-19 10:53:01 -04:00
Kevin Scott Adams ea3637d29a
Update README.md
- Update README.md to be more structured and selective from a visitors view.
- Update the Roadmap section.
- Update the Donators list.
- Update the New Install Instructions section to allow the visitor to select the GPG location they want to use.
- Update the Activity section.
- Fix spelling errors.
2023-08-19 10:46:39 -04:00
Kevin Scott Adams b6e34be5e5
Update README.md for typo
- Fixed testing repo name in install section.
2023-08-16 09:05:06 -04:00
Kevin Scott Adams ca48a9e517
Update README.md for new repos
- Updated anchor.
- Added documentation to roadmap.
2023-08-16 09:03:20 -04:00
Kevin Scott Adams 871c720026
Merge pull request #157 from TheGrandWazoo/TheGrandWazoo-readme-patch-2
Update README.md
2023-08-16 08:54:47 -04:00
Kevin Scott Adams 65c1c250df
Update README.md
- Change announcement for the Cloudsmith repos.
- Changed the New Install section to include instructions for stable and development repos.
2023-08-16 08:54:15 -04:00
Kevin Scott Adams 80c5eda63a
Merge pull request #155 from TheGrandWazoo/TheGrandWazoo-patch-1
Update README.md
2023-08-09 13:07:11 -04:00
Kevin Scott Adams 3977be6daa
Update README.md
Changed Attention description to notify that a new repo is on the horizon.
2023-08-09 13:02:43 -04:00
Kevin Scott Adams a86bf3eb95
Update README.md
Update README.md

- Added ATTENTION due to JFrog canceling my subscription.
2023-07-13 09:09:22 -04:00
Kevin Scott Adams 0997a68048 Import Proxmox stock PVE Manager Lib.
- Imported the stock Proxmox pvemanagerlib.js from Proxmox 7.4-3.
2023-06-12 17:19:16 -04:00
Kevin Scott Adams d507706996 Remove previous commmit.
- Forgot to change branches.
2023-06-12 17:17:56 -04:00
Kevin Scott Adams 9de5aaf81b Import stock pvemanagerlib.js.
- Imported stock pvemanagerlib.js from Proxmox 7.4-3 to develop and
create patches against.
2023-06-12 17:16:29 -04:00
Kevin Scott Adams dc5a5c2be9
Merge pull request #130 from TheGrandWazoo/revert-129-2.0
Revert "2.0"
2023-02-20 13:24:48 -05:00
Kevin Scott Adams c1f453e15c
Revert "2.0" 2023-02-20 13:24:07 -05:00
Kevin Scott Adams 6141b6c784
Merge pull request #129 from TheGrandWazoo/2.0
2.0
2023-02-20 13:07:21 -05:00
Kevin Scott Adams b05124592f Update README.md
- Updated Roadmap and Updates.
- Removed Attention
- Added a note about systemctl restart pvescheduler.service before
2.2.0-0-beta8.
2023-02-12 17:14:15 -05:00
Kevin Scott Adams 9021ec22b7 Fix recursion error.
- When SSL redirect is enabled on TrueNAS and a change from V1 to V2
api's needs to happen then we overrun the limit of 1 on the recursion
loop. Set it to 2.
- Added some logging for TrueNAS-Scale conversion from slash (/) to dash
(-).
2022-06-05 18:57:52 -04:00
Kevin Scott Adams d2f5c2b27f Update readme.MD.
- Updated new repo install.
- Updated Roadmap.
- Cleanup old information.
- Updated Donation list.
- Changed FreeNAS to TrueNAS in most of the instructions.
2022-06-04 09:58:34 -04:00
Kevin Scott Adams a2e395658d
Update README.md 2022-05-31 16:58:53 -04:00
Kevin Scott Adams 4039df8a59
Update README.md 2022-05-31 16:56:05 -04:00
Kevin Scott Adams aea45c992f
Update README.md 2022-05-25 21:46:55 -04:00
Kevin Scott Adams 2e9d736ebd
Update README.md 2022-05-25 21:45:15 -04:00
Kevin Scott Adams 7ecd64f79a
Update README.md 2022-05-25 21:34:58 -04:00
Kevin Scott Adams dfaf7b5c8d
Merge pull request #119 from TheGrandWazoo/master
Merge master to develop
2022-05-22 08:04:48 -04:00
Kevin Scott Adams 0b760eefc3 Fix TrueNAS-Scale slash replacement.
- When changing from slashes (/) to dashes (-), I did not provide the
global parameter so a Storage/Tank/Disks would turn out to be
Storage-Tank/Disks causing a iSCSI: Failed to connect to LUN :
iscsi_service failed with : iscsi_service_reconnect_if_loggedin. Can not
reconnect right now.
2022-05-21 15:19:46 -04:00
Kevin Scott Adams c3b6f38c61 Fix TrueNAS-Scale parsing.
- TrueNAS-Scale returns 'application/json' so we need to catch that also
on the return code of 200 from a version API call.
2022-05-21 14:21:05 -04:00
Kevin Scott Adams dc3c724d45 Merge branch 'master' of https://github.com/TheGrandWazoo/freenas-proxmox.git 2022-05-20 12:40:08 -04:00
Kevin Scott Adams 75f63b56d1 Update plugin for TrueNAS 13
- Created conditional to parse new TrueNAS 13 version.
- Created conditional to check for a 200 and that the Content-Type is
text/html so it will change to v2.0 of the API's. This is new behavior
in TrueNAS-Core 13.
2022-05-20 12:39:55 -04:00
Kevin Scott Adams 50a474bea1
Update README.md
Updated Donators - Thank you again.
Updated messages of repo and development status.
2022-05-20 10:02:17 -04:00
Kevin Scott Adams bfb1962503
Update README.md 2022-05-11 15:45:14 -04:00
Kevin Scott Adams 85a67077b2 Optimize methods.
- Instead of using foreach loops to iterate through an array change to
using a hash which the key is the value we are looking for.
2022-04-13 16:29:24 -04:00
Kevin Scott Adams 4663fca8b0 Trigger a build.
- Just touch the README.md to trigger.
2022-04-03 13:25:58 -04:00
Kevin Scott Adams e4c9f12f03 Update README.md
- Trigger a build.
2022-04-03 11:10:13 -04:00
Kevin Scott Adams 8da7d98538 Update README.md
- Need to trigger a build.
2022-04-03 11:03:29 -04:00
Kevin Scott Adams 7976b1cfe8 Update README.md
- Possible outage due to lack of fundings.
2022-04-03 10:51:11 -04:00
Kevin Scott Adams 780c6590fe Update patches and some fixes.
- Add the true path to the debug statement when comparing targets.
- Add patch set for ZFSPlugin.pm for Storage lib 7.1-1
- Add patch set for pvemanagerlib.js for pve-manager version 7.1-11
- Add patch set for apidoc.js for pve-docs version 7.1-2.
- Create stable-7 directory for future installs based on Proxmox major
version each modules version.
2022-04-03 09:18:31 -04:00
Kevin Scott Adams 08bd48f35c
Merge pull request #111 from hans00/master
Fix bug for TrueNAS-SCALE
2022-03-02 08:57:03 -05:00
Hans 4b0ec91508
Don't replace scfg data
Fix TheGrandWazoo/freenas-proxmox#107
2022-02-24 01:07:32 +08:00
Kevin Scott Adams bcf0f78514
Create stale.yml 2021-11-21 21:35:35 -05:00
Kevin Scott Adams 36f8ec7f1e
Merge pull request #106 from TheGrandWazoo/master
Fixes for Proxmox 6 and 7 with TrueNAS-Scale support.
2021-08-08 10:14:07 -04:00
Kevin Scott Adams 55f699e0b1 Update for issues with Proxmox 7.
- The eval{} block was originally returning a value that would allow
execution in the $@ conditional. This changed between Proxmox 6 and 7.
Why, no idea at the moment. Also, the original HASH was no longer valid
as a variable. I don't like the code block at this moment, I need to do
some regression testing to Proxmox 5 and FreeNAS/TrueNAS 11 and 12 to
see if I can clean up the conditional block. It was there for a reason I
just don't know at this moment.
2021-08-08 09:30:49 -04:00
Kevin Scott Adams 572c81a95e Updated patch files.
- Updated patch file for 6.4-8 due to changes in functions declarations.
2021-06-10 11:47:14 -04:00
Kevin Scott Adams 1048ee23a7 Missing right curly bracket in TrueNAS-SCALE Fix.
- Added a '}' at line 515.
- Fixes issues reported in #98 abd #75.
- freenas-proxmox-packer also fixed. The stable build directory somehow
was moved to the development building directory.
2021-04-15 20:29:59 -04:00
Kevin Scott Adams cc9707a14c TrueNAS-Scale slash substitution.
- Changed a slash (/) to a dash (-) on the $cfg->{'pool'} reference.
SCST does not support '/' characters on the device.
- Possible fix for #75.
2021-04-13 14:47:21 -04:00
Kevin Scott Adams bd9c2e27ee
Merge pull request #97 from TheGrandWazoo/master
Damn copy and paste.
2021-04-13 14:37:16 -04:00
Kevin Scott Adams bd13f0a8c8 Damn copy and paste.
- Copy and pasting just does not work.
2021-03-20 15:24:22 -04:00
Kevin Scott Adams 9b95a08ed4
Merge pull request #94 from TheGrandWazoo/master
Merge fixes
2021-03-20 15:15:33 -04:00