mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fake-hwclock save the clock each hours and at shutdown. On boot, it will check if the current date is under the registered date and if it's the case load the registered date. This is needed to be able to make TLS/openvpn authentication securely.
55 lines
2.3 KiB
Text
55 lines
2.3 KiB
Text
Source: yunohost
|
|
Section: utils
|
|
Priority: extra
|
|
Maintainer: YunoHost Contributors <contrib@yunohost.org>
|
|
Build-Depends: debhelper (>=9), dh-systemd, dh-python, python-all (>= 2.7)
|
|
Standards-Version: 3.9.6
|
|
X-Python-Version: >= 2.7
|
|
Homepage: https://yunohost.org/
|
|
|
|
Package: yunohost
|
|
Architecture: all
|
|
Depends: ${python:Depends}, ${misc:Depends}
|
|
, moulinette (>= 2.7.1), ssowat (>= 2.7.1)
|
|
, python-psutil, python-requests, python-dnspython, python-openssl
|
|
, python-apt, python-miniupnpc, python-dbus, python-jinja2
|
|
, glances
|
|
, dnsutils, bind9utils, unzip, git, curl, cron, wget
|
|
, ca-certificates, netcat-openbsd, iproute
|
|
, mariadb-server, php-mysql | php-mysqlnd
|
|
, slapd, ldap-utils, sudo-ldap, libnss-ldapd, unscd
|
|
, postfix-ldap, postfix-policyd-spf-perl, postfix-pcre, procmail, mailutils, postsrsd
|
|
, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved
|
|
, dovecot-antispam, fail2ban
|
|
, nginx-extras (>=1.6.2), php-fpm, php-ldap, php-intl
|
|
, dnsmasq, openssl, avahi-daemon, libnss-mdns, resolvconf, libnss-myhostname
|
|
, metronome
|
|
, rspamd (>= 1.6.0), redis-server, opendkim-tools
|
|
, haveged, fake-hwclock
|
|
Recommends: yunohost-admin
|
|
, openssh-server, ntp, inetutils-ping | iputils-ping
|
|
, bash-completion, rsyslog, etckeeper
|
|
, php-gd, php-curl, php-gettext, php-mcrypt
|
|
, python-pip
|
|
, unattended-upgrades
|
|
, libdbd-ldap-perl, libnet-dns-perl
|
|
Suggests: htop, vim, rsync, acpi-support-base, udisks2
|
|
Conflicts: iptables-persistent
|
|
, moulinette-yunohost, yunohost-config
|
|
, yunohost-config-others, yunohost-config-postfix
|
|
, yunohost-config-dovecot, yunohost-config-slapd
|
|
, yunohost-config-nginx, yunohost-config-amavis
|
|
, yunohost-config-mysql, yunohost-predepends
|
|
Replaces: moulinette-yunohost, yunohost-config
|
|
, yunohost-config-others, yunohost-config-postfix
|
|
, yunohost-config-dovecot, yunohost-config-slapd
|
|
, yunohost-config-nginx, yunohost-config-amavis
|
|
, yunohost-config-mysql, yunohost-predepends
|
|
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.
|