Difference between revisions of "Contrib/Template"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 32: | Line 32: | ||
=== Installation === | === Installation === | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | |||
+ | |||
+ | === Configuration === | ||
+ | you can list the available configuration with the followinf command : | ||
+ | config show {{#var:contribname}} | ||
+ | |||
+ | Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values : | ||
+ | {| class="wikitable" | ||
+ | !property | ||
+ | !default | ||
+ | !values | ||
+ | ! | ||
+ | |- | ||
+ | |DbName | ||
+ | |nextcloud | ||
+ | |string | ||
+ | |for mysql db | ||
+ | |- | ||
+ | |DbPassword | ||
+ | |GENERATED | ||
+ | |string | ||
+ | |for mysql db | ||
+ | |- | ||
+ | |DbUser | ||
+ | |nextcloud | ||
+ | |string | ||
+ | |for mysql db | ||
+ | |- | ||
+ | |access | ||
+ | |private | ||
+ | |private, public | ||
+ | | | ||
+ | |- | ||
+ | |status | ||
+ | |enabled | ||
+ | |enabled,disabled | ||
+ | |} | ||
Line 54: | Line 91: | ||
<!-- Please keep there the template revision number as is --> | <!-- Please keep there the template revision number as is --> | ||
− | [[contribtemplate:: | + | [[contribtemplate::2| ]] |
[[contriblang:: {{#var:lang}} | ]] | [[contriblang:: {{#var:lang}} | ]] |
Revision as of 19:36, 8 April 2018
contrib logo | |
Maintainer | maintainer |
---|---|
Url | https://wiki.contribs.org |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
Version
Description
Installation
yum --enablerepo=smecontribs install smeserver-contrib
Configuration
you can list the available configuration with the followinf command :
config show contrib
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values | |
---|---|---|---|
DbName | nextcloud | string | for mysql db |
DbPassword | GENERATED | string | for mysql db |
DbUser | nextcloud | string | for mysql db |
access | private | private, public | |
status | enabled | enabled,disabled |
Uninstall
yum remove smeserver-contrib contrib
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-contrib component or use this link
Below is an overview of the current issues for this contrib:
No open bugs found.
Changelog
Only released version in smecontrib are listed here.