Compare commits

...

16 commits

Author SHA1 Message Date
0a6db5e96c Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
2024-12-13 00:32:02 -05:00
fa6a6568e7 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:31:57 -05:00
93c2e64d32 ⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.72.1 2024-12-13 00:26:58 -05:00
abd09df51d Update .forgejo/workflows/yamllint.yml 2024-12-13 00:26:47 -05:00
2a8cf62e08 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:25:36 -05:00
e9d358bc17 fix all but 1 yaml files for yamllint 2024-12-13 00:23:31 -05:00
10e64dad00 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:07:19 -05:00
fb066bd620 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:04:59 -05:00
ff84b5abe0 Update .forgejo/workflows/yamllint.yml 2024-12-12 23:54:09 -05:00
b47a61f590 Update .forgejo/workflows/yamllint.yml 2024-12-12 23:52:57 -05:00
c59f0feb45 Update .forgejo/workflows/yamllint.yml 2024-12-12 23:50:46 -05:00
e59688cfd4 Update .forgejo/workflows/yamllint.yml 2024-12-12 23:45:48 -05:00
557c08998a Update .forgejo/workflows/yamllint.yml 2024-12-12 23:44:09 -05:00
f518ae43d9 Update .forgejo/workflows/yamllint.yml 2024-12-12 23:39:16 -05:00
61f1a9eb4f Update .forgejo/workflows/yamllint.yml 2024-12-12 23:38:09 -05:00
a98092aea6 ⬆️ Update codeberg.org/forgejo/forgejo Docker tag to v9.0.3
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 29s
2024-12-12 19:01:09 +00:00
8 changed files with 37 additions and 45 deletions

View file

@ -14,19 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Get modified YAML files
id: get_changed_files
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.(yml)$' || true)
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
- name: Run yamllint on modified files
if: env.CHANGED_FILES != ''
- name: Show yamllint version
run: |
yamllint $CHANGED_FILES
env:
CHANGED_FILES: ${{ env.CHANGED_FILES }}
yamllint --version
- name: Skip linting if no YAML files are changed
if: env.CHANGED_FILES == ''
run: echo "No YAML files changed in this PR. Skipping lint."
- name: Lint .yml files
run: |
find docker -name "*.yml" -exec yamllint -s -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;

View file

@ -103,4 +103,3 @@ volumes:
ollama:
external: true
open-webui:

View file

@ -1,7 +1,7 @@
---
services:
server:
image: codeberg.org/forgejo/forgejo:9.0.2
image: codeberg.org/forgejo/forgejo:9.0.3
container_name: forgejo
environment:
- USER_UID=1000
@ -133,7 +133,7 @@ services:
networks:
- gitea_main
n8n:
image: ghcr.io/n8n-io/n8n:1.72.0
image: ghcr.io/n8n-io/n8n:1.72.1
container_name: n8n
ports:
- 5678:5678

View file

@ -80,14 +80,14 @@ services:
- redis
authentik_ldap:
image: ghcr.io/goauthentik/ldap:2024.10.5
ports:
- 389:3389
- 636:6636
environment:
AUTHENTIK_HOST: ${AUTH_HOST}
AUTHENTIK_INSECURE: "true"
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
image: ghcr.io/goauthentik/ldap:2024.10.5
ports:
- 389:3389
- 636:6636
environment:
AUTHENTIK_HOST: ${AUTH_HOST}
AUTHENTIK_INSECURE: "true"
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
volumes:
database:

View file

@ -146,7 +146,7 @@ services:
APIKEY: $PROWLARR_API
PROWLARR__BACKFILL: true
ports:
- "9710:9710"
- "9710:9710"
restart: unless-stopped
networks:
- grafana
@ -159,7 +159,7 @@ services:
URL: $SAB_URL
APIKEY: $SAB_API
ports:
- "9711:9711"
- "9711:9711"
restart: unless-stopped
networks:
- grafana

View file

@ -65,7 +65,8 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
volumes:
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
- /docker/appdata/jellystat/postgres-data:/var/lib/postgresql/data
jellystat:
image: cyfershepard/jellystat:1.1.1
environment: