Browse Source

Release v1.0.0 2021-07-16

v1.0.2
John Haverlack 3 years ago
parent
commit
20891fe4aa
  1. 23
      README.md
  2. 6
      package.json
  3. 6
      skqitam-client/package.json
  4. BIN
      skqitam-stats.png
  5. BIN
      skqitam-web.png
  6. 8
      web/root/docs/versions.md
  7. 4
      web/root/mkdocs.yml
  8. 4
      web/root/site/404.html
  9. 4
      web/root/site/assets.html
  10. 4
      web/root/site/bootstrap.html
  11. 4
      web/root/site/build.html
  12. 4
      web/root/site/cloning.html
  13. 4
      web/root/site/code.html
  14. 4
      web/root/site/contact.html
  15. 4
      web/root/site/editing.html
  16. 4
      web/root/site/equations.html
  17. 4
      web/root/site/footnotes.html
  18. 4
      web/root/site/icons.html
  19. 4
      web/root/site/index.html
  20. 4
      web/root/site/install.html
  21. 4
      web/root/site/license.html
  22. 4
      web/root/site/menu.html
  23. 4
      web/root/site/optional.html
  24. 4
      web/root/site/pdf.html
  25. 4
      web/root/site/search.html
  26. 2
      web/root/site/search/search_index.json
  27. BIN
      web/root/site/sitemap.xml.gz
  28. 4
      web/root/site/stats.html
  29. 4
      web/root/site/swipe.html
  30. 4
      web/root/site/test.html
  31. 4
      web/root/site/version.html
  32. 14
      web/root/site/versions.html

23
README.md

