NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

.github/workflows/rebuild_backup_image.yml

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

rebuild_backup_image.yml on main
Author Date Commit Line Code
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
1
name: Build mailcow backup image
Open commit View diff
1 name: Build mailcow backup image
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
2
Open commit View diff
2
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
3
on:
Open commit View diff
3 on:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
4
  schedule:
Open commit View diff
4 schedule:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
5
    # At 00:00 on Sunday
Open commit View diff
5 # At 00:00 on Sunday
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
6
    - cron: "0 0 * * 0"
Open commit View diff
6 - cron: "0 0 * * 0"
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
7
  workflow_dispatch: # Allow to run workflow manually
Open commit View diff
7 workflow_dispatch: # Allow to run workflow manually
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
8
Open commit View diff
8
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
9
jobs:
Open commit View diff
9 jobs:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
10
  docker_image_build:
Open commit View diff
10 docker_image_build:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
11
    runs-on: ubuntu-latest
Open commit View diff
11 runs-on: ubuntu-latest
Peter over 1 year ago 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
12
    permissions:
Open commit View diff
12 permissions:
same change 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
13
      packages: write
Open commit View diff
13 packages: write
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
14
    steps:
Open commit View diff
14 steps:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
15
      - name: Checkout
Open commit View diff
15 - name: Checkout
renovate[bot] about 1 month ago 47e4552

Update actions/checkout action to v7 (#7300)

Full commit hash
47e4552b44ddfd528b99987545ccdaf61135f2c9
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
about 1 month ago
Selected line
16
        uses: actions/checkout@v7
Open commit View diff
16 uses: actions/checkout@v7
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
17
Open commit View diff
17
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
18
      - name: Set up QEMU
Open commit View diff
18 - name: Set up QEMU
renovate[bot] 5 months ago a4ca5f9

Update docker/setup-qemu-action action to v4 (#7092)

Full commit hash
a4ca5f936347eaae3666726b68f73efdb8eea00a
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
5 months ago
Selected line
19
        uses: docker/setup-qemu-action@v4
Open commit View diff
19 uses: docker/setup-qemu-action@v4
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
20
Open commit View diff
20
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
21
      - name: Set up Docker Buildx
Open commit View diff
21 - name: Set up Docker Buildx
renovate[bot] 5 months ago 598ea21

chore(deps): update docker/setup-buildx-action action to v4 (#7096)

Full commit hash
598ea21827d92440c9fd601a95b451b90c6242c3
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
5 months ago
Selected line
22
        uses: docker/setup-buildx-action@v4
Open commit View diff
22 uses: docker/setup-buildx-action@v4
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
23
Open commit View diff
23
Peter over 1 year ago 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
24
      - name: Login to GHCR
Open commit View diff
24 - name: Login to GHCR
same change 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
25
        if: github.event_name != 'pull_request'
Open commit View diff
25 if: github.event_name != 'pull_request'
renovate[bot] 5 months ago baf0e7e

chore(deps): update docker/login-action action to v4 (#7094)

Full commit hash
baf0e7e6581dfaccec765223b7aa421b3f061b81
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
5 months ago
Selected line
26
        uses: docker/login-action@v4
Open commit View diff
26 uses: docker/login-action@v4
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
27
        with:
Open commit View diff
27 with:
Peter over 1 year ago 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
28
          registry: ghcr.io
Open commit View diff
28 registry: ghcr.io
same change 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
29
          username: ${{ github.repository_owner }}
Open commit View diff
29 username: ${{ github.repository_owner }}
same change 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
30
          password: ${{ secrets.GITHUB_TOKEN }}
Open commit View diff
30 password: ${{ secrets.GITHUB_TOKEN }}
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
31
Open commit View diff
31
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
32
      - name: Build and push
Open commit View diff
32 - name: Build and push
renovate[bot] 5 months ago 905e936

Update docker/build-push-action action to v7 (#7097)

Full commit hash
905e93627c7d8ce884732661c90dd4bd8596d7d4
Author
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date
5 months ago
Selected line
33
        uses: docker/build-push-action@v7
Open commit View diff
33 uses: docker/build-push-action@v7
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
34
        with:
Open commit View diff
34 with:
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
35
          context: .
Open commit View diff
35 context: .
Peter almost 3 years ago d8fd023

Update rebuild_backup_image.yml

Full commit hash
d8fd023cdbe35c72e5201aeb5d3e0d2acb312e13
Author
Peter <[email protected]>
Date
almost 3 years ago
Selected line
36
          platforms: linux/amd64,linux/arm64
Open commit View diff
36 platforms: linux/amd64,linux/arm64
Peter over 3 years ago 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
37
          file: data/Dockerfiles/backup/Dockerfile
Open commit View diff
37 file: data/Dockerfiles/backup/Dockerfile
same change 118cb10

Add new action Build mailcow backup image

Full commit hash
118cb1017a63281fb4dbef4e0959388cc9aacae6
Author
Peter <[email protected]>
Date
over 3 years ago
Selected line
38
          push: true
Open commit View diff
38 push: true
Peter over 1 year ago 3c9d0c9

use ghcr.io for backupimage (#6333)

Full commit hash
3c9d0c9d577a3ac8a159a34c7851b14cd6d4ecb1
Author
Peter <[email protected]>
Date
over 1 year ago
Selected line
39
          tags: ghcr.io/mailcow/backup:latest
Open commit View diff
39 tags: ghcr.io/mailcow/backup:latest