Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
funnyzak pushed 1 commit to main funnyzak/vCards
- Update release workflow to include data paths and refine release naming logic; modify organization name in YAML confi... 9bf632a
funnyzak pushed 1 commit to main funnyzak/vCards
- Add 深信服 logo image and configuration details in YAML format 7095848
funnyzak pushed 1 commit to refactor funnyzak/docker-release
- chore: add SYNC_ON_STARTUP environment variable to enable syncing at container startup 8644583
funnyzak pushed 1 commit to main funnyzak/vCards
- Update README with new CardDAV server details and Docker setup instructions 4cc8939
funnyzak pushed 1 commit to refactor funnyzak/docker-release
- chore: update repository name in Dockerfiles and scripts 69e3b91
funnyzak pushed 1 commit to main funnyzak/vCards
- Update release workflow to trigger on tags and improve release naming 61472a5
funnyzak pushed 1 commit to refactor funnyzak/docker-release
- feat: add vcards-pro support in workflows and Dockerfile ca6ec87
funnyzak created a branch on funnyzak/docker-release
refactor - Build images and publish to Docker Hub, GitHub Container Registry, and AliCloud Image Service.
funnyzak created a comment on an issue on metowolf/vCards
> > 做一个Docker镜像,包含 GHCR 和 阿里云镜像。和源仓库自动同步数据。 > > 大家嫌慢可以自己服务器部署。如下,每天零时进行版本检查并同步最新: > > ```shell > > docker run -d --name vcard \ > > -p 5232:5232 \ > > -e SYNC_CRON="0 0 * * *" \ > > ...
funnyzak created a comment on an issue on metowolf/vCards
做一个Docker镜像,包含 GHCR 和 阿里云镜像。和源仓库自动同步数据。 大家嫌慢可以自己服务器部署。如下,每天零时进行版本检查并同步最新: ```bash docker run -d --name vcard \ -p 5232:5232 \ -e SYNC_CRON="0 0 * * *" \ funnyzak/vcards:latest...
funnyzak pushed 1 commit to main funnyzak/docker-release
- Add vCards Docker (#30) * feat: add vCards Docker setup with release workflow and documentation * docs: update vC... a9d83af