mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Add anubis bot/crawler protector template Add Anubis bot/crawler protector to prevent ai bots to crawl all your website information and protecto from bots scanners Add anubis.webp logo Add docker-compose.yml compose Add template.toml configuration Upd meta.json with anubis info * dont know what is this * Update docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
18 lines
322 B
TOML
18 lines
322 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config.env]
|
|
COOKIE_DOMAIN = "${main_domain}"
|
|
TARGET = "YOURLOCALHOST:PORT"
|
|
DIFFICULTY = "5"
|
|
OG_PASSTHROUGH = true
|
|
OG_EXPIRY_TIME = "1h"
|
|
OG_CACHE_CONSIDER_HOST = true
|
|
SERVE_ROBOTS_TXT = false
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "anubis"
|
|
port = 8923
|
|
host = "${main_domain}"
|