feat: add NetBox plugin store
CI / php-store (push) Canceled after 0s
CI / python-components (push) Canceled after 0s

This commit is contained in:
2026-08-24 20:51:25 +02:00
commit f36d6be511
135 changed files with 15160 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php declare(strict_types=1); ?>
</main>
<footer class="site-footer">
<div class="shell footer-inner">
<div>
<strong>NetBox Plugin Store</strong>
<p>Freigegebene Metadaten, reproduzierbar geprüfte Artefakte.</p>
</div>
<div class="footer-links">
<a href="/api/v1/plugins/">Catalog API v1</a>
<a href="/healthz">Systemstatus</a>
</div>
</div>
</footer>
</body>
</html>