No description
Find a file
Renovate Bot 9ac6b0b073
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 18s
chore(deps): update dawidd6/action-send-mail action to v4 (#7)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>dawidd6/action-send-mail (dawidd6/action-send-mail)</summary>

### [`v4`](https://github.com/dawidd6/action-send-mail/releases/tag/v4)

[Compare Source](https://github.com/dawidd6/action-send-mail/compare/v3...v4)

##### What's Changed

-   build(deps): bump nodemailer from 6.9.13 to 6.9.14 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/206
-   build(deps): bump nodemailer from 6.9.14 to 6.9.15 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/212
-   build(deps): bump [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/216
-   build(deps): bump [@&#8203;actions/core](https://github.com/actions/core) from 1.11.0 to 1.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/217
-   build(deps): bump nodemailer from 6.9.15 to 6.9.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dawidd6/action-send-mail/pull/218
-   Enable the Showdown option to support tables by [@&#8203;phoeniixhawk](https://github.com/phoeniixhawk) in https://github.com/dawidd6/action-send-mail/pull/220

**Full Changelog**: https://github.com/dawidd6/action-send-mail/compare/v3.12.0...v4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMC42IiwidXBkYXRlZEluVmVyIjoiMzkuMjAuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: #7
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2024-11-20 11:01:30 +01:00
.gitea/workflows chore(deps): update dawidd6/action-send-mail action to v4 (#7) 2024-11-20 11:01:30 +01:00
app.sh linter 2023-11-24 12:13:21 +01:00
Dockerfile chore(deps): update alpine docker tag to v3.20.3 (#1) 2024-09-27 13:13:41 +02:00
README.md fix readme 2024-09-02 21:22:16 +02:00
renovate.json Add renovate.json 2024-01-28 22:32:48 +00:00

oxidized-selfmade aka routeros-config-export

This is a small script that pulls the config of one or multiple routeros-devices and pushes them into git-repository.

Usage

version: "3"
services:
  routeros-config-export:
    container_name: routeros-config-export
    restart: always
    image: registry.mgrote.net/oxidized-selfmade:master
    volumes:
      - /home/mg/key_git:/key_git:ro # passwordless ssh-key for pushing to the git-repository
      - /home/mg/key_rb5009:/key_rb5009:ro # passwordless ssh-key for a specific device, if you have mutltiple devices with different keys, mount them all here
    environment:
      # Format <FQDN>,<SSH_KEY_PATH to ssh-private-key(passwordless)>  #siehe volunmes # |- damit keine newline am ende erstellt wird
      DEVICES: |-
              # <fqdn of the device>,<user>,<path to ssh-key>
              rb5009.grote.lan,admin,/neu              
      GIT_REPO_BRANCH: "master" # on which branch should the commits be created
      GIT_REPO_URL: "ssh://gitea@gitea.grote.lan:2222/mg/testrepo.git" # repo-url in ssh format
      GIT_REPO_DEPLOY_KEY: "/neu" # path to deploy-key for the git-repository
      GIT_USERNAME: oxidized-selfmade # username for the commit
      GIT_USER_MAIL: michael.grote@posteo.de # mailaddress for the commit
      GIT_REPO_REMOTE_NAME: origin # git-name of the remote
      INTERVAL: 30 # interval, how often should the config be pulled