Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ff6f892cf | |||
| 9720661eeb | |||
| 2ae89c78b2 | |||
| a93bed3577 | |||
| 298fec0341 | |||
| f24a6bd9b5 | |||
| 47b154c48b | |||
| 5d86179ab7 | |||
| 229e530ff2 | |||
| 30eaad286f | |||
| ff18da364b | |||
| 9d9aea410d |
@@ -0,0 +1,36 @@
|
||||
name: 'OpenCommit Action'
|
||||
|
||||
on:
|
||||
push:
|
||||
# this list of branches is often enough,
|
||||
# but you may still ignore other public branches
|
||||
branches-ignore:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
opencommit:
|
||||
timeout-minutes: 10
|
||||
name: OpenCommit
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Node.js Environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: di-sukharev/opencommit@github-action-v1.0.2
|
||||
name: OpenCommit
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
env:
|
||||
OCO_AI_PROVIDER: ollama
|
||||
OCO_API_URL: ${{ secrets.OLLAMA_API_URL }}/api/chat
|
||||
# OCO_API_KEY: thisisatest
|
||||
OCO_OPENAI_API_KEY: thisisatest
|
||||
OCO_DESCRIPTION: true
|
||||
OCO_EMOJI: true
|
||||
OCO_MODEL: deepseek-coder:1.3b
|
||||
OCO_LANGUAGE: en
|
||||
OCO_PROMPT_MODULE: conventional-commit
|
||||
@@ -96,6 +96,7 @@
|
||||
| loggifly | ghcr.io/clemcer/loggifly:latest | |
|
||||
| maloja | krateng/maloja:latest | Simple self-hosted music scrobble database to create personal listening statistics |
|
||||
| manyfold | lscr.io/linuxserver/manyfold:0.130.1 | Self-hosted digital asset manager for 3D print files |
|
||||
| manyfold-pg-db | postgres:18-alpine | |
|
||||
| manyfold-valkey | docker.io/valkey/valkey:9-alpine | |
|
||||
| mariadb | linuxserver/mariadb | |
|
||||
| mastodon | lscr.io/linuxserver/mastodon:latest | Open-source social network |
|
||||
|
||||
+4
-4
@@ -102,7 +102,7 @@ x-signoz-db-depend: &signoz-db-depend
|
||||
x-valkey-params: &valkey-params
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
image: docker.io/valkey/valkey:9-alpine@sha256:1be494495248d53e3558b198a1c704e6b559d5e99fe4c926e14a8ad24d76c6fa
|
||||
image: docker.io/valkey/valkey:9-alpine@sha256:c106a0c03bcb23cbdf9febe693114cb7800646b11ca8b303aee7409de005faa8
|
||||
environment:
|
||||
ALLOW_EMPTY_PASSWORD: yes
|
||||
VALKEY_DATA_DIR: /data/valkey
|
||||
@@ -585,7 +585,7 @@ services:
|
||||
expose:
|
||||
- 9091
|
||||
- 9959 # Metrics port for Prometheus
|
||||
image: authelia/authelia:master@sha256:12ca4e715f8c3a8c7ae1a2d0ef35cc0fe5d137255d6fc08fc20d83e909dfb23c
|
||||
image: authelia/authelia:master@sha256:eec279259a9b03d60290e58c6d6798cdd2fddcb3d706eef96c943d86305452ef
|
||||
labels:
|
||||
homepage.group: Privacy/Security
|
||||
homepage.name: Authelia
|
||||
@@ -3523,7 +3523,7 @@ services:
|
||||
SMTP_USERNAME: ${POSTAL_SMTP_AUTH_USER}
|
||||
SMTP_PASSWORD: ${POSTAL_SMTP_AUTH_PASSWORD}
|
||||
SMTP_FROM_ADDRESS: noreply@${MY_TLD}
|
||||
image: lscr.io/linuxserver/manyfold:0.130.1
|
||||
image: lscr.io/linuxserver/manyfold:0.130.1@sha256:24bb24651c638dd3b9fbc14af3089be67ccd36b62150a8ea941b94e919447bbf
|
||||
labels:
|
||||
homepage.group: Lifestyle
|
||||
homepage.name: Manyfold
|
||||
@@ -3560,7 +3560,7 @@ services:
|
||||
timeout: 30s
|
||||
interval: 10s
|
||||
retries: 5
|
||||
image: postgres:18-alpine
|
||||
image: postgres:18-alpine@sha256:b40d931bd0e7ce6eecc59a5a6ac3b3c04a01e559750e73e7086b6dbd7f8bf545
|
||||
profiles: ["rinoa-apps"]
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user