Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Nov 10, 2021
1 parent 24a0492 commit 80dab5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion roles/containers/swag/templates/common/internal.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ listen 80;
deny all;
include /config/nginx/ssl.conf;
client_max_body_size 0;
add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive";
6 changes: 3 additions & 3 deletions roles/homer/templates/config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ services:
type: Ping
logo: /assets/tools/homer-icons/fritzbox.png
url: "http://fritz.box/"
endpoint: "http://192.168.178.250:3000/http://fritz.box/"
endpoint: "http://{{ ansible_default_ipv4.address }}:3000/http://fritz.box/"
target: "_blank"
- name: "PiKVM"
type: Ping
logo: /assets/tools/homer-icons/pikvm.png
url: "http://pikvm.box/"
endpoint: "http://192.168.178.250:3000/http://pikvm.box"
endpoint: "http://{{ ansible_default_ipv4.address }}:3000/http://pikvm.box"
target: "_blank"
- name: "PiHole"
type: Ping
logo: /assets/tools/homer-icons/pihole.png
url: "http://pihole.box:81"
endpoint: "http://192.168.178.250:3000/http://pihole.box:81"
endpoint: "http://{{ ansible_default_ipv4.address }}:3000/http://pihole.box:81"
target: "_blank"


Expand Down

0 comments on commit 80dab5b

Please sign in to comment.