example workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m38s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m38s
This commit is contained in:
parent
ffd80b6a32
commit
4f6d3da9c9
19
.gitea/workflows/example.yaml
Normal file
19
.gitea/workflows/example.yaml
Normal 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 }}."
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -11,4 +11,6 @@ beszel_data/
|
|||||||
gaxinto@theodorio.com.json
|
gaxinto@theodorio.com.json
|
||||||
habits.db
|
habits.db
|
||||||
|
|
||||||
certificates/
|
certificates/
|
||||||
|
|
||||||
|
.venv
|
||||||
1
Perplexica
Submodule
1
Perplexica
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c
|
||||||
0
gitea/config.yaml
Normal file
0
gitea/config.yaml
Normal 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
|
||||||
@ -44,4 +43,5 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
gitea_data:
|
gitea_data:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|
||||||
|
|||||||
0
gitea/gitea_worker/config.yaml
Normal file
0
gitea/gitea_worker/config.yaml
Normal file
23
gitea/gitea_worker/docker-compose.yml
Normal file
23
gitea/gitea_worker/docker-compose.yml
Normal 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
|
||||||
|
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
BIN
local_deep_research/research_history.db
Normal file
BIN
local_deep_research/research_history.db
Normal file
Binary file not shown.
@ -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:
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
@ -36,4 +36,6 @@ networks:
|
|||||||
immich_default:
|
immich_default:
|
||||||
external: true
|
external: true
|
||||||
vaultwarden_default:
|
vaultwarden_default:
|
||||||
|
external: true
|
||||||
|
perplexica_perplexica-network:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in New Issue
Block a user