7 Commits

Author SHA1 Message Date
b15827b7b1 Update siteworxpro/config version and modify repositories structure in composer.json
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m24s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m21s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m39s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m29s
2025-09-27 08:54:52 -04:00
6e874927a5 Merge pull request 'I don't believe it' (#1) from build into master
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 1m24s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 1m25s
🧪✨ Tests Workflow / Code Lint (push) Successful in 1m27s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 1m28s
Reviewed-on: Siteworxpro/Traefik-Redis-Api#1
2025-05-22 19:54:53 -04:00
640d5321da Merge branch 'master' into build
All checks were successful
🧪✨ Tests Workflow / Unit Tests (push) Successful in 1m23s
🧪✨ Tests Workflow / License Check (push) Successful in 2m37s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m36s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m39s
2025-05-22 19:49:38 -04:00
ef525f4332 I don't believe it
Some checks failed
🧪✨ Tests Workflow / Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / License Check (push) Has started running
🧪✨ Tests Workflow / Code Sniffer (push) Has started running
🧪✨ Tests Workflow / Code Lint (push) Has started running
2025-05-22 19:46:48 -04:00
edd09d9e97 Update README.md
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m50s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m52s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m50s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m55s
2025-05-20 19:00:35 -04:00
6aad697954 Replace all whitespaces with tabs.
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 1m37s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 1m41s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 1m42s
🧪✨ Tests Workflow / Code Lint (push) Successful in 1m45s
2025-05-13 21:17:37 -04:00
0ccaa37400 This is not a commit
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 7m18s
🧪✨ Tests Workflow / Code Lint (push) Successful in 7m19s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 7m17s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 7m21s
2025-05-13 21:09:34 -04:00
5 changed files with 682 additions and 344 deletions

View File

@@ -0,0 +1,44 @@
on:
create:
tags:
- '*'
name: 🏗️✨ Build Workflow
jobs:
Build:
name: 🖥️🔨 Build
runs-on: ubuntu-latest
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
- name: 📖 🔍 Checkout Repository Code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: 🔑 🔐 Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: 🔑🛠️ Login to Siteworx Registry
uses: docker/login-action@v3
with:
username: ${{ vars.SITEWORX_USERNAME }}
password: ${{ secrets.SITEWORX_PASSWORD }}
registry: scr.siteworxpro.com
- name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳 🔨 Build Backend Container
uses: docker/build-push-action@v6
with:
context: .
dockerfile: Dockerfile
tags: scr.siteworxpro.com/traefik-api:${{ gitea.ref_name }}

View File

@@ -14,7 +14,6 @@ jobs:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
@@ -51,7 +50,6 @@ jobs:
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
@@ -88,7 +86,6 @@ jobs:
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
@@ -125,7 +122,6 @@ jobs:
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates

View File

@@ -1,9 +1,6 @@
# Traefik Redis Provider API
[![pipeline status](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/pipeline.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master)
[![coverage report](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/coverage.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master)
[![Latest Release](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/badges/release.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/releases)
![Gitea Tests](https://gitea.siteworxpro.com//Siteworxpro/Traefik-Redis-Api/actions/workflows/tests.yml/badge.svg?branch=master)
[Traefik](https://traefik.io/traefik/) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. This project provides
an api manager for the [Redis provider](https://doc.traefik.io/traefik/providers/redis/) for Traefik, allowing you to use Redis as a dynamic configuration backend.
@@ -20,7 +17,7 @@ an api manager for the [Redis provider](https://doc.traefik.io/traefik/providers
- `REDIS_DATABASE`: The database number to use. Default is `0`.
- `HTTP_PORT`: The port to run the HTTP server on. Default is `9501`.
```shell
docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.1.0
docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.3.0
```
## Usage

View File

@@ -15,7 +15,7 @@
"nyholm/psr7": "^1.8",
"illuminate/support": "^v12.10.2",
"roadrunner-php/app-logger": "^1.2",
"siteworxpro/config": "^1.1",
"siteworxpro/config": "^1.1.1",
"predis/predis": "^3.0"
},
"require-dev": {
@@ -53,16 +53,10 @@
"phpstan analyse --level 4 ./src/ -c phpstan.neon"
]
},
"repositories": {
"git.siteworxpro.com/24": {
"repositories": [
{
"type": "composer",
"url": "https://git.siteworxpro.com/api/v4/group/24/-/packages/composer/packages.json",
"options": {
"ssl": {
"verify_peer": false,
"allow_self_signed": true
}
}
}
"url": "https://gitea.siteworxpro.com/api/packages/php-packages/composer"
}
]
}

953
composer.lock generated

File diff suppressed because it is too large Load Diff