fix: remove search

This commit is contained in:
2025-09-25 10:15:32 +01:00
parent 29908f7f8a
commit 718ee67d0b
9 changed files with 14 additions and 246 deletions
+7 -7
View File
@@ -44,7 +44,7 @@ server:
endpoints:
authz:
forward-auth:
implementation: 'ForwardAuth'
implementation: "ForwardAuth"
# SMTP Notifier https://www.authelia.com/configuration/notifications/smtp/
# Set also AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
@@ -90,14 +90,14 @@ identity_providers:
client_name: Gitea
client_secret: {{ secret "/run/secrets/GITEA_CLIENT_SECRET" }}
public: false
authorization_policy: 'two_factor'
authorization_policy: "two_factor"
consent_mode: pre-configured
token_endpoint_auth_method: 'client_secret_basic'
token_endpoint_auth_method: "client_secret_post"
pre_configured_consent_duration: 1w
scopes:
- 'openid'
- 'email'
- 'profile'
- "openid"
- "email"
- "profile"
redirect_uris:
- https://gitea.64815139.xyz/user/oauth2/Authelia/callback
- client_id: Qzmj9S-sJi0bDpUFhuJgqwJPiiGqEBtUGLmjqcZxFpLfQzb7Y9LxnmvZ2K1YoZT2vAXDqWi5
@@ -106,7 +106,7 @@ identity_providers:
public: false
authorization_policy: two_factor
consent_mode: pre-configured
token_endpoint_auth_method: 'client_secret_basic'
token_endpoint_auth_method: "client_secret_post"
pre_configured_consent_duration: 1w
scopes:
- openid
+4 -98
View File
@@ -50,125 +50,31 @@ www.64815139.xyz {
redir https://www.{host}{uri}
}
search.64815139.xyz {
log {
output discard
}
import secure *
@api {
path /config
path /healthz
path /stats/errors
path /stats/checker
}
@static {
path /static/*
}
@notstatic {
not path /static/*
}
@imageproxy {
path /image_proxy
}
@notimageproxy {
not path /image_proxy
}
header {
# Enable HTTP Strict Transport Security (HSTS) to force clients to always connect via HTTPS
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
# Enable cross-site filter (XSS) and tell browser to block detected attacks
X-XSS-Protection "1; mode=block"
# Prevent some browsers from MIME-sniffing a response away from the declared Content-Type
X-Content-Type-Options "nosniff"
# Disable some features
Permissions-Policy "accelerometer=(),ambient-light-sensor=(),autoplay=(),camera=(),encrypted-media=(),focus-without-user-activation=(),geolocation=(),gyroscope=(),magnetometer=(),microphone=(),midi=(),payment=(),picture-in-picture=(),speaker=(),sync-xhr=(),usb=(),vr=()"
# Disable some features (legacy)
Feature-Policy "accelerometer 'none';ambient-light-sensor 'none'; autoplay 'none';camera 'none';encrypted-media 'none';focus-without-user-activation 'none'; geolocation 'none';gyroscope 'none';magnetometer 'none';microphone 'none';midi 'none';payment 'none';picture-in-picture 'none'; speaker 'none';sync-xhr 'none';usb 'none';vr 'none'"
# Referer
Referrer-Policy "no-referrer"
# X-Robots-Tag
X-Robots-Tag "noindex, noarchive, nofollow"
# Remove Server header
-Server
}
header @api {
Access-Control-Allow-Methods "GET, OPTIONS"
Access-Control-Allow-Origin "*"
}
# Cache
header @static {
# Cache
Cache-Control "public, max-age=31536000"
defer
}
header @notstatic {
# No Cache
Cache-Control "no-cache, no-store"
Pragma "no-cache"
}
# CSP (see http://content-security-policy.com/ )
header @imageproxy {
Content-Security-Policy "default-src 'none'; img-src 'self' data:"
}
header @notimageproxy {
Content-Security-Policy "upgrade-insecure-requests; default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; form-action 'self' https://github.com/searxng/searxng/issues/new; font-src 'self'; frame-ancestors 'self'; base-uri 'self'; connect-src 'self' https://overpass-api.de; img-src 'self' data: https://*.tile.openstreetmap.org; frame-src https://www.youtube-nocookie.com https://player.vimeo.com https://www.dailymotion.com https://www.deezer.com https://www.mixcloud.com https://w.soundcloud.com https://embed.spotify.com"
}
handle {
encode zstd gzip
reverse_proxy 192.168.0.210:8080 {
header_up X-Forwarded-Port {http.request.port}
header_up X-Forwarded-Proto {http.request.scheme}
header_up X-Real-IP {remote_host}
}
}
}
gitea.64815139.xyz {
route {
crowdsec
rewrite /user/login /user/oauth2/Authelia
reverse_proxy 192.168.0.210:3000
reverse_proxy 192.168.0.216:3000
}
}
immich.64815139.xyz {
route {
crowdsec
reverse_proxy 192.168.0.210:2283
reverse_proxy 192.168.0.216:2283
}
}
uptime.64815139.xyz {
route {
crowdsec
reverse_proxy 192.168.0.210:4393
reverse_proxy 192.168.0.216:4393
}
}
oaT3cqYuCAegcoM4Xc4Pun1BUMOschxR.64815139.xyz {
route {
crowdsec
reverse_proxy 192.168.0.210:4449
reverse_proxy 192.168.0.216:4449
}
}
-4
View File
@@ -18,10 +18,6 @@
"name": "auth",
"proxied": false
},
{
"name": "search",
"proxied": false
},
{
"name": "gitea",
"proxied": false