Merge pull request #53 from GlassedSilver/patch-1
Update Changedetection.io to allow to set BASE_URL
This commit is contained in:
commit
c25ad9cc70
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
</Container>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue