mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* Refactoring * Fix upgrade script * Fix owncloud migration + new helper ynh_handle_app_migration * Add more informations about ynh_handle_app_migration * Fix typos, enhance comments, fix spacing * Rename $dependencies to $pkg_dependencies as matter of homogeneity with other apps * [enh] Change the label during the migration
13 lines
205 B
Text
13 lines
205 B
Text
# File to migrate from Owncloud
|
|
|
|
# Final path
|
|
/var/www/$app
|
|
|
|
# Data directory
|
|
/home/yunohost.app/$app
|
|
|
|
# Nginx config
|
|
/etc/nginx/conf.d/$domain.d/$app.conf
|
|
|
|
# php-fpm config
|
|
/etc/php5/fpm/pool.d/$app.conf
|