Skip to content

Commit

Permalink
增加README徽章
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbenzhu committed Mar 18, 2024
1 parent f5cf459 commit 899cc7c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create and publish a Docker image
name: build

on:
push:
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# rsync-object-storage
一个同步工具,可以监听本地文件变更,实时同步到远端(s3)对象存储

[![Build]][build_url]
[![Version]][tag_url]
[![Size]][hub_url]
[![Pulls]][hub_url]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://copyfree.org)

### 功能点

- 实时同步
Expand Down Expand Up @@ -104,4 +110,13 @@ sudo sysctl fs.inotify.max_user_watches=102400 | sudo tee -a /etc/sysctl.conf
# 查询是否生效
cat /proc/sys/fs/inotify/max_user_watches

```
```

[build_url]: https://github.com/jorben/rsync-object-storage/
[hub_url]: https://hub.docker.com/r/jorbenzhu/rsync-object-storage/
[tag_url]: https://hub.docker.com/r/jorbenzhu/rsync-object-storage/tags

[Build]: https://github.com/jorben/rsync-object-storage/actions/workflows/dockerbuild.yml/badge.svg
[Size]: https://img.shields.io/docker/image-size/jorbenzhu/rsync-object-storage/latest?color=066da5&label=size
[Pulls]: https://img.shields.io/docker/pulls/jorbenzhu/rsync-object-storage.svg?style=flat&label=pulls&logo=docker
[Version]: https://img.shields.io/docker/v/jorbenzhu/rsync-object-storage/latest?arch=amd64&sort=semver&color=066da5

0 comments on commit 899cc7c

Please sign in to comment.