https://github.com/michaing/dietpi-allogui
Allo GUI audiophile web interface for DietPi OS
https://github.com/michaing/dietpi-allogui
Last synced: 9 months ago
JSON representation
Allo GUI audiophile web interface for DietPi OS
- Host: GitHub
- URL: https://github.com/michaing/dietpi-allogui
- Owner: MichaIng
- Created: 2022-03-03T01:54:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:53:56.000Z (over 1 year ago)
- Last Synced: 2025-01-29T17:22:06.417Z (over 1 year ago)
- Language: Blade
- Homepage: https://dietpi.com/forum/t/dietpi-allo-com-web-gui-image/1523
- Size: 16.2 MB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
# Allo GUI audiophile web interface
[](https://www.codefactor.io/repository/github/michaing/dietpi-allogui)
This is the source code and pre-processed application repository for the [Allo.com](https://allo.com/) audiophile web interface, available in [DietPi OS](https://github.com/MichaIng/DietPi) for system and audio software management, and shipped with the [DietPi AlloGUI images](https://dietpi.com/phpbb/viewtopic.php?t=2317) for Raspberry Pi and Allo Sparky SBC.
This aims to replace the previous 7-Zip archive distribution from [dietpi.com](https://dietpi.com/downloads/binaries/all/) and enable easier development collaboration and transparency.
Compared to the latest previously provided v13.7, this version contains a major rework for performance and security reasons:
- The database is now generated on install, which contains only the login credentials, using the global software password.
- Cache and sessions are now stored via APCu, i.e. in memory instead of on disk.
- Shell commands are not executed via SSH and the dedicated `allo` user anymore, but directly via `exec()` as PHP user.
- Various related and unrelated fixes and cleanups have been applied, as well as updates for recent DietPi side changes.
- See [CHANGELOG.txt](https://github.com/MichaIng/DietPi-AlloGUI/blob/main/CHANGELOG.txt) for further details.