Compare commits

...

21 Commits

Author SHA1 Message Date
Trez.One dd1d83c751 Changing the check PR step.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Docker Compose Test (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / PR Merge (push) Has been cancelled
2024-12-27 17:00:35 -05:00
Trez.One d1a523e5ee . 2024-12-27 16:52:34 -05:00
Trez.One 5c902baabb . 2024-12-27 16:51:03 -05:00
Trez.One 3e93b2de3b . 2024-12-27 16:49:31 -05:00
Trez.One 0114b20894 . 2024-12-27 16:47:44 -05:00
Trez.One 01ec446548 . 2024-12-27 16:46:38 -05:00
Trez.One cadb8800fd Minor tweak to Actions. 2024-12-27 14:28:12 -05:00
Trez.One 0b58c7e29a Minor tweak to Actions. 2024-12-27 14:23:59 -05:00
Trez.One bd6a2a4333 Minor tweak to Actions. 2024-12-27 14:19:26 -05:00
Trez.One 8ed6f77238 Minor tweak to Actions. 2024-12-27 14:18:00 -05:00
Trez.One 3fb31d024b Minor tweak to Actions. 2024-12-27 14:13:59 -05:00
Trez.One 37df7a2f16 Added Spotisub service. 2024-12-27 14:09:20 -05:00
gitea-sonarqube-bot f6209b4776 Auto Merge
Merged by Trez.One
2024-12-27 13:57:11 -05:00
Trez.One f658e467e8 Merge pull request 'Removing Portainer in favor of Komodo.' (#36) from portainer-removal into main
Reviewed-on: Trez.One/rinoa-docker#36
2024-12-25 07:09:47 -05:00
Trez.One a6f275715b Removing Portainer in favor of Komodo.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / SonarQube Analysis (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Dry Run & PR Merge (push) Has been cancelled
2024-12-25 07:08:05 -05:00
Trez.One 250d6c153b Switching SWAG proto for n8n. 2024-12-24 11:07:44 -05:00
Trez.One 39ac2ceb9a Merge pull request 'Removing Huginn and adding n8n.' (#34) from n8n-deploy-huginn-removal into main
Reviewed-on: Trez.One/rinoa-docker#34
2024-12-24 06:49:03 -05:00
Trez.One 4ef218ab39 Fixes for n8n service.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / SonarQube Analysis (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Dry Run & PR Merge (push) Has been cancelled
2024-12-24 06:38:14 -05:00
Trez.One 92490d1b61 Removing Huginn and adding n8n. 2024-12-24 06:17:50 -05:00
Trez.One d7cfe926f4 Merge pull request 'Changing Swag port for MeshCentral.' (#33) from mesh-central-swag-fix into main 2024-12-22 16:05:17 -05:00
Trez.One 7fbd20c85d Changing Swag port for MeshCentral.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / SonarQube Analysis (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Dry Run & PR Merge (push) Has been cancelled
2024-12-22 15:54:21 -05:00
2 changed files with 58 additions and 103 deletions
+7 -7
View File
@@ -17,15 +17,15 @@ jobs:
- name: PR list
id: list-prs
run: |
curl -sSL https://dl.gitea.com/tea/main/tea-main-linux-amd64 -o /usr/local/bin/tea
chmod +x /usr/local/bin/tea
echo "Listing PRs..."
tea login add --name gitea-rinoa --url ${{ vars.RINOA_GITEA_URL }} --user gitea-sonarqube-bot --password "${{ secrets.BOT_GITEA_PASSWORD }}" --token ${{ secrets.BOT_GITEA_TOKEN }}
pr_state=$(tea pr ls --repo ${{ github.repository }} --state open --output csv | egrep 'open|closed|merged' | awk -F, '{print $3}' | sed -e 's|"||g')
echo "pr_state=$(echo ${pr_state})" >> "$GITHUB_OUTPUT"
pr_check=$(curl ${{ vars.RINOA_GITEA_URL }}/api/v1/repos/${{ github.repository }}/pulls/main/${{ github.ref_name }} \
-X 'GET' \
-H 'Accept: application/json' \
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
-s | jq '{index: .number, state: .state}')
pr_state=$(echo ${pr_check} | jq -r '.state')
- name: Create PR
if: steps.list-prs.outputs.pr_state == 'closed'
if: steps.list-prs.outputs.pr_state != 'open'
uses: arifer612/Gitea-PR-action@v1.2.0
with:
url: ${{ gitea.server_url }}
+51 -96
View File
@@ -1735,49 +1735,6 @@ services:
target: /var/www/html/app/migrations
type: volume
volume: {}
huginn:
container_name: huginn
environment:
HUGINN_DATABASE_HOST: mariadb
HUGINN_DATABASE_NAME: huginn
HUGINN_DATABASE_PASSWORD: MLbKPT3j9TYcguYevFRcfEcrXtL4kcxujtrNdrq9eCig4WhUbxkyLoAiCPpm4zob
HUGINN_DATABASE_PORT: "3306"
HUGINN_DATABASE_USERNAME: huginn
PGID: "1000"
PUID: "1000"
TZ: America/New_York
hostname: Rinoa
image: ghcr.io/huginn/huginn
labels:
- homepage.group=Automation
- homepage.name=Huginn
- homepage.href=https://huginn.${MY_TLD}
- homepage.icon=huginn
- homepage.description=Agent/Web Automation
- swag=enable
- swag_port=3000
- swag_proto=http
- swag.uptime-kuma.enabled=true
networks:
default: null
ports:
- mode: ingress
protocol: tcp
published: "3005"
target: 3000
restart: unless-stopped
volumes:
- bind:
create_host_path: true
read_only: true
source: /etc/localtime
target: /etc/localtime
type: bind
- bind:
create_host_path: true
source: /rinoa-storage
target: /storage
type: bind
hugo:
command: hugo server --baseURL "it-services.trez.wtf" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
container_name: hugo
@@ -3168,7 +3125,7 @@ services:
- homepage.description=
- swag=enable
- swag_proto=http
- swag_port=46717
- swag_port=80
- swag_url=mesh.${MY_TLD}
ports:
- 46717:80 # HTTP
@@ -3269,6 +3226,33 @@ services:
type: bind
bind:
create_host_path: true
n8n:
container_name: n8n
environment:
N8N_HOST: n8n.${MY_TLD}
N8N_PORT: 5678
N8N_PROTOCOL: https
NODE_ENV: production
WEBHOOK_URL: https://n8n.${MY_TLD}/
GENERIC_TIMEZONE: ${TZ}
image: docker.n8n.io/n8nio/n8n
labels:
swag: enable
swag_proto: http
swag_port: 5678
swag_url: n8n.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://n8n.${MY_TLD}
homepage.group: Automation
homepage.name: n8n
homepage.href: https://n8n.${MY_TLD}
homepage.icon: n8n.svg
homepage.description: Extendable workflow automation tool to easily automate tasks
ports:
- 5678:5678
restart: unless-stopped
volumes:
- n8n-data:/home/node/.n8n
navidrome:
container_name: navidrome
environment:
@@ -3630,58 +3614,6 @@ services:
- plausible-event-logs:/var/log/clickhouse-server
- ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
- ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro
portainer:
command:
- -H
- unix:///var/run/docker.sock
container_name: portainer
environment:
- TZ=America/New_York
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:portainer
hostname: Rinoa
image: portainer/portainer-ce:latest
labels:
- homepage.group=System Administration
- homepage.name=Portainer
- homepage.href=https://portainer.${MY_TLD}
- homepage.icon=portainer.png
- homepage.description=Docker container management
- homepage.widget.type=portainer
- homepage.widget.url=http://portainer:9000
- homepage.widget.env=1
- homepage.widget.key=${PORTAINER_API_KEY}
- swag=enable
- swag.uptime-kuma.enabled=true
networks:
default: null
ports:
- mode: ingress
protocol: tcp
published: "9000"
target: 9000
restart: unless-stopped
volumes:
- bind:
create_host_path: true
read_only: true
source: /etc/localtime
target: /etc/localtime
type: bind
- bind:
create_host_path: true
source: ${DOCKER_VOLUME_CONFIG}/portainer
target: /data
type: bind
- bind:
create_host_path: true
source: /rinoa-storage
target: /storage
type: bind
- bind:
create_host_path: true
source: /var/run/docker.sock
target: /var/run/docker.sock
type: bind
postal-smtp:
cap_add:
- NET_BIND_SERVICE
@@ -4599,6 +4531,27 @@ services:
type: bind
bind:
create_host_path: true
spotisub:
container_name: spotisub
environment:
SPOTIPY_CLIENT_ID: ${YOUR_SPOTIFY_ID}
SPOTIPY_CLIENT_SECRET: ${YOUR_SPOTIFY_SECRET}
SPOTIPY_REDIRECT_URI: http://127.0.0.1:8080/
SUBSONIC_API_HOST: http://navidrome
SUBSONIC_API_PORT: 4533
SUBSONIC_API_USER: ${NAVIDROME_USERNAME}
SUBSONIC_API_PASS: ${NAVIDROME_PASSWORD}
healthcheck:
test: curl -s http://127.0.0.1:5183/api/v1/utils/healthcheck | grep -q 'Ok!' || exit 1
interval: 30s
retries: 20
start_period: 30s
image: blastbeng/spotisub:latest
ports:
- 5183:5183
restart: always
volumes:
- ${DOCKER_VOLUME_CONFIG}/spotisub:/home/user/spotisub/cache
swag:
cap_add:
- NET_ADMIN
@@ -7086,6 +7039,8 @@ volumes:
name: compose_mongo1_config
mongodb_data:
name: compose_mongo1_data
n8n-data:
name: n8n-data
netbox-pg-db:
name: netbox-pg-db
ollama: