One small step: https://github.com/clearos/app-mail-extension/commit/2f8b611eafa700f8b98deda3f6e8db68f60192c4
An app is now available, in testing: http://wikisuite.org/How-to-install-Syncthing-on-ClearOS
Sure, we will need this for H5P, to sync with their tags, or make them use tiki (free)tags.
https://conversejs.org/ will be added to Tiki17
First Openfire RPM available since 2016-12-23 (This will eventually replace the very long instructions at http://wikisuite.org/How-to-install-Openfire-Meetings-on-ClearOS ) Openfire can be installed with the following command on a Clear...
Perhaps useful for Tiki as well: https://github.com/devurandom/roundcube-converse.js-xmpp-plugin
Database: Easier way to create database with most common use case: with a user with the same name as DB, with full access to this database, but to nothing else (And only for this web space) -> This is being added to Tiki: https://so...
Almost ready: https://github.com/WikiSuite/app-two-factor-auth https://github.com/WikiSuite/app-two-factor-auth-extension
To test: http://wikisuite.org/How-to-install-Two-Factor-Authentication-for-ClearOS
Great progress and teamwork: https://github.com/fabiomontefuscolo/openfire-tikitoken-authprovider/pull/1
More links: https://dev.tiki.org/XMPP https://dev.tiki.org/Openfire
2017-03-27 This is the second round of the Openfire RPM for ClearOS: http://wikisuite.org/How-to-install-Openfire-Meetings-on-ClearOS
Done in latest 7.x: https://tracker.clearos.com/view.php?id=14091 https://github.com/clearos/app-web-server/commit/7a264b2046b92f43c152270807998c9c6fd13c51
Done https://github.com/clearos/app-mariadb/commit/3a6543afe4e3587ead17f9af447127fa8e5b1b50 Thanks!
Now in testing: http://wikisuite.org/How-to-install-a-PHP-version-picker-on-ClearOS
Plan is made. Now need to do the work
On hold, until we decide about https://dev.tiki.org/TRIM+Revamp
On hold until we decide about https://dev.tiki.org/TRIM+Revamp Also, we could make a Piwik Package: https://doc.tiki.org/Packages from https://packagist.org/packages/piwik/piwik
This is quite a bit of initial work, and for ongoing maintenance.
Done: https://www.youtube.com/channel/UCbiP9xUG-ffomKI2ewzEp8Q
https://github.com/roundcube/roundcubemail/issues/5918
https://github.com/roundcube/roundcubemail/issues/5937
https://github.com/roundcube-next/roundcube-server/commits/master
http://wikisuite.org/ClearOS-and-Cyrus-IMAP-3-testing
Fixed. Will be in next build. https://github.com/WikiSuite/kimchi/commit/da5d70a2907fe1f9d42162c37512bc90e58eea1f
Now just need to make sure all apps are protected by http://wikisuite.org/How-to-install-Dynamic-Firewall-on-ClearOS
We are very close to a new app with Openfire 4.2
Thank you for this very detailed report. And I love the mock-up you made! On https://github.com/WikiSuite/app-kimchi/issues/3#issue-279643954, you indicate "I've already installed KVM as per:
Yes, I tried yum install app-kimchi on a fresh clearos 7.4 installation and the Virtualisation tab went missing. I had to activate the default settings as described above in order to get that tab.
Let me add that my clearos runs in Gateway mode.
Could you please share the editing on config files in order to achieve this? Thank you.
Here is a config that worked once upon a time. It likely still does. /etc/clearos/network.conf Network interface roles EXTIF="ppp0" LANIF="br0" /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=e...
ah that could be something. My gateway is a distinct ClearOS.
Thank you. Unfortunately, these settings didn't work for me. ClearOS accepted them. The br0 bridge appeared in the webconfig. The actual clients in my network were able to get IPs from the DHCP server and communicate within the LAN, but ...
Upstream work needed: https://tracker.clearos.com/view.php?id=18401
Yes, we noticed for Tiki as well. A fix has been found and will be proposed for the PHP engines app.
Thank you for this detailed report. I agree we should solve it.
Sure. There is also one issue to consider, which is performance. As both 'bridge' and 'macvtap' are broken, then one should choose which type to fix in order to get a better performance. This document sheds some light on the topic: https:/...
Here is one possible solution which can easily implemented by the Kimchi app: https://wiki.libvirt.org/page/TroubleshootMacvtapHostFail The app can just add an "isolated" network as described in section "Less Painful Solution". Routing t...
https://github.com/WikiSuite/app-php-engines/pull/4
Do you think solving item266-ClearOS-in-Gateway-Mode-Refuses-to-Route-KVMs will also solve this?
This (item259) is about some missing files/settings (default net and pool). The other one (item266) is about routing VMs traffic through clearOS running as a gateway. Item266 has higher priority for sure and fixing it by enabling a "defa...
That's great. Let's now hope for PHP 7.1 since 7.0 is getting difficult to work with now
https://github.com/WikiSuite/app-php-engines/commit/ccfe9a1224e73dd2169645f857df980e0ee573a1
PHP 7.1 available: http://wikisuite.org/How-to-install-a-PHP-version-picker-on-ClearOS
@techana : app-php-engines 1.1.1-1 should use the PHP which is set for that website. Please confirm.
Thank you. Repo clearos-contribs-testing still shows app-php-engines.noarch 1:1.1.0-1.v7. I'll wait till the newer version propagates through my repo's mirror then test.
I did yum --enablerepo=clearos-contribs-testing install app-php-engines and it worked.
I installed app-php-engines v.1.1.1 but it still uses PHP version 5.4.16 when running from a crontab. How I tested it: 1. Chose PHP v.7.1 for a website. 2. Made a test PHP script in the document root of that website: <?php echo...
ok, maybe we need one more commit: https://github.com/WikiSuite/app-php-engines/pull/5