~jose/charms/trusty/owncloud/update-repo-trusty

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Charles Butler
  • Date: 2014-07-21 22:06:00 UTC
  • mfrom: (24.1.18 owncloud)
  • Revision ID: chuck@dasroot.net-20140721220600-e7bwo8pr9b88h84n
  José Antonio Rey 2014-07-21 Updated README, fixed idempotency on src option

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
# Configuration
18
18
 
19
 
This charm comes with different configuration options. Some of them are
20
 
mandatory, but other ones are optional. Mandatory options include:
 
19
This charm comes with different configuration options. Optional configuration
 
20
options include:
21
21
 
22
22
`domain`: This is the domain or IP address for your ownCloud instance. If you
23
23
do not know what it is, execute `juju status` to find out the public address. If
24
24
not provided, the charm will refuse to configure.
25
25
 
26
 
Optional configuration options include:
 
26
`downloadurl`: This is the download URL that the charm will use in case the src
 
27
option is set to `source`. It defaults to the 6.0.4 URL.
 
28
 
 
29
`sha1sum`: This is the SHA1SUM for the `downloadurl` file. It defaults to the
 
30
SHA1SUM for the 6.0.4 file.
27
31
 
28
32
`port`: This is the alias port that will be used for the ownCloud instance. It
29
33
will redirect to 443, which is the HTTPS port. It defaults to 80.