Update Changedetection.io to allow to set BASE_URL

This commit is contained in:
Glassed Silver 2021-09-18 14:16:48 +02:00 committed by GitHub
parent 95c1a4c4b0
commit b4bbf84881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,5 @@
<Description>Self-hosted website change detection monitoring.</Description>
<Config Name="Port" Target="5000" Default="5000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">5000</Config>
<Config Name="Appdata" Target="/datastore" Default="/mnt/user/appdata/changedetection/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/changedetection/</Config>
<Config Name="Base URL" Target="BASE_URL" Default="" Mode="" Description="The URL this application will be accessed from your clients without trailing slash. Needed for notifications if you want to be linked to the diff page for example." Type="Variable" Display="always" Required="false" Mask="false"></Config>
</Container>