Amos Jones ajones
  • Joined on 2023-05-06
ajones closed issue ajones/fixparsec#3 2023-11-13 17:35:27 +00:00
Step 3 would be a simple HTML page to display the button
ajones closed issue ajones/fixparsec#2 2023-11-13 17:35:27 +00:00
Step two, use express js to make a API route that takes the ID and runs the function
ajones merged pull request ajones/fixparsec#9 2023-11-13 17:35:07 +00:00
issue2
ajones pushed to main at ajones/fixparsec 2023-11-13 17:35:07 +00:00
06da6531dd Merge pull request 'issue2' (#9) from issue2 into main
2c5800b945 this solves issues 2 & 3
767f0e8bf5 this closes issue #2
Compare 3 commits »
ajones created pull request ajones/fixparsec#9 2023-11-13 17:34:40 +00:00
issue2
ajones pushed to issue2 at ajones/fixparsec 2023-11-13 17:33:20 +00:00
2c5800b945 this solves issues 2 & 3
ajones opened issue ajones/Research#2 2023-11-07 19:11:55 +00:00
Find out how to properly set up a trust
ajones opened issue ajones/Research#1 2023-11-07 19:11:36 +00:00
Find out how to acquire hardware in a data center
ajones created repository ajones/Research 2023-11-07 19:10:49 +00:00
ajones pushed to issue2 at ajones/fixparsec 2023-10-11 01:29:15 +00:00
767f0e8bf5 this closes issue #2
ajones created branch issue2 in ajones/fixparsec 2023-10-11 01:29:14 +00:00
ajones closed issue ajones/fixparsec#1 2023-10-09 19:56:53 +00:00
Step one, write a fun function in node that takes a VM is and API and resets that VM
ajones pushed to main at ajones/fixparsec 2023-10-09 15:27:11 +00:00
90a9a4b3a8 #1 complete
4c1380f9e7 #1 complete
Compare 2 commits »
ajones pushed to main at ajones/fixparsec 2023-07-25 01:18:04 +00:00
406424e1ab submitting code for peer review issue #1
b0c029e877 submitting code for peer review issue #1
Compare 2 commits »
ajones pushed to main at ajones/fixparsec 2023-07-19 04:43:13 +00:00
ad8cf23ea1 bringing repo current with local code
ajones pushed to main at ajones/fixparsec 2023-07-05 22:38:58 +00:00
a479d7e61e first draft, issue #1
ajones closed issue ajones/fixparsec#7 2023-07-05 10:47:04 +00:00
Get the proxmox api key
ajones commented on issue ajones/fixparsec#7 2023-07-05 10:47:03 +00:00
Get the proxmox api key

TO generate a Proxmox API Token, you go to Datacenter > Exapnd the Permissions Menu > APITokens. Here you click Add. YOU choose a user and define a Token Name (ours is fixparsec :). You can also…

ajones opened issue ajones/fixparsec#8 2023-05-20 09:43:45 +00:00
Research API endpoint and usage
ajones commented on issue ajones/fixparsec#5 2023-05-20 07:37:22 +00:00
Install and setup dev env

The environment setup is an lxc container using ubuntu 22.04. Git, nodejs, and npm packages are installed via apt. npm init was run. npm install express --save was run.