1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2024-07-19 10:16:01 +02:00
parent 759cfdf021
commit d6784e378c
4 changed files with 0 additions and 8 deletions

View file

@ -21,11 +21,8 @@ yunohost = ">= 11.2.20"
helpers_version = "2.1"
architectures = ["amd64", "arm64", "armhf", "i386"]
multi_instance = false
ldap = false
sso = false
disk = "100M"
ram.build = "800M"
ram.runtime = "50M"

View file

@ -3,5 +3,3 @@
#=================================================
# COMMON VARIABLES AND CUSTOM HELPERS AND CUSTOM HELPERS
#=================================================
# PHP APP SPECIFIC
#=================================================

View file

@ -1,6 +1,5 @@
#!/bin/bash
# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers

View file

@ -3,8 +3,6 @@
source _common.sh
source /usr/share/yunohost/helpers
timezone=$(cat /etc/timezone)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================