Difference between revisions of "Contrib/Template"
Jump to navigation
Jump to search
Unnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|maintainer= maintainer | |maintainer= maintainer | ||
|licence= | |licence= | ||
− | |url= https://wiki. | + | |url= https://wiki.koozali.org |
|category= Category you want | |category= Category you want | ||
|tags=File,this,with,a,list,of,tags | |tags=File,this,with,a,list,of,tags | ||
Line 31: | Line 31: | ||
=== Installation === | === Installation === | ||
+ | <tabs container style="display: inline-block;" ><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | </tab><tab name="For SME 9"> | ||
+ | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | signal-event post-upgrade | ||
+ | signal-event reboot | ||
+ | </tab><tab name="For SME 8"> | ||
+ | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
+ | signal-event post-upgrade | ||
+ | signal-event reboot | ||
+ | </tab></tabs> | ||
+ | |||
+ | === Configuration === | ||
+ | you can list the available configuration with the following 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 39: | Line 85: | ||
=== Bugs === | === Bugs === | ||
− | Please raise bugs under the SME-Contribs section in | + | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} |
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} | ||
Line 54: | Line 100: | ||
<!-- 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}} | ]] |
Latest revision as of 20:59, 17 August 2022
contrib logo | |
Maintainer | maintainer |
---|---|
Url | https://wiki.koozali.org |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
Version
Description
Installation
yum --enablerepo=smecontribs install smeserver-contrib
yum --enablerepo=smecontribs install smeserver-contrib signal-event post-upgrade signal-event reboot
yum --enablerepo=smecontribs install smeserver-contrib signal-event post-upgrade signal-event reboot
Configuration
you can list the available configuration with the following 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.