Line 1: |
Line 1: |
| __TOC__ | | __TOC__ |
| | | |
− | [[Category:Howto]] [[Category:Server Manager 2]] [[Category:SM2]] [[Category:Mojolicious]]
| |
| == Introduction == | | == Introduction == |
| | | |
Line 117: |
Line 116: |
| Later you will see how to access the "debug" property in your perl code which can be used to switch on and off diagnostic information. | | Later you will see how to access the "debug" property in your perl code which can be used to switch on and off diagnostic information. |
| | | |
− | Here's the contents of my "/etc/e-smith/templates-custom/usr/share/smanager/conf/srvmngr.conf/30other":<syntaxhighlight lang="perl"> | + | Here's the contents of my "/etc/e-smith/templates-custom/usr/share/smanager/conf/srvmngr.conf/30other": |
| + | |
| + | <syntaxhighlight lang="perl"> |
| modules_dir => 'lib/SrvMngr/Controller', | | modules_dir => 'lib/SrvMngr/Controller', |
| webapp => 'smanager', | | webapp => 'smanager', |
Line 975: |
Line 976: |
| Ones that have been done (Feb 2024) are: | | Ones that have been done (Feb 2024) are: |
| | | |
− | * smeserver-ddclient
| + | *smeserver-BackupPC (but not entirely - bug 11701) |
− | * smeserver-domains
| + | *smeserver-awstats |
− | * smeserver-BackupPC (but not entirely - [https://bugs.koozali.org/show_bug.cgi?id=11701 bug 11701]) | + | *smeserver-certificate |
− | * smeserver-qmhandle | + | *smeserver-ddclient |
− | * smeserver-dhcpmanager | + | *smeserver-dhcpmanager |
− | * smeserver-durep | + | *smeserver-domains (this one may not be finished) |
− | * smeserver-fail2ban | + | *smeserver-durep |
− | * smeserver-geneweb | + | *smeserver-fail2ban |
− | * smeserver-xt_geoip | + | *smeserver-geneweb |
− | * smeserver-vacation | + | *smeserver-qmHandle |
− | * smeserver-wbl | + | *smeserver-vacation |
− | * smeserver-webhosting | + | *smeserver-wbl |
| + | *smeserver-webhosting |
| + | *smeserver-wireguard |
| + | *smeserver-xt_geoip |
| + | |
| | | |
| I suggest you take one of the contribs you currently use and give it a go!! Check with the dev team and on the [https://forums.koozali.org/index.php/board,36.0.html forum] in case someone else is working on your choice though. | | I suggest you take one of the contribs you currently use and give it a go!! Check with the dev team and on the [https://forums.koozali.org/index.php/board,36.0.html forum] in case someone else is working on your choice though. |
Line 993: |
Line 998: |
| | | |
| This [[:Category:Contrib#In%20production|link]] will give you a list of contribs that have been released for SME10. | | This [[:Category:Contrib#In%20production|link]] will give you a list of contribs that have been released for SME10. |
− | [[Category:Developer]] | + | |
| + | ===Bugs=== |
| + | Please raise bugs under the SME-Server section in {{BugzillaFileBug|product=SME%20Server%2010.x|component=server-manager|title= bugzilla}} |
| + | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Server%2010.x|component=server-manager|title=this link}} |
| + | |
| + | Below is an overview of the current issues for this package:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=server-manager|noresultsmessage=No open bugs found.}} |
| + | |
| + | |
| + | ===Changelog=== |
| + | Only released version in smeserver are listed here. |
| + | |
| + | {{#smechangelog: {{#var:smecontribname}} }} |
| + | |
| + | |
| + | <!-- list of category you want to see this page in --> |
| + | [[Category:SME Server]][[Category:Administration]][[Category:Server Manager 2]] [[Category:SM2]] [[Category:Mojolicious]] [[Category:Developer]] |