Skip to content

Commit

Permalink
Add ingress annotations related to homepage (#68)
Browse files Browse the repository at this point in the history
* Add ingress annotations related to homepage
* Add blocklistprojects lists filter
  • Loading branch information
cyxou authored Nov 11, 2023
1 parent 4818785 commit 4d5df46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/adguard-home/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: librepod
repository: https://librepod.github.io/charts
version: 1.2.0
version: 1.2.1
- name: unbound
repository: https://librepod.github.io/charts
version: 0.3.0
digest: sha256:7cff9f8ed56101d0a990a3167461abfcc5873b6c009f366886946bbd4e55f13f
generated: "2023-06-01T23:24:05.361092482+03:00"
digest: sha256:2d5a41fae0ea907cc3f65b7c4b2a8bd13f60997d34dfe854d795914d86d25869
generated: "2023-11-11T20:03:26.366198916+03:00"
4 changes: 2 additions & 2 deletions charts/adguard-home/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: adguard-home
description: Network-wide ads & trackers blocking DNS server
version: 0.1.0
version: 0.2.0
appVersion: v0.107.29
kubeVersion: ">=1.16.0-0"
type: application
Expand All @@ -19,7 +19,7 @@ sources:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/adguard-home.png
dependencies:
- name: librepod
version: 1.2.0
version: 1.2.1
repository: https://librepod.github.io/charts
- name: unbound
version: 0.3.0
Expand Down
11 changes: 11 additions & 0 deletions charts/adguard-home/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ ingress:
enabled: true
hosts:
- host: adguard.libre.pod
annotations:
gethomepage.dev/href: "https://adguard.libre.pod"
gethomepage.dev/enabled: "true"
gethomepage.dev/description: "{{ .Chart.Description }}"
gethomepage.dev/group: "{{ .Chart.Annotations.category }}"
gethomepage.dev/icon: adguard-home.png
gethomepage.dev/name: "{{ .Chart.Name }}"

dashboard:
expose: true
Expand Down Expand Up @@ -231,6 +238,10 @@ configmap:
url: https://adguardteam.github.io/HostlistsRegistry/assets/filter_2.txt
name: AdAway Default Blocklist
id: 2
- enabled: true
url: https://github.com/blocklistproject/Lists/raw/master/adguard/ads-ags.txt
name: blocklistproject-lists
id: 3
whitelist_filters: []
user_rules: []
dhcp:
Expand Down

0 comments on commit 4d5df46

Please sign in to comment.