packaging_format = 2 id = "seafile" name = "Seafile" description.en = "Open Source Cloud Storage" description.fr = "Stockage Cloud Open Source" version = "9.0.9~ynh2" maintainers = ["Josué Tille"] [upstream] license = "AGPL-3.0,Apache-2.0,MIT,GPL-2.0" website = "https://www.seafile.com" demo = "https://demo.seafile.com" admindoc = "https://manual.seafile.com" code = "https://github.com/haiwen/seafile-server" cpe = "cpe:2.3:a:seafile:seafile" [integration] yunohost = ">= 11.2.8" architectures = ["amd64", "arm64", "armhf"] multi_instance = false ldap = true sso = true disk = "1G" ram.build = "500M" ram.runtime = "500M" [install] [install.domain] # this is a generic question - ask strings are automatically handled by Yunohost's core type = "domain" [install.path] # this is a generic question - ask strings are automatically handled by Yunohost's core type = "path" default = "/seafile" [install.server_name] ask.en = "Choose a name (3 - 15 letters or digits)" ask.fr = "Choisissez un nom (3 - 15 letters or digits)" type = "string" example = "Seafile" default = "Seafile" [install.admin] # this is a generic question - ask strings are automatically handled by Yunohost's core type = "user" [install.admin_password] ask.en = "Enter a password for the administrator" ask.fr = "Entrez un mot de passe pour l'administrateur" type = "password" [install.init_main_permission] help.en = "If it's not public, everybody which want to access to any page of seafile need to be authenticated on the SSO. On the public mode anybody can access to the authentication page. The shared link will be olso accessible by anybody who has this link." help.fr = "Si n'est pas publique, n'importe qui veux accéder à n'importe quelle page de seafile doit être authentifié dans le SSO. Dans le mode publique n'importe qui peut accéder à la page d'authentification de seafile. Les liens partagé seront aussi accessible par n'import qui qui à ce liens." type = "group" default = "visitors" [resources] [resources.system_user] allow_email = true home = "/opt/yunohost/__APP__" [resources.install_dir] dir = "/opt/yunohost/__APP__" owner = "__APP__:rwX" group = "__APP__:rX" subdirs = ["installed", "logs"] [resources.data_dir] dir = "/home/yunohost.app/__APP__" [resources.permissions] main.url = "/" file_server.url = "__DOMAIN__/seafhttp" file_server.label = "File server" file_server.allowed = "visitors" file_server.auth_header = false file_server.show_tile = false file_server.protected = true webdav.url = "__DOMAIN__/seafdav" webdav.label = "Webdav" webdav.allowed = "visitors" webdav.auth_header = false webdav.protected = true webdav.show_tile = false media.url = "/media" media.label = "Media" media.allowed = "visitors" media.auth_header = true media.protected = true media.show_tile = false [resources.ports] seahub.default = 8000 fileserver.default = 8082 webdav.default = 8080 [resources.sources.main] amd64.url = "https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_9.0.9_x86-64.tar.gz" amd64.sha256 = "db76bb33572ad0a6860470e907bed4ed780aa17d9e022226d99448a7f9e4ba74" arm64.url = "https://github.com/haiwen/seafile-rpi/releases/download/v9.0.9/seafile-server-9.0.9-bullseye-arm64v8l.tar.gz" arm64.sha256 = "c58f5d6b741dec240be9d75d6e617102b7adbfeba98cbd866732822bf9ca10b7" armhf.url = "https://github.com/haiwen/seafile-rpi/releases/download/v9.0.9/seafile-server-9.0.9-bullseye-arm32v7l.tar.gz" armhf.sha256 = "171fcf08b726d452e1c4cd22dadb9f8f5cf6848424ebc1e04cde5be34ef3d7f6" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = ".*-bullseye-arm64v8l\\.tar\\.gz" autoupdate.asset.armhf = ".*-bullseye-arm32v7l\\.tar\\.gz" [resources.apt] packages = ["ffmpeg", "python3", "python3-venv", "python3-setuptools", "python3-pip", "python3-dev", "python3-requests", "python3-scipy", "python3-matplotlib", "mariadb-server", "libmariadb-dev-compat", "libmariadb-dev", "memcached", "libmemcached-dev", "libjpeg62-turbo-dev", "zlib1g-dev", "libffi-dev"] [resources.database] type = "mysql"