mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
59 lines
2.2 KiB
Text
59 lines
2.2 KiB
Text
Source: yunohost
|
|
Section: utils
|
|
Priority: extra
|
|
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
|
Build-Depends: debhelper (>=9), debhelper-compat (= 13), dh-python, python3-all (>= 3.7), python3-yaml, python3-jinja2
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://yunohost.org/
|
|
|
|
Package: yunohost
|
|
Essential: yes
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}
|
|
, moulinette (>= 11.1), ssowat (>= 11.1)
|
|
, python3-psutil, python3-requests, python3-dnspython, python3-openssl
|
|
, python3-miniupnpc, python3-dbus, python3-jinja2
|
|
, python3-toml, python3-packaging, python3-publicsuffix2
|
|
, python3-ldap, python3-zeroconf (>= 0.36), python3-lexicon,
|
|
, python-is-python3
|
|
, nginx, nginx-extras (>=1.18)
|
|
, apt, apt-transport-https, apt-utils, dirmngr
|
|
, openssh-server, iptables, fail2ban, bind9-dnsutils
|
|
, openssl, ca-certificates, netcat-openbsd, iproute2
|
|
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, unscd, libpam-ldapd
|
|
, dnsmasq, resolvconf, libnss-myhostname
|
|
, postfix, postfix-ldap, postfix-policyd-spf-perl, postfix-pcre
|
|
, dovecot-core, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-antispam
|
|
, rspamd, opendkim-tools, postsrsd, procmail, mailutils
|
|
, redis-server
|
|
, acl
|
|
, git, curl, wget, cron, unzip, jq, bc, at, procps, j2cli
|
|
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois
|
|
Recommends: yunohost-admin
|
|
, ntp, inetutils-ping | iputils-ping
|
|
, bash-completion, rsyslog
|
|
, php7.4-common, php7.4-fpm, php7.4-ldap, php7.4-intl
|
|
, mariadb-server, php7.4-mysql
|
|
, php7.4-gd, php7.4-curl, php-php-gettext
|
|
, python3-pip
|
|
, unattended-upgrades
|
|
, libdbd-ldap-perl, libnet-dns-perl
|
|
, metronome (>=3.14.0)
|
|
Conflicts: iptables-persistent
|
|
, apache2
|
|
, bind9
|
|
, nginx-extras (>= 1.19)
|
|
, openssl (>= 3.0)
|
|
, slapd (>= 2.4.58)
|
|
, dovecot-core (>= 1:2.3.14)
|
|
, redis-server (>= 5:6.1)
|
|
, fail2ban (>= 0.11.3)
|
|
, iptables (>= 1.8.8)
|
|
Description: manageable and configured self-hosting server
|
|
YunoHost aims to make self-hosting accessible to everyone. It configures
|
|
an email, Web and IM server alongside a LDAP base. It also provides
|
|
facilities to manage users, domains, apps and so.
|
|
.
|
|
This package contains YunoHost scripts and binaries to be used by the
|
|
moulinette. It allows one to manage the server with a command-line tool
|
|
and an API.
|