Skip to content

Commit

Permalink
Merge pull request #1 from AdrienPoupa/feat/rclone-backup
Browse files Browse the repository at this point in the history
feat: Fork to Rclone backup
  • Loading branch information
AdrienPoupa authored Dec 31, 2023
2 parents c2629b6 + dda1720 commit f7fa112
Show file tree
Hide file tree
Showing 21 changed files with 259 additions and 1,786 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 1. Please put the value in double quotes to avoid problems.
# 2. To use the file, you need to map the file to `/.env` in the container.

# RCLONE_REMOTE_NAME="BitwardenBackup"
# RCLONE_REMOTE_DIR="/BitwardenBackup/"
# RCLONE_REMOTE_NAME="RcloneBackup"
# RCLONE_REMOTE_DIR="/RcloneBackup/"
# RCLONE_GLOBAL_FLAG=""
# CRON="5 * * * *"
# ZIP_ENABLE="TRUE"
# ZIP_PASSWORD="WHEREISMYPASSWORD?"
# ZIP_PASSWORD="123456"
# ZIP_TYPE="zip"
# BACKUP_FILE_SUFFIX="%Y%m%d"
# BACKUP_KEEP_DAYS="0"
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/docker-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,4 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: 'ttionya/vaultwarden-backup'
-
name: DockerHub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: 'ttionya/bitwardenrs-backup'
repository: 'AdrienPoupa/rclone-backup'
22 changes: 9 additions & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ jobs:
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
push: true
tags: |
ttionya/vaultwarden-backup:latest
ttionya/vaultwarden-backup:${{ env.TAG }}
ttionya/bitwardenrs-backup:latest
ttionya/bitwardenrs-backup:${{ env.TAG }}
ghcr.io/ttionya/vaultwarden-backup:latest
ghcr.io/ttionya/vaultwarden-backup:${{ env.TAG }}
adrienpoupa/rclone-backup:latest
adrienpoupa/rclone-backup:${{ env.TAG }}
ghcr.io/adrienpoupa/rclone-backup:latest
ghcr.io/adrienpoupa/rclone-backup:${{ env.TAG }}
publish-beta:
name: Docker Publish Beta
Expand Down Expand Up @@ -95,7 +93,7 @@ jobs:
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
push: true
tags: |
ttionya/vaultwarden-backup:${{ env.TAG }}
adrienpoupa/rclone-backup:${{ env.TAG }}
publish-schedule:
name: Docker Publish Schedule
Expand Down Expand Up @@ -150,9 +148,7 @@ jobs:
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
push: true
tags: |
ttionya/vaultwarden-backup:latest
ttionya/vaultwarden-backup:${{ env.TAG }}
ttionya/bitwardenrs-backup:latest
ttionya/bitwardenrs-backup:${{ env.TAG }}
ghcr.io/ttionya/vaultwarden-backup:latest
ghcr.io/ttionya/vaultwarden-backup:${{ env.TAG }}
adrienpoupa/rclone-backup:latest
adrienpoupa/rclone-backup:${{ env.TAG }}
ghcr.io/adrienpoupa/rclone-backup:latest
ghcr.io/adrienpoupa/rclone-backup:${{ env.TAG }}
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body: |
[CHANGELOG](https://github.com/ttionya/vaultwarden-backup/blob/master/CHANGELOG.md)
[CHANGELOG](https://github.com/AdrienPoupa/rclone-backup/blob/master/CHANGELOG.md)
29 changes: 0 additions & 29 deletions .github/workflows/sync.yml

This file was deleted.

Loading

0 comments on commit f7fa112

Please sign in to comment.