xchwarze/frieren

Suggestions and Improvements for the Project

Opened this issue · 1 comments

Suggestions and Improvements for the Project

Hello!

I want to congratulate the author on the excellent work done on this project. Below are some suggestions to enhance functionality and user experience:

1. Integration of SD/USB Mounting

I suggest creating a module within the repository that integrates SD/USB mounting and its necessary dependencies. This module should include the following commands:

  • lsusb to list connected USB devices.
  • df -h to display disk space usage.

Integrating these commands into a single module will simplify the management of external storage and improve user experience.

2. Fixing Errors in PHP "Scripts"

I have noticed that the PHP "scripts" in the dependencies installation section are not functioning correctly. It is recommended to review and fix these scripts to ensure they perform the necessary installations without issues.

3. New Networking Module

It would be useful to add a networking module that allows for network interface management. This module should include:

  • Changing the gateway.
  • Connecting USB WiFi and managing the WiFi networks the device connects to.

This will facilitate more efficient network configuration and management.

Conclusion

The project is continuously growing, and these suggestions are intended to contribute to its ongoing improvement. Best regards and great job on developing the project!

Hi dyba404 thanks for trying my project!
About the comments:

  1. There is already have that module: https://github.com/xchwarze/frieren-modules/tree/master/usbstorage
    It is an independent module because it consumes a lot of space.

  2. What PHP errors do you get? I left the api in development mode to show even the warnings, maybe I should change that to show only the errors.

  3. It is in the roadmap, although making a module like this consumes an extraordinary amount of hours...
    For example in the time it would take me to make this module I made all the extensions.