mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge branch 'master' into example
This commit is contained in:
commit
3fe6c4f269
2 changed files with 13 additions and 0 deletions
|
@ -25,6 +25,12 @@ Installation requires a dedicated domain or subdomain. Installing in a subpath i
|
|||
|
||||
**Username:** demo **Password:** demo
|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://demo.funkwhale.audio)
|
||||
|
||||
**Username:** demo **Password:** demo
|
||||
|
||||
## Admin
|
||||
|
||||
The admin uses the login you provided at installation. The password is the same you use for YunoHost.
|
||||
|
|
|
@ -50,6 +50,13 @@ if ynh_legacy_permissions_exists; then
|
|||
ynh_app_setting_delete --app=$app --key=is_public
|
||||
fi
|
||||
|
||||
# Cleaning legacy permissions
|
||||
if ynh_legacy_permissions_exists; then
|
||||
ynh_legacy_permissions_delete_all
|
||||
|
||||
ynh_app_setting_delete --app=$app --key=is_public
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue