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

helper-scripts/docker-compose.override.yml.d/PROMETHEUS_EXPORTER/docker-compose.override.yml

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

docker-compose.override.yml on main
Author Date Commit Line Code
Sajjad hassanzadeh 11 months ago 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
1
services:
Open commit View diff
1 services:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
2
    prometheus-exporter-mailcow:
Open commit View diff
2 prometheus-exporter-mailcow:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
3
      image: ghcr.io/mailcow/prometheus-exporter:2
Open commit View diff
3 image: ghcr.io/mailcow/prometheus-exporter:2
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
4
      ports:
Open commit View diff
4 ports:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
5
        - "9099:9099"
Open commit View diff
5 - "9099:9099"
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
6
      restart: always
Open commit View diff
6 restart: always
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
7
      environment:
Open commit View diff
7 environment:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
8
        MAILCOW_EXPORTER_HOST: "<your-mail-domain>" # Replace with your Mailcow hostname
Open commit View diff
8 MAILCOW_EXPORTER_HOST: "<your-mail-domain>" # Replace with your Mailcow hostname
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
9
        MAILCOW_EXPORTER_API_KEY: "<your-API-Key>" # Replace with your API key
Open commit View diff
9 MAILCOW_EXPORTER_API_KEY: "<your-API-Key>" # Replace with your API key
Valentin Brandl 10 months ago 721ee23

Update variable name for prometheus-exporter security token (#6776)

Full commit hash
721ee2394ec991c68c96ab484be3e851c0dc2a02
Author
Valentin Brandl <[email protected]>
Date
10 months ago
Selected line
10
        MAILCOW_EXPORTER_SECURITY_TOKEN: "<your-secure-token>" # Replace with your secure key
Open commit View diff
10 MAILCOW_EXPORTER_SECURITY_TOKEN: "<your-secure-token>" # Replace with your secure key
same change 721ee23

Update variable name for prometheus-exporter security token (#6776)

Full commit hash
721ee2394ec991c68c96ab484be3e851c0dc2a02
Author
Valentin Brandl <[email protected]>
Date
10 months ago
Selected line
11
        # MAILCOW_EXPORTER_SECURITY_DISABLE_ACCESS_PROTECTION: "true" # Uncomment only if it is safe to disable token authentication (e.g., internal network only)
Open commit View diff
11 # MAILCOW_EXPORTER_SECURITY_DISABLE_ACCESS_PROTECTION: "true" # Uncomment only if it is safe to disable token authentication (e.g., internal network only)
Sajjad hassanzadeh 11 months ago 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
12
      dns:
Open commit View diff
12 dns:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
13
        - ${IPV4_NETWORK:-172.22.1}.254
Open commit View diff
13 - ${IPV4_NETWORK:-172.22.1}.254
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
14
      networks:
Open commit View diff
14 networks:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
15
        mailcow-network:
Open commit View diff
15 mailcow-network:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
16
          ipv4_address: ${IPV4_NETWORK:-172.22.1}.209
Open commit View diff
16 ipv4_address: ${IPV4_NETWORK:-172.22.1}.209
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
17
          aliases:
Open commit View diff
17 aliases:
same change 4d88e19

Feat/prometheus-exporter : Add prometheus exporter and grafana dashboard for mailcow. (#6314)

Full commit hash
4d88e191068c0b17a3e0e00d73f417788c756ae2
Author
Sajjad hassanzadeh <[email protected]>
Date
11 months ago
Selected line
18
            - prometheus-exporter
Open commit View diff
18 - prometheus-exporter