Bladeren bron

ISPmail logo for Roundcube added :)

merge-requests/1/merge
Christoph Haas 10 jaren geleden
bovenliggende
commit
84a20137f1
3 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. BIN
      roles/ispmail-webmail/files/ispmail-logo.png
  2. +2
    -0
      roles/ispmail-webmail/tasks/main.yml
  3. +3
    -0
      roles/ispmail-webmail/templates/roundcube-config.inc.php.j2

BIN
roles/ispmail-webmail/files/ispmail-logo.png Bestand weergeven

Voor Na
Breedte: 177  |  Hoogte: 49  |  Grootte: 7.0 KiB

+ 2
- 0
roles/ispmail-webmail/tasks/main.yml Bestand weergeven

@@ -15,4 +15,6 @@
copy: src=roundcube-managesieve-config.inc.php dest=/etc/roundcube/plugins/managesieve/config.inc.php mode=0640
- name: Deploying Roundcube password plugin configuration
template: src=roundcube-password-config.inc.php.j2 dest=/etc/roundcube/plugins/password/config.inc.php owner=root group=www-data mode=640
- name: Copy ISPmail logo
copy: src=ispmail-logo.png dest=/var/lib/roundcube/


+ 3
- 0
roles/ispmail-webmail/templates/roundcube-config.inc.php.j2 Bestand weergeven

@@ -85,3 +85,6 @@ $config['skin'] = 'larry';
// Session lifetime in minutes
$config['session_lifetime'] = 60;

// Use our ISPmail logo
$config['skin_logo'] = './ispmail-logo.png';


Laden…
Annuleren
Opslaan