Skip to content

YunoHost-Apps/mediadrop_ynh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 

Mediadrop for YunoHost

Integration level Working status Maintenance status
Install Mediadrop with YunoHost

Lire ce readme en français.

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.

https://www.domain.tld/admin

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

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