From 1835535387b49d3bea22c7ab6e49ac1a49193501 Mon Sep 17 00:00:00 2001 From: John Hess Date: Sat, 9 Sep 2023 11:53:17 -0500 Subject: [PATCH] remove ipfs link from mainline via flag; reroute "View All Apps" to fdroid-webdash --- _data/deployment.yml | 2 +- _data/deployments/butterbox/deployment.yml | 2 +- _includes/footer.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/deployment.yml b/_data/deployment.yml index 4f72dc7..d9f7fc8 100644 --- a/_data/deployment.yml +++ b/_data/deployment.yml @@ -1,7 +1,7 @@ # Deployment-specific variables to specify what features to surface. has_internet: false show_chat: true -show_ipfs: true +show_ipfs: false # The standard dnsmasq config includes butterbox.lan even when a non-EN language # is selected so this should work even when the user-visible domain is different. chat_server: "REPLACEME.lan" \ No newline at end of file diff --git a/_data/deployments/butterbox/deployment.yml b/_data/deployments/butterbox/deployment.yml index 4f72dc7..d9f7fc8 100644 --- a/_data/deployments/butterbox/deployment.yml +++ b/_data/deployments/butterbox/deployment.yml @@ -1,7 +1,7 @@ # Deployment-specific variables to specify what features to surface. has_internet: false show_chat: true -show_ipfs: true +show_ipfs: false # The standard dnsmasq config includes butterbox.lan even when a non-EN language # is selected so this should work even when the user-visible domain is different. chat_server: "REPLACEME.lan" \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index c425dc8..69a7eec 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@