[+] Docker
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# refray
|
||||
|
||||
A tool to keep ALL of your repos in sync across ALL git platforms, while being able to work from any one of them.
|
||||
A tool to keep your repos in sync across all git platforms, while being able to work from everywhere all at once.
|
||||
|
||||
Created becasue github is so unusable and unreliable and I want to leave, but I don't want to leave the community behind.
|
||||
|
||||
@@ -22,6 +22,26 @@ Supported platforms: GitHub, GitLab, Gitea, Forgejo
|
||||
|
||||
Go to the [releases page](https://github.com/MaigoLabs/refray/releases), find the latest release, and download the appropriate binary for your platform.
|
||||
|
||||
### Option 3. Docker Compose
|
||||
|
||||
Run config wizard:
|
||||
|
||||
```sh
|
||||
docker compose run --rm refray config
|
||||
```
|
||||
|
||||
Start the webhook receiver as a service:
|
||||
|
||||
```sh
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
To edit config manually:
|
||||
|
||||
```sh
|
||||
docker compose run --rm --entrypoint nano refray /data/config/refray/config.toml
|
||||
```
|
||||
|
||||
## Configure
|
||||
|
||||
Run the interactive configuration wizard:
|
||||
|
||||
Reference in New Issue
Block a user