Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: accolon/parsedmarc-dockerized
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Jokoclp/parsedmarc-dockerized
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 13, 2024

  1. Update README.md

    Jokoclp authored Aug 13, 2024
    Copy the full SHA
    3225fa0 View commit details
  2. Update README.md

    Jokoclp authored Aug 13, 2024
    Copy the full SHA
    e0aea95 View commit details

Commits on Sep 23, 2024

  1. Merge pull request #1 from accolon/master

    Update Elastic/Kibana images.
    Jokoclp authored Sep 23, 2024
    Copy the full SHA
    df0cfb3 View commit details

Commits on Nov 4, 2024

  1. Update README.md

    Jokoclp authored Nov 4, 2024
    Copy the full SHA
    539045f View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 README.md
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# parsedmarc-dockerized

Note: The standalone `parsedmarc` docker image on [DockerHub @ accolon/parsedmarc](https://hub.docker.com/r/accolon/parsedmarc) can also be used, if interested.
old Version für Rollback:
elasticsearch:8.13.2 & kibana:8.13.2

This stack is based on [patschi's work](https://github.com/patschi/parsedmarc-dockerized) but also builds for and runs on ARM64 systems, e.g. the OCI Cloud Free Tier with Ampere CPUs. It includes a few other tweaks, too: It's running on port 443 by default (can be changed in `docker-compose.yml`) and has HTTP basic authentication enabled (default user/pw is admin/admin).

currently 8.15.0 & 8.15.0

## Setup:
1. Get basics together:
```
git clone https://github.com/accolon/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/
git clone https://github.com/Jokoclp/parsedmarc-dockerized.git /opt/parsedmarc-dockerized/
cd /opt/parsedmarc-dockerized/ && cp data/conf/parsedmarc/config.sample.ini data/conf/parsedmarc/config.ini
```