Line 48: |
Line 48: |
| * '''status''' (enabled|disabled). Enable or disable web access, as well as the demon update | | * '''status''' (enabled|disabled). Enable or disable web access, as well as the demon update |
| * '''access''' (public|private). Public by default, if set to private, access will only be allowed from local networks and IP address allowed to access the server-manager | | * '''access''' (public|private). Public by default, if set to private, access will only be allowed from local networks and IP address allowed to access the server-manager |
− | * '''Url''': Used to generate download links in email notification. Default is https://$SystemName.$DomainName/dl. | + | * '''Uri''': Used to generate download links in email notification. Default is https://$SystemName.$DomainName/dl. (note the name of this property is Uri, not Url) |
| * '''DbUser''', '''DbName''' and '''DbPassword'''. Controls MySQL database settings. Default to dl as database name and user. The password is randomly generated after installation. You shouldn't have to change these settings | | * '''DbUser''', '''DbName''' and '''DbPassword'''. Controls MySQL database settings. Default to dl as database name and user. The password is randomly generated after installation. You shouldn't have to change these settings |
| * '''MaxUploadSize''': max file size in MB of uploaded files. Default is 1024 | | * '''MaxUploadSize''': max file size in MB of uploaded files. Default is 1024 |
Line 82: |
Line 82: |
| Authentication LemonLDAP | | Authentication LemonLDAP |
| signal-event domain-create dl.$(db configuration get DomainName) | | signal-event domain-create dl.$(db configuration get DomainName) |
− | db configuration setprop dl Url https://dl.$(db configuration get DomainName) | + | db configuration setprop dl Uri https://dl.$(db configuration get DomainName) |
| signal-event webapps-update | | signal-event webapps-update |
| | | |