0
0

Removed Cloudtube

This commit is contained in:
Opnxng 2024-06-30 16:15:09 +08:00
parent 65eb56c0ab
commit 097fb38195
2 changed files with 26 additions and 25 deletions

View File

@ -151,6 +151,11 @@
redir https://opnxng.com{uri} redir https://opnxng.com{uri}
} }
@yt host yt.{$HOSTNAME}
handle @yt {
redir https://about.opnxng.com/blog/#cloudtube
}
@n host n.{$HOSTNAME} @n host n.{$HOSTNAME}
handle @n { handle @n {
redir https://about.opnxng.com/blog/#nitter redir https://about.opnxng.com/blog/#nitter
@ -596,14 +601,14 @@
} }
} }
@yt host yt.{$HOSTNAME} # @yt host yt.{$HOSTNAME}
handle @yt { # handle @yt {
encode zstd gzip # encode zstd gzip
reverse_proxy {{ vultr_private_ip }}:8911 # reverse_proxy {{ vultr_private_ip }}:8911
header { # header {
X-Robots-Tag "noindex, noimageindex, nosnippet, notranslate, noarchive, nofollow" # X-Robots-Tag "noindex, noimageindex, nosnippet, notranslate, noarchive, nofollow"
} # }
} # }
} }

View File

@ -1,22 +1,18 @@
compose:
oracle1:
- searxng
oracle2:
- searxng
oracle3:
- searxng
oracle4:
- searxng
config: config:
oracle1:
- searxng
oracle2:
- searxng
oracle3:
- searxng
oracle4: oracle4:
- searxng - caddy
compose:
oracle4:
- caddy
remove:
vultr:
- cloudtube
down:
vultr:
- cloudtube
# ---------------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------------