#------------------------------------------------------------------------------ # /etc/config.d/carddav2fb - configuration file for carddav2fb # # Copyright (c) 2015-2020 The Eisfair Team, team(at)eisfair(dot)org # # Creation : 2015-04-11 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ START_CARDDAV2FB='no' # activate configuration: yes or no #------------------------------------------------------------------------------ # FRITZ!Box settings #------------------------------------------------------------------------------ CARDDAV2FB_FB_HOST='fritz.box' # hostname or ip address CARDDAV2FB_FB_USER='fb-upload' # user name to access FRITZ!Box CARDDAV2FB_FB_PASS='fb-geheim' # password to access FRITZBox CARDDAV2FB_FB_PBOOK_NBR='0' # number of phone book on FRITZ!Box CARDDAV2FB_FB_PBOOK_NAME='Telefonbuch' # name of phone book on FRITZ!Box #------------------------------------------------------------------------------ # CardDAV address books #------------------------------------------------------------------------------ CARDDAV2FB_SOURCE_PBOOK_N='1' # number of CardDAV address books CARDDAV2FB_SOURCE_PBOOK_1_ACTIVE='no' # 1. activate entry: yes or no CARDDAV2FB_SOURCE_PBOOK_1_COMMENT='Adressbuch von Frank' # comment CARDDAV2FB_SOURCE_PBOOK_1_URL='https://server.local.lan/owncloud/remote.php/carddav/addressbooks/user/kontakte' # URL to address book CARDDAV2FB_SOURCE_PBOOK_1_USER='tom' # user name to access address book CARDDAV2FB_SOURCE_PBOOK_1_PASS='pass' # password to access address book #------------------------------------------------------------------------------ # others #------------------------------------------------------------------------------ CARDDAV2FB_CRON_SCHEDULE='15 0 * * 0' # cron configuration string #------------------------------------------------------------------------------ # End #------------------------------------------------------------------------------