diff --git a/.gitea/workflows/example.yaml b/.gitea/workflows/example.yaml index fb114da..a0db7a4 100644 --- a/.gitea/workflows/example.yaml +++ b/.gitea/workflows/example.yaml @@ -1,13 +1,24 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] + +on: + push: + paths: + - glance/** + +env: + DAY_OF_WEEK: Monday jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - # - name: Integration testing - # run: | - # cd glance - # docker compose up -d \ No newline at end of file + - name: Execute remote SSH commands using password + uses: appleboy/ssh-action@v1 + with: + host: ${{ secrets.HOST }} + username: linuxserver.io + password: ${{ secrets.PASSWORD }} + port: ${{ secrets.PORT }} + script: whoami \ No newline at end of file diff --git a/glance/config/glance.yml b/glance/config/glance.yml index 2abfeeb..61d1b6b 100644 --- a/glance/config/glance.yml +++ b/glance/config/glance.yml @@ -1,5 +1,5 @@ theme: - background-color: 220, 50, 10 # Near-black navy for a sleek, ultra-dark look + background-color: 220, 50, 11 # Near-black navy for a sleek, ultra-dark look contrast-multiplier: .6 primary-color: 222, 71, 75 # Deep, rich blue for a subtle but stylish accent positive-color: 190, 45, 20 # Dark teal for a modern, professional feel diff --git a/perplexica b/perplexica new file mode 160000 index 0000000..2728646 --- /dev/null +++ b/perplexica @@ -0,0 +1 @@ +Subproject commit 27286465a36633f9f70012c8e2fb1fe617fe890c