@ -4,7 +4,7 @@
- Copyright © 2021 [University of Alaska Fairbanks](https://www.uaf.edu) - [College of Fisheries and Ocean Science](https://www.uaf.edu/cfos/) - [R/V Sikuliaq](https://www.sikuliaq.alaska.edu)
- Author: John Haverlack ([jehaverlack@alaska.edu](mailto:jehaverlack@alaska.edu))
- Proposed Open Source License: [ISC License (ISC)](https://opensource.org/licenses/ISC)
- Status: Under Development, anticipated release June 2021
- Status: 1.0.0 First Release 2021-07-16
The Sikuliaq IT Asset Manager is a non-invasive tool that can be safely run on Windows, Mac, and Linux hosts to collect and report hardware and software information for IT Cybersecurity Auditing purposes.
@ -23,10 +23,12 @@ The Sikuliaq IT Asset Manager is a non-invasive tool that can be safely run on W
#### Clone Code Base
```
git clone https://github.alaska.edu/skq/skq-it-am.git
git clone https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git
```
#### Run Server Setup
Tested on Debian 10, Raspbian 10, and CentOS 7. Will likely work on any modern Linux and OS X OS.
```
cd skq-it-am
./server-setup.sh
@ -38,7 +40,22 @@ cd skq-it-am
```
Point your browser to:
- [http://localhost:8411]
- [http://localhost:8411] or the URL printed at the command line.
- Follow the directions to run the skqitam client on Windows, Mac, and Linux hosts
#### Processing data
1. After collecting data from at least on client
2. Run: ```./analyze-data.sh``` from the skq-it-am directory.
Then navigate to the **Stats** and **Assets** menu items in the web interface.
## Caveats
- The service runs on port 8411 and is not secured by SSL or authentication. It is advised to run skq-it-am only on internal networks and NOT openly on the Internet.
- Sometimes you have to force releast the website to get the Config to load (Bug needs fixed)
## Screenshots
![sqkitam-web](skqitam-web.png)
![sqkitam-stats](skqitam-stats.png)

6
package.json

@ -1,7 +1,7 @@
{
"name": "skq-it-am",
"version": "0.0.13",
"version_date": "2021-07-14",
"version": "1.0.0",
"version_date": "2021-07-16",
"description": "Sikuliaq IT Asset Manager",
"copyright": "University of Alaska Fairbanks - College of Fisheries and Ocean Science - R/V Sikuliaq",
"main": "index.js",
@ -20,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.alaska.edu/skq/skq-it-am.git"
"url": "https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git"
},
"author": "John Haverlack",
"license": "ISC"

6
skqitam-client/package.json

@ -1,7 +1,7 @@
{
"name": "skqitam-client",
"version": "0.0.13",
"version_date": "2021-07-14",
"version": "1.0.0",
"version_date": "2021-07-16",
"description": "Sikuliaq IT Asset Manager Client Data Collector",
"copyright": "University of Alaska Fairbanks - College of Fisheries and Ocean Science - R/V Sikuliaq",
"main": "skqitam-client.js",
@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.alaska.edu/skq/skq-it-am.git"
"url": "https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git"
},
"author": "John Haverlack",
"license": "ISC"

BIN
skqitam-stats.png

After

Width: 923  |  Height: 1168  |  Size: 130 KiB

BIN
skqitam-web.png

Before

Width: 803  |  Height: 1125  |  Size: 172 KiB

After

Width: 923  |  Height: 1125  |  Size: 174 KiB

8
web/root/docs/versions.md

@ -1,5 +1,6 @@
## Change Log
- 1.0.0 2021-07-16 - First Major Release / Published at [https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git](https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git)
- 0.0.13 2021-07-14 - Asset List
- 0.0.12 2021-06-30 - HW and SW Statistics Report
- 0.0.11 2021-06-28 - Appendix D Software Report
@ -19,15 +20,18 @@
### Bug Fixes
- Fix Unique ID Generation for systems which have been cloned from VM or system Images.
- Some Mac OS X Client Versions may not have correct System Profiler
- Fix Software Inventory Exporter
### Caveats
- The server on port 8411 does not support authentication or SSL. And should only be run on internal networks, not open to the Internet.
### Features
- Add Manual Edit Web UI
- Refactor code to support modular data acquisition and reporting modules.
- Add Self Hosted Git Repo
- Add Self Hosted NODEJS Repo
- Add Admin Web UI with Authentication
- Add HW and SW Statistics Analysis
- Add Update detection based on Statistics
- Add Windows Service Pack Monitoring
- Add support for windows XP
- Add support for Arch LinuxMint

4
web/root/mkdocs.yml

@ -5,9 +5,9 @@ copyright: <p class="small">Copyright &copy; 2021 <a target="_blank" href="https
use_directory_urls: false
extra:
version: 0.0.13 2021-07-14 (Beta)
version: 1.0.0 2021-07-16
repo_url: https://github.alaska.edu/skq/skq-it-am.git
repo_url: https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git
repo_name: <span class="fab fa-git-square"></span>
theme:

4
web/root/site/404.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -139,7 +139,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/assets.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -176,7 +176,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/bootstrap.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -226,7 +226,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/build.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -151,7 +151,7 @@ Each time you edit the site source content files you will need to run the <code>
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/cloning.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -166,7 +166,7 @@ A UA Github (<a href="https://github.alaska.edu">https://github.alaska.edu</a>)
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/code.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -223,7 +223,7 @@ echo "Hello World"
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/contact.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -148,7 +148,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/editing.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -187,7 +187,7 @@ Markdown files can contain inline HTML, or pure Markdown code.
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/equations.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -222,7 +222,7 @@ Markdown supports inline [LaTeX](https://en.wikipedia.org/wiki/LaTeX) equations
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/footnotes.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -150,7 +150,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/icons.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -178,7 +178,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/index.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -192,7 +192,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/install.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -192,7 +192,7 @@ mkdocs, version 1.1 from /usr/local/lib/python3.6/site-packages/mkdocs (Python 3
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/license.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -152,7 +152,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/menu.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -161,7 +161,7 @@ However both top and sub nav menu items can also be both Markdown or URL links.
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/optional.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -176,7 +176,7 @@ v12.14.1
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/pdf.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -155,7 +155,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/search.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -145,7 +145,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

2
web/root/site/search/search_index.json
File diff suppressed because it is too large
View File

BIN
web/root/site/sitemap.xml.gz

4
web/root/site/stats.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -181,7 +181,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/swipe.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -171,7 +171,7 @@ $(&quot;body&quot;).on('swiperight', function(e) {
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/test.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -189,7 +189,7 @@ In modern web browsers (Firefox, Chrome, etc) you can right click in the backgro
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

4
web/root/site/version.html

@ -105,7 +105,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -144,7 +144,7 @@ A custom site <b>version</b> date has been added to the <code>mkdocs.yml</code>
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

14
web/root/site/versions.html

@ -115,7 +115,7 @@
</a>
</li>
<li class="nav-item">
<a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
<a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
</li>
</ul>
</div>
@ -129,6 +129,7 @@
<h2 id="change-log">Change Log</h2>
<ul>
<li>1.0.0 2021-07-16 - First Major Release / Published at <a href="https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git">https://www.sikuliaq.alaska.edu/git/skq/skq-it-am.git</a></li>
<li>0.0.13 2021-07-14 - Asset List</li>
<li>0.0.12 2021-06-30 - HW and SW Statistics Report</li>
<li>0.0.11 2021-06-28 - Appendix D Software Report</li>
@ -147,15 +148,20 @@
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fix Unique ID Generation for systems which have been cloned from VM or system Images.</li>
<li>Some Mac OS X Client Versions may not have correct System Profiler</li>
<li>Fix Software Inventory Exporter</li>
</ul>
<h3 id="caveats">Caveats</h3>
<ul>
<li>The server on port 8411 does not support authentication or SSL. And should only be run on internal networks, not open to the Internet.</li>
</ul>
<h3 id="features">Features</h3>
<ul>
<li>Add Manual Edit Web UI</li>
<li>Refactor code to support modular data acquisition and reporting modules.</li>
<li>Add Self Hosted Git Repo</li>
<li>Add Self Hosted NODEJS Repo</li>
<li>Add Admin Web UI with Authentication</li>
<li>Add HW and SW Statistics Analysis</li>
<li>Add Update detection based on Statistics</li>
<li>Add Windows Service Pack Monitoring</li>
<li>Add support for windows XP</li>
<li>Add support for Arch LinuxMint</li>
@ -177,7 +183,7 @@
<p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
<p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
<p class="small">Version: 0.0.13 2021-07-14 (Beta)</p>
<p class="small">Version: 1.0.0 2021-07-16</p>
<p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
</footer>

Loading…
Cancel
Save