remove ipfs link from mainline via flag; reroute "View All Apps" to fdroid-webdash
This commit is contained in:
parent
ec1c6f6afa
commit
1835535387
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Deployment-specific variables to specify what features to surface.
|
# Deployment-specific variables to specify what features to surface.
|
||||||
has_internet: false
|
has_internet: false
|
||||||
show_chat: true
|
show_chat: true
|
||||||
show_ipfs: true
|
show_ipfs: false
|
||||||
# The standard dnsmasq config includes butterbox.lan even when a non-EN language
|
# 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.
|
# is selected so this should work even when the user-visible domain is different.
|
||||||
chat_server: "REPLACEME.lan"
|
chat_server: "REPLACEME.lan"
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Deployment-specific variables to specify what features to surface.
|
# Deployment-specific variables to specify what features to surface.
|
||||||
has_internet: false
|
has_internet: false
|
||||||
show_chat: true
|
show_chat: true
|
||||||
show_ipfs: true
|
show_ipfs: false
|
||||||
# The standard dnsmasq config includes butterbox.lan even when a non-EN language
|
# 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.
|
# is selected so this should work even when the user-visible domain is different.
|
||||||
chat_server: "REPLACEME.lan"
|
chat_server: "REPLACEME.lan"
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<footer class="footer-area">
|
<footer class="footer-area">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-area-wrapper text-center">
|
<div class="footer-area-wrapper text-center">
|
||||||
<a href="apps">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
|
<a href="/fdroid-webdash/">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue