Importing into a fresh repository.
Showing
5 changed files
with
54 additions
and
0 deletions
Dockerfile
0 → 100644
docker-compose.yml
0 → 100644
overlay/etc/php5/fpm/pool.d/roundcube.conf
0 → 100644
overlay/tmp/build/preseed.sh
0 → 100755
overlay/tmp/build/roundcube.preseed
0 → 100644
1 | roundcube-core roundcube/mysql/method select tcp/ip | ||
2 | roundcube-core roundcube/dbconfig-reinstall boolean false | ||
3 | roundcube-core roundcube/purge boolean false | ||
4 | roundcube-core roundcube/language select en_US | ||
5 | roundcube-core roundcube/restart-webserver boolean false | ||
6 | roundcube-core roundcube/install-error select ignore | ||
7 | roundcube-core roundcube/mysql/admin-user string root | ||
8 | roundcube-core roundcube/database-type select mysql | ||
9 | roundcube-core roundcube/internal/skip-preseed boolean true | ||
10 | |||
11 | |||
12 | roundcube-core roundcube/remote/newhost string mysql-server | ||
13 | roundcube-core roundcube/remote/port string 3306 | ||
14 | roundcube-core roundcube/remote/host select mysql-server | ||
15 | roundcube-core roundcube/db/app-user string roundcube | ||
16 | roundcube-core roundcube/db/dbname string roundcube | ||
17 | roundcube-core roundcube/hosts string mail |
-
Please register or sign in to post a comment