Changes

From Amahi Wiki
Jump to: navigation, search
10,112 bytes removed ,  14:09, 30 December 2014
no edit summary
'''Reference''': [https://github.com/amahi Amahi Github repo], in particular the [https://github.com/amahi/spdy SPDY] and [https://github.com/amahi/spdy-proxy SPDY-proxy] repos written in Golang
 
==Reliability==
 
===CI Server for Apps===
 
'''Description''': App reliability is critical for Amahi. We have been striving to develop a customized CI (Continuous Integration) server for testing apps.
 
'''Objective''': Develop up a CI server for apps (we have been calling a prototype "the app grinder") . The goal is to achieve 100% app installation and reliability. An important goal is to support a tester program for Amahi. We have a number of ideas of what we want to achieve -- how to design the CI server so that testers can easily see their passes, failures and anything in between.
 
'''Skills Required''': Capybara, ruby, Webkit, Selenium, maybe Vagrant and system scripting. Other possible technologies could be Jenkins, Travis, etc.
 
'''Mentors''': Carlos, Bogdan
 
===App Sandboxing===
 
'''Description''': Use containers to improve app stability
 
'''Objective''': Some apps may be more suitably installed inside a container because they may be too disruptive in a system. Can we you use popular sandboxing environments to contain apps that want to take over things, like Zimbra, or some PBX/VoIP systems, etc.
 
'''Skills Required''': [http://docker.io Docker], Vagrant (for testing), ruby, bash, [http://pdos.csail.mit.edu/mbox/ Mbox]
 
'''Mentor:''': Carlos, Bogdan
 
== Apps==
 
Innovative app or app packaging and app-related projects.
 
===Improved VPN Security===
 
'''Description''': Improve the security of our OpenVPN and IPSec VPN apps. Examples are allowing users to generate their own certificates, identify weak spots and strengthen them.
 
'''Objective''': For the example of generating their own certificates, build a wizard to allow users to create and manage their certificates. Another goal would be to provide logging of VPN connections, so that the user can see the activity on their VPN.
 
'''Skills Required''': keen sense of security settings, certificates
 
'''Mentors''': Daniel, Carlos
 
 
===Caching Server===
 
'''Description''': a caching proxy to save on bandwidth
 
'''Objective''': Develop and plugin that will allow an administrator user to control the traffic for specific devices inside the network. This app (or possibly a plugin) should display all the connected device as well as provide the ability to search by name/MAC address. For a selected device the administrator should:
*Limit access between certain time intervals
*Limit bandwidth
*Block certain websites (either on an individual basis or read them from a file)
*Limit traffic
 
'''Skills Required''': system configuration and scripting
 
'''Mentors''': Daniel, Jesse
 
 
 
===Network Groups===
 
'''Description''': Develop a plugin to allow network device grouping. This will be the framework for future plugins.
 
'''Objective''': Allow an administrator to group network devices in groups with different permissions. Limit the user access to certain apps based on the group settings.
 
'''Skills Required''': RoR, system programming
 
'''Mentors''': Jesse, Daniel
 
===Create UI and package it for RSnapshot===
 
'''Description''': Make a UI for rsnapshot
 
'''Objective''': [http://www.rsnapshot.org/ RSnapshot] is a great application to backup local data, making efficient use of storage as well as CPU resources and can handle a lot of data. A one-click app that includes a UI to set up and manage RSnapshot backups. Also, possibly backup to GDrive, S3, other cloud solutions
 
'''Skills Required''': RoR, system programming
 
'''Mentor''': Rod, Dag
 
'''References'''
* [http://sourceforge.net/projects/rsnapshotbackup/ rsnapshot-backup-php]
* [http://dobrev.ws/projects/webrsnapshot Webrsnapshot]
 
===Package VoIP and/or PBX system===
 
'''Description''': A frequently requested application that is hard to package and configure is a voice over IP telephony app. Related to this is also a PBX system
 
'''Objective''': configuring PBX or a VoIP system can be complex. There are several hurdles to this. The task is to evaluate all
 
'''Skills Required''': app scripting and packaging, telephony, VoIP, messaging systems
 
'''Mentors''': Carlos, Pat
 
'''References''':
* [http://www.asterisk.org/ Asterisk]
* [http://www.freepbx.org/ FreePBX]
 
==Installer==
 
===Improved Installation===
 
'''Description''': Improved installation experience for users.
 
'''Objective''': Configuration and installation of Amahi can be painful for some percentage of users. Many of them do not know much or care for Linux. We want to make the installation as smooth as possible not just for them, but for more even more regular (non-techy) users. Ubuntu has some challenges of its own to make it work without dropping the users to the command line.
* Create a new [https://fedoraproject.org/wiki/Anaconda Anaconda] node for Amahi configuration
* Similarly for Ubuntu
* Make images that enable booting from USB devices "out of the box"
* Detect sub-optimal configurations of disk partitions and provide feedback to the user
* Measure and analyze how users get tripped on installation and create ways to tackle these issues, bringing installation issues down
 
'''Skills Required''': Python, Linux boot process internals, creating ISO images
 
'''Mentors''': Carlos, Daniel, Jesse
 
===User Onboarding===
 
'''Description''': Help users get their HDA up and running with minimal interaction after installation
 
'''Objective''': Happier users. The idea is to implement an automated configuration check tool. The current [http://www.amahi.net Amahi Interactive Troubleshooter] can be used as a starting point. The tool should:
* check if the installation was successful
* compare current settings against the expected settings
* automatically fix inconsistencies with no user interaction
 
'''Skills Required''': RoR, scripting, netflow capture, dhcping scripting
 
'''Mentors''': Daniel, Carlos
 
===Ubuntu 14.04===
 
'''Description''': Get Amahi ready for [https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule Ubuntu 14.04]
 
'''Objective''': Further development on the Amahi platform to be able to install the same applications and have the same features as the Fedora based version. A new install CD package that allows you to add Amahi functionality to Ubuntu 14.04 (LTS)
 
'''Skills Required''': ruby, ISO creation
 
'''Mentor''': Carlos, Frans
 
== Networking ==
 
===Clustering Amahi Servers===
 
'''Description''': Create a system to create data nodes that integrate with the Amahi API as well as auto mount as NFS or SMB shares to allow the usage of applications through locally mounted shares (such as gallery, subsonic etc). This would allow you to connect Windows / Linux computers as data nodes. Perhaps an installable agent?
 
'''Objective''': An installer that integrates with Amahi (a stripped down version of Amahi?) and a management pane in the main amahi server that allows you to add a server by IP or DNS name.
 
'''Skills Required''': Ruby, misc system scripting
 
'''Mentors''': Carlos, Dan, Rod
 
===Rolling Distribution===
 
'''Description''': Make Amahi a [https://en.wikipedia.org/wiki/Rolling_release rolling distribution]
 
'''Objective''': Being able to upgrade Amahi versions without having to upgrade OSs is very appealing and a huge win.
 
'''Skills Required''': major Linux packaging mojo, ruby, system scripting, ISO packaging, repo creation
 
'''Mentor''': Carlos, Jesse Read
 
== GUI and UX ==
 
 
This area can offer '''a lot''' of possibilities for ideas. A lot can be improved in Amahi to make the users happier. We are listing one topic here, but there are many, from a better front-end HTML (responsiveness, html5 compliance, browser compatibility, etc.), to CSS re-implementation, to allow for nice JS libraries to be used in plugins easily, like D3.js, Highcharts, etc., etc.
 
===Better Theme Integration===
 
'''Description''': Our theme system is pretty good, however, it's very customized and we could do better with a more responsive front-end
 
'''Objective''':
* allow the usage of popular themes out there, like themes for Drupal, Wordpress, etc., with minor configuration changes, or even directly
* allow the integration of mobile themes
* provide hooks to detect mobile devices and present a mobile theme
 
 
'''Skills Required''': CSS, HTML5, ruby, RoR
 
'''Mentors''': Jesse, Carlos
 
=== Innovative Documentation ===
 
 
'''Description''': Document Amahi in innovative ways, like screencasts, extra videos, hands-on guides, etc.
 
'''Objective''':
* Improve the way users get value from Amahi by instructing how to do typical operations
* It could be with screencasts, hand-on guides, videos, etc.
 
'''Skills Required''': management of teams, organization and documentation
 
'''Mentors''': Carlos
 
=Other Ideas=
 
* Add features to our popular [http://www.amahi.org/ios Amahi app for iOS]: Offer to display image-heavy folders and shares within a "gallery" or collection view, add the ability to navigate and stream shares containing music in a streamlined way, Dynamic search, SPDY support, for both remote and local queries, support for accessing HDA web applications within Amahi for iOS, share folders and files from your HDA to other apps or users, support for HDA user permissions (share & web app restrictions, etc.). Mentors available: Jesse and Carlos
* PHP API: make a native PHP SDK for the Amahi platform, so that PHP apps (we have a lot of them) can more easy be integrated
* Integrate a mail server as an app. Identify any settings or configuration that need to be implemented in the platform
* Router integration, UPNP, direct control
* Port AES (Amahi Energy Server) to Amahi 7
* Integration of LDAP as a back-end management system, calendaring
* Feature development (examples):
* Calendaring, and integrated contact manager application. Possible options: 1) ownCloud based or 2) Apache carddav
* For the more design-oriented, build mobile theme(s)
* Documentation or screencasts/tutorials
 
 
Plus, of course we are open to suggestions. Open a dialog. We're happy to discuss and determine a suitable project.
 
Amahi is a platform that will support the deployment of other open source applications. If you are interested in the integration of applications in your area of interest, just contact us with suggestions.
=Mentors=
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits