mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* 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>
12 lines
214 B
TOML
12 lines
214 B
TOML
[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 |