Replies: 1 comment 4 replies
-
no, the use-case for this is that you can share the info with other people if you give them the link as for making that self-hosted, i'm open to a PR... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If a share-link is created shouldn't the resulting url be in the domain of the sharing instance?
Currently whenever i create a share-link in my docker-container the url i'm given
starts with
https://changedetection.io/share/
and info about the watch-config gets stored there.https://github.com/dgtlmoon/changedetection.io/blob/master/changedetectionio/__init__.py#L1276
https://github.com/dgtlmoon/changedetection.io/blob/master/README.md?plain=1#L64
It's not just the fact that this can't be un-shared by a user but also a unnecessarily centralized aproach.
Beta Was this translation helpful? Give feedback.
All reactions