- System: Added containerized PulseAudio service
- Apps: PulseAudio socket is mounted at
/var/run/pulse/native - Update: Fixed an issue with checking for updates
- Apps: Updated to Dokku 0.4.3
- Apps: Redeployment on reboot is now faster
- Update: Fixed issue with a warning being shown on successful update
- System: Various bugfixes
- Apps: Only previously running apps will be rebuilt on reboot
- System: Announce SSH and HTTP ports with Bonjour/Avahi
- System: Our base Ubuntu image has been cut in size by over 100MB
- Updates:: Enabled update of CoreOS image to Protonet's version
- Updates:: Fixed issue with update script overwriting itself while still running
- Apps: Updated to Dokku 0.4
- Apps: They now have full access to
/devof the host system - App List: Now keeps refreshing even if the platform were down for a short moment
- Updates: A live status is now shown during update (#40)
- Apps: Apps are now started in a priviliged container in order to access hardware apis
- Logging: Logging is now at warn level
- System: Fix a few issues that could lead to
permission deniedmessages - Updates: Fix an issue where container deletion would fail
- App Deployment: Deployment error
[8] System error: no such file or directoryshould be fixed
- System: Fix an issue where the updater in certain situations wrongly announced the availability of an update
- App List: Open apps in a new tab
- USB:
/dev/bus/usbis now mounted into each app, alsolsusbis available and shows connected devices, serial access isn't working yet because of wrong permissions (see #20) - Documentation: The web frontend now displays a direct link to the Documentation
- App List: Correctly detect Dockerfile apps (see #4)
- App List: Prefer local (bonjour) url over remote url when opening apps
- App List: Changing the name/url of a machine now ensures that all apps get this info and offer the correct app url (fixes #12)
- Apps: Apps now receive a correct
X-Forwarded-Protoheader (see #22) - System: Fix an issue where docker containers sometimes weren't successfully started after boot
- App Deployment: Support for adding apt packages. Simply add a
apt-packagesfile to your app that contains the required packages. (Additional info) - App List: Dockerfile apps now always show
noneas app type (previously they showed a random/wrong app type, fixes #4) - System: Ensure that avahi (bonjour) and samba always come up after boot (fixes #27)
- System: Fix compatibility between Dokku and new CoreOS update
- Updates: A loading indicator is now shown while checking for new updates
- All apps are now started after boot (previously you had to start them manually, see #3)
- Testing: Hooray! We now have a CI based on CircleCI. Most repositories already have their tests running there. A status icon in the README shows the current test status.
- App Deployment: "Waiting for your app to be deployed" is now removed after successful deployment
- App Deployment: Show correct bonjour url in terminal after deployment
- Data Persistance: All app types now have permissions to write to
/dataSee #6