mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
56 lines
2.2 KiB
Text
56 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.11), 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 (>= 12.0), ssowat (>= 12.0)
|
|
, 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.47), python3-lexicon,
|
|
, python3-cryptography, python3-jwt, python3-passlib, python3-magic
|
|
, python-is-python3, python3-pydantic, python3-email-validator
|
|
, nginx, nginx-extras (>=1.22)
|
|
, 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
|
|
, opendkim-tools, postsrsd, procmail, mailutils
|
|
, redis-server
|
|
, acl
|
|
, git, curl, wget, cron, unzip, jq, bc, at, procps
|
|
, lsb-release, haveged, fake-hwclock, equivs, lsof, whois
|
|
Recommends: yunohost-admin, yunohost-portal (>= 12.0)
|
|
, ntp, inetutils-ping | iputils-ping
|
|
, bash-completion, rsyslog
|
|
, unattended-upgrades
|
|
, libdbd-ldap-perl, libnet-dns-perl
|
|
, rspamd
|
|
Conflicts: iptables-persistent
|
|
, apache2
|
|
, bind9
|
|
, nginx-extras (>= 1.23)
|
|
, openssl (>= 3.1)
|
|
, slapd (>= 2.6)
|
|
, dovecot-core (>= 1:2.4)
|
|
, redis-server (>= 5:7.1)
|
|
, fail2ban (>= 1.1)
|
|
, iptables (>= 1.8.10)
|
|
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.
|