example workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m38s

This commit is contained in:
geezo 2025-03-27 03:44:49 +00:00
parent ffd80b6a32
commit 4f6d3da9c9
11 changed files with 54 additions and 6 deletions

View File

@ -0,0 +1,19 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push, workflow_dispatch]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."

2
.gitignore vendored
View File

@ -12,3 +12,5 @@ gaxinto@theodorio.com.json
habits.db habits.db
certificates/ certificates/
.venv

1
Perplexica Submodule

@ -0,0 +1 @@
Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c

0
gitea/config.yaml Normal file
View File

View File

@ -28,7 +28,6 @@ services:
- "222:22" - "222:22"
depends_on: depends_on:
- postgres - postgres
postgres: postgres:
image: postgres:14 image: postgres:14
container_name: gitea-portgress container_name: gitea-portgress
@ -45,3 +44,4 @@ services:
volumes: volumes:
gitea_data: gitea_data:
postgres_data: postgres_data:

View File

View File

@ -0,0 +1,23 @@
networks:
gitea_gitea:
external: true
services:
runner:
image: docker.io/gitea/act_runner:nightly
container_name: gitea_worker
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "http://gitea:3000"
GITEA_RUNNER_REGISTRATION_TOKEN: "S0Fx7syTpXWp11E0z2FZwlc0kFM4C7z3CF4NOjqr"
GITEA_RUNNER_NAME: "docker_runner"
networks:
- gitea_gitea
volumes:
- ./config.yaml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -13,8 +13,7 @@ pages:
widgets: widgets:
- type: search - type: search
autofocus: false autofocus: false
search-engine:https://searxng.geezo.site/search?q={QUERY} search-engine: https://searxng.geezo.site/search?q={QUERY}
- type: docker-containers - type: docker-containers
hide-by-default: true hide-by-default: true

Binary file not shown.

View File

@ -36,6 +36,8 @@ services:
- DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER} - DB_POSTGRESDB_USER=${POSTGRES_NON_ROOT_USER}
- DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD} - DB_POSTGRESDB_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false
- N8N_EDITOR_BASE_URL="http://theocorp:1012"
- WEBHOOK_URL="http://theocorp:1012"
ports: ports:
- 1012:5678 - 1012:5678
links: links:

View File

@ -15,7 +15,7 @@ services:
- nextcloud_default - nextcloud_default
- yams_default - yams_default
- immich_default - immich_default
- vaultwarden_default - perplexica_perplexica-network
extra_hosts: extra_hosts:
- "pangolin.geezo.site:44.210.184.15" - "pangolin.geezo.site:44.210.184.15"
@ -37,3 +37,5 @@ networks:
external: true external: true
vaultwarden_default: vaultwarden_default:
external: true external: true
perplexica_perplexica-network:
external: true