Skip to content

Commit

Permalink
⬆️ some update, remove useless lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Nov 7, 2024
1 parent bbaa325 commit a49c0c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 19 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,12 @@ on:
branches: [main]

jobs:
lint-markdown:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Lint markdown files
uses: avto-dev/[email protected]
with:
args: "**/*.md"

lint-yaml:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint yaml files
uses: ibiqlik/[email protected]
2 changes: 0 additions & 2 deletions .markdownlint.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions backup_saved_side/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

TRAEFIK_NETWORK=

RESTIC_PASSWORD=

REST_SERVER_URL=
REST_SERVER_USER=
REST_SERVER_PW=
Expand Down
5 changes: 2 additions & 3 deletions backup_saved_side/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
version: "3.2"
services:
restic:
container_name: restic
image: mazzolino/restic
image: mazzolino/restic:1.7.2
hostname: docker
environment:
BACKUP_CRON: ${BACKUP_CRON}
RUN_ON_STARTUP: "true"
RESTIC_REPOSITORY: ${REST_SERVER_DESTINATION_BACKUP}
RESTIC_PASSWORD: x2mbFdSR
RESTIC_PASSWORD: ${RESTIC_PASSWORD}
RESTIC_BACKUP_SOURCES: /mnt/volumes
RESTIC_FORGET_ARGS: --keep-daily 5 --keep-weekly 4 --keep-monthly 2
volumes:
Expand Down
2 changes: 0 additions & 2 deletions backup_saving_side/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.2'

services:
backup_restserver:
image: restic/rest-server:latest
Expand Down

0 comments on commit a49c0c2

Please sign in to comment.