added CyberChef entry (#221)

* Refactor meta.json: standardize tag formatting and add CyberChef entry

- Reformatted tag lists for consistency across all entries in meta.json.
- Added new entry for CyberChef, including relevant links and tags.

* Add MAZANOKE and SearXNG entries to meta.json

- Introduced MAZANOKE, a self-hosted image hosting platform, with relevant links and tags.
- Added SearXNG, a privacy-respecting metasearch engine, including detailed description and tags for better categorization.

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati 🪐
2025-07-12 11:29:35 +05:30
committed by GitHub
parent 99c5ac71e8
commit f5a50d2e12
4 changed files with 70 additions and 40 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -0,0 +1,5 @@
version: "3.8"
services:
cyberchef:
image: ghcr.io/gchq/cyberchef:latest
restart: unless-stopped

View File

@@ -0,0 +1,12 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "cyberchef"
port = 80
host = "${main_domain}"
path = "/"
[config.env]
# No environment variables required for basic CyberChef setup

View File

@@ -2632,6 +2632,59 @@
},
"tags": ["message-broker", "queue", "rabbitmq"]
},
{
"id": "zitadel",
"name": "Zitadel",
"version": "latest",
"description": "Open-source identity and access management platform with multi-tenancy, OpenID Connect, SAML, and OAuth 2.0 support.",
"logo": "zitadel.png",
"links": {
"github": "https://github.com/zitadel/zitadel",
"website": "https://zitadel.com/",
"docs": "https://zitadel.com/docs/"
},
"tags": [
"identity",
"authentication",
"authorization",
"iam",
"security",
"oauth",
"openid-connect",
"saml",
"multi-tenant"
]
},
{
"id": "cyberchef",
"name": "CyberChef",
"version": "latest",
"description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.",
"logo": "cyberchef.svg",
"links": {
"github": "https://github.com/gchq/CyberChef",
"website": "https://gchq.github.io/CyberChef/",
"docs": "https://github.com/gchq/CyberChef/wiki"
},
"tags": ["security", "encryption", "data-analysis"]
},
{
"id": "filestash",
"name": "Filestash",
"version": "latest",
"description": "Filestash is the enterprise-grade file manager connecting your storage with your identity provider and authorisations.",
"logo": "filestash.svg",
"links": {
"github": "https://github.com/mickael-kerjean/filestash",
"website": "https://www.filestash.app/",
"docs": "https://www.filestash.app/docs/"
},
"tags": [
"file-manager",
"document-editor",
"self-hosted"
]
},
{
"id": "mazanoke",
"name": "MAZANOKE",
@@ -2663,45 +2716,5 @@
"self-hosted",
"aggregator"
]
},
{
"id": "zitadel",
"name": "Zitadel",
"version": "latest",
"description": "Open-source identity and access management platform with multi-tenancy, OpenID Connect, SAML, and OAuth 2.0 support.",
"logo": "zitadel.png",
"links": {
"github": "https://github.com/zitadel/zitadel",
"website": "https://zitadel.com/",
"docs": "https://zitadel.com/docs/"
},
"tags": [
"identity",
"authentication",
"authorization",
"iam",
"security",
"oauth",
"openid-connect",
"saml",
"multi-tenant"
]
},
{
"id": "filestash",
"name": "Filestash",
"version": "latest",
"description": "Filestash is the enterprise-grade file manager connecting your storage with your identity provider and authorisations.",
"logo": "filestash.svg",
"links": {
"github": "https://github.com/mickael-kerjean/filestash",
"website": "https://www.filestash.app/",
"docs": "https://www.filestash.app/docs/"
},
"tags": [
"file-manager",
"document-editor",
"self-hosted"
]
}
]