Include link to changedetection.io hosted option (#439)

This commit is contained in:
dgtlmoon
2022-02-28 15:47:59 +01:00
committed by GitHub
parent 75ca7ec504
commit fd45fcce2f
4 changed files with 15 additions and 4 deletions

View File

@@ -368,7 +368,9 @@ def changedetection_app(config=None, datastore_o=None):
tags=existing_tags,
active_tag=limit_tag,
app_rss_token=datastore.data['settings']['application']['rss_access_token'],
has_unviewed=datastore.data['has_unviewed'])
has_unviewed=datastore.data['has_unviewed'],
# Don't link to hosting when we're on the hosting environment
hosted_sticky=os.getenv("SALTED_PASS", False) == False)
return output