Mediadrop for YunoHost
This package allows you to install Mediadrop quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
MediaDrop provides unparalleled organization, statistics, accessibility, and scalability. Well-designed and well-engineered it is the ideal solution for any organization with large collections of video or audio.
Shipped version: 0.10.3~ynh2
Demo: https://demo.example.com
Disclaimers / important information
Use
Access the site administration by writing the following address in your browser.
User is "admin" and password is "admin"
Troubleshooting
If you have this error into syslog file ?
Use 'mysqld --thread_stack=#' to specify a bigger stack.")
This is because the thread_stack option is not high enough. This option manages the stack size for each thread.
Replace into this file /etc/mysql/my.cnf
thread_stack = 128K
by
thread_stack = 156K
You can adjust it, the mysql documentation says this.
The default of 192KB (256KB for 64-bit systems) is large enough for normal operation. If the thread stack size is too small, it limits the complexity of the SQL statements that the server can handle, the recursion depth of stored procedures, and other memory-consuming actions.
Source: Documentation MySQL
Documentation and resources
- Official app website: http://mediadrop.video/
- Official admin documentation: https://mediadrop.video/docs/
- Upstream app code repository: https://github.com/mediadrop/mediadrop
- YunoHost documentation for this app: https://yunohost.org/app_mediadrop
- Report a bug: https://github.com/YunoHost-Apps/mediadrop_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/mediadrop_ynh/tree/testing --debug
or
sudo yunohost app upgrade mediadrop -u https://github.com/YunoHost-Apps/mediadrop_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps