REUSE compliance of jimbo/homelab

Unfortunately, codeberg.org/jimbo/homelab is not REUSE compliant and does not fully adopt the recommendations to make software licensing easy for humans and machines alike. Have a look at our tutorial to learn about the three simple steps to become REUSE compliant.

Badge

To add the badge to your project's README.md file, use the following snippet:

[![REUSE status](https://api.reuse.software/badge/codeberg.org/jimbo/homelab)](https://api.reuse.software/info/codeberg.org/jimbo/homelab)

Machine-readable information

The API provides machine-readable artifacts for automatic analysis.

  • All information about the latest compliance check can also be accessed via a machine-parsable JSON file.
  • You can gather the automatically generated SPDX SBOM in Tag:Value format, based on the reuse spdx command.

Last lint output

Commit d037dd8ea7145f88ea541e5cfc31690bb65162df was checked on 24 Oct 2025 07:57:48 UTC with the following result:

# UNUSED LICENSES

The following licenses are not used:
* MIT

# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: MIT
* Used licenses: AGPL-3.0-only, Unlicense
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 17 / 17
* Files with license information: 17 / 17

Unfortunately, your project is not compliant with version 3.3 of the REUSE Specification :-(


# RECOMMENDATIONS

* Fix unused licenses: At least one of the license text files in 'LICENSES' is
  not referenced by any file, e.g. by an 'SPDX-License-Identifier' tag. Please
  make sure that you either tag the accordingly licensed files properly, or
  delete the unused license text if you are sure that no file or code snippet is
  licensed as such.