fix erronous apps
This commit is contained in:
		| @@ -7,9 +7,6 @@ data: | ||||
|     bind_host: 0.0.0.0 | ||||
|     bind_port: 3000 | ||||
|     beta_bind_port: 0 | ||||
|     users: [] | ||||
|     auth_attempts: 5 | ||||
|     block_auth_min: 15 | ||||
|     http_proxy: "" | ||||
|     language: "" | ||||
|     debug_pprof: false | ||||
| @@ -58,43 +55,16 @@ data: | ||||
|       cache_ttl_min: 0 | ||||
|       cache_ttl_max: 0 | ||||
|       cache_optimistic: false | ||||
|       bogus_nxdomain: [] | ||||
|       aaaa_disabled: false | ||||
|       enable_dnssec: false | ||||
|       edns_client_subnet: false | ||||
|       max_goroutines: 300 | ||||
|       ipset: [] | ||||
|       filtering_enabled: true | ||||
|       filters_update_interval: 24 | ||||
|       parental_enabled: false | ||||
|       safesearch_enabled: false | ||||
|       safebrowsing_enabled: false | ||||
|       safebrowsing_cache_size: 1048576 | ||||
|       safesearch_cache_size: 1048576 | ||||
|       parental_cache_size: 1048576 | ||||
|       cache_time: 30 | ||||
|       rewrites: [] | ||||
|       blocked_services: [] | ||||
|       upstream_timeout: 10s | ||||
|       private_networks: [] | ||||
|       use_private_ptr_resolvers: true | ||||
|       local_ptr_upstreams: | ||||
|       - 192.168.1.1 | ||||
|     tls: | ||||
|       enabled: false | ||||
|       server_name: "" | ||||
|       force_https: false | ||||
|       port_https: 443 | ||||
|       port_dns_over_tls: 853 | ||||
|       port_dns_over_quic: 853 | ||||
|       port_dnscrypt: 0 | ||||
|       dnscrypt_config_file: "" | ||||
|       allow_unencrypted_doh: false | ||||
|       strict_sni_check: false | ||||
|       certificate_chain: "" | ||||
|       private_key: "" | ||||
|       certificate_path: "" | ||||
|       private_key_path: "" | ||||
|     filters: | ||||
|     - enabled: true | ||||
|       url: https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt | ||||
| @@ -112,21 +82,6 @@ data: | ||||
|     user_rules: [] | ||||
|     dhcp: | ||||
|       enabled: false | ||||
|       interface_name: "" | ||||
|       local_domain_name: lan | ||||
|       dhcpv4: | ||||
|         gateway_ip: "" | ||||
|         subnet_mask: "" | ||||
|         range_start: "" | ||||
|         range_end: "" | ||||
|         lease_duration: 86400 | ||||
|         icmp_timeout_msec: 1000 | ||||
|         options: [] | ||||
|       dhcpv6: | ||||
|         range_start: "" | ||||
|         lease_duration: 86400 | ||||
|         ra_slaac_only: false | ||||
|         ra_allow_slaac: false | ||||
|     clients: | ||||
|       runtime_sources: | ||||
|         whois: true | ||||
|   | ||||
| @@ -13,7 +13,7 @@ spec: | ||||
|     spec: | ||||
|       containers: | ||||
|       - name: jellyfin-web | ||||
|         image: ghcr.io/jellyfin/jellyfin-vue | ||||
|         image: jellyfin/jellyfin-vue | ||||
|         resources: | ||||
|           limits: | ||||
|             memory: "128Mi" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user