[skip ci]
This commit is contained in:
59
README.md
59
README.md
@@ -1,16 +1,55 @@
|
|||||||
# Projekt: {{.RepoName}} [](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/actions)
|
# hibp-docker
|
||||||
|
Docker implementation of https://github.com/oschonrock/hibp.git.
|
||||||
|
|
||||||
|
[](https://git.pi-farm.de/pi-farm/hibp-docker/actions)
|
||||||
|
[](__REPO_URL__)
|
||||||
|
|
||||||
This repository is built and pushed automatically.
|
This repository is built and pushed automatically.
|
||||||
|
|
||||||
### 🏗️ Platform Support
|
|
||||||
| Architecture | Status | Base-Image |
|
|
||||||
| :--- | :--- | :--- |
|
|
||||||
| **x86_64** (amd64) | ✅ Active | `__BASE_IMAGE__` |
|
|
||||||
| **aarch64** (arm64) | __ARM_STATUS__ | `__BASE_IMAGE__` |
|
|
||||||
|
|
||||||
### 🚀 Docker Pull Command
|
|
||||||
|
### 🏗️ Platform Support
|
||||||
|
| Architecture | Status | Base Image | Build Date |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| x86_64 (amd64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 10:29 |
|
||||||
|
| aarch64 (arm64) | ✅ Active | git.pi-farm.de/pi-farm/docker-baseimage-debian:trixie-slim | 25.03.2026 10:29 |
|
||||||
|
|
||||||
|
### 🚀 Docker Pull
|
||||||
```bash
|
```bash
|
||||||
docker pull git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}:latest
|
docker pull git.pi-farm.de/pi-farm/hibp-docker:0.6.2
|
||||||
```
|
```
|
||||||
---
|
### 🚀 Docker Compose
|
||||||
*Last updated on: __DATE__*
|
```yaml
|
||||||
|
services:
|
||||||
|
hibp-docker:
|
||||||
|
image: git.pi-farm.de/pi-farm/hibp-docker:0.6.2
|
||||||
|
container_name: hibp-docker
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8082:8082
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- /data
|
||||||
|
```
|
||||||
|
### 🚀 Docker Run
|
||||||
|
```bash
|
||||||
|
docker run -d \
|
||||||
|
--name hibp-docker \
|
||||||
|
--restart unless-stopped \
|
||||||
|
-e TZ=Europe/Berlin \
|
||||||
|
-e PUID=1000 \
|
||||||
|
-e PGID=1000 \
|
||||||
|
-v /data \
|
||||||
|
-p 8082:8082 \
|
||||||
|
git.pi-farm.de/pi-farm/hibp-docker:0.6.2
|
||||||
|
```
|
||||||
|
|
||||||
|
*Last updated on: 25.03.2026 10:29*
|
||||||
|
|
||||||
|
### 📜 Version History
|
||||||
|
| Version | Date | Status |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **0.6.2** | 25.03.2026 10:29 | ✅ |
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
| **0.6.2** | 25.03.2026 10:29 | ✅ |
|
||||||
|
|||||||
@@ -1 +1,13 @@
|
|||||||
|
services:
|
||||||
|
hibp-docker:
|
||||||
|
image: git.pi-farm.de/pi-farm/hibp-docker:0.6.2
|
||||||
|
container_name: hibp-docker
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8082:8082
|
||||||
|
environment:
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- /data
|
||||||
|
|||||||
Reference in New Issue
Block a user