Sign inSign up

funnyzak/vcards

By funnyzak

Updated 8 days ago

导入常用联系人头像,优化 iOS 来电、信息界面体验

Image
Web servers
0

50K+

funnyzak/vcards repository overview

vCards

Docker Tags Image Size Docker Stars Docker Pulls

导入常用联系人头像,优化 iOS 来电、信息界面体验。更多信息请访问 vCards

Pulling Images

You can pull the images using the following commands:

docker pull funnyzak/vcards:latest
# GHCR 
docker pull ghcr.io/funnyzak/vcards:latest
# Aliyun
docker pull registry.cn-beijing.aliyuncs.com/funnyzak/vcards:latest

Usage

Docker Deployment

Use the default contacts data, and map to local 5232 port.

docker run -d --name vcard \
    -p 5232:5232 \
    funnyzak/vcards:latest

Setup on iOS and Mac

Deploy the vCards service, and add the following information to the CardDAV account:

  • Server: vcards.youdeployed.com
  • User name: cn
  • Password: cn or whatever you want

Steps:

  1. iOS: Settings - Contacts - Accounts - Add Account - Other - Add CardDAV Account.
  2. Mac: Contacts - Settings - Accounts - Other Contacts Accounts.

When syncing is complete, you can see the contacts in the Contacts app.

Contacts

More information can be found at vCards.

Tag summary

Content type

Image

Digest

sha256:f410f10e9

Size

36.8 MB

Last updated

8 days ago

docker pull funnyzak/vcards