Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b46c4e15b0 |
@@ -42,14 +42,12 @@ jobs:
|
||||
echo -e "\n\n" >> README.md
|
||||
echo "${{ steps.service-table.outputs.table }}" >> README.md
|
||||
|
||||
- name: Add, Commit, & Push README.md
|
||||
- name: Add/Commit README.md
|
||||
id: commit-readme
|
||||
uses: actions4git/add-commit-push@v1.0.0
|
||||
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
|
||||
with:
|
||||
path: .
|
||||
add-pathspec: "README.md"
|
||||
commit-author: me
|
||||
commit-message: "chore: Update README"
|
||||
message: "chore: Update README"
|
||||
add: "README.md"
|
||||
|
||||
- name: Save docker-compose.yml before merge (old)
|
||||
run: |
|
||||
|
||||
@@ -2,7 +2,7 @@ name: Renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0/30 * * * *"
|
||||
- cron: "0 */2 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
| asciinema | ghcr.io/asciinema/asciinema-server:latest@sha256:8da830a6eb0b6715becf31b2495877aa5d661674f29c52a3a3363110847c5598 | Platform for hosting and sharing terminal session recordings |
|
||||
| asciinema-pg-db | postgres:14-alpine@sha256:49f7dcce1efddd8d86ae3f37dcba206b5655d9fac3d3872d2823177fd6c1e7fa | |
|
||||
| audiobookshelf | ghcr.io/advplyr/audiobookshelf:latest@sha256:dd4a3079d26bfe9f0ea63de3e3eff483dfa25fef05ef850a5a9d121dca3794b2 | Podcasts, eBooks, & Audiobooks |
|
||||
| authelia | authelia/authelia:master@sha256:3fd2e4de59e9a2d3b759b36ea71499f2cc9a0b14c7a6d175a799dd439fda2a53 | Authentication/authorization server with MFA & SSO |
|
||||
| authelia | authelia/authelia:master@sha256:ee339254c103ca64d4ffa51c77e07f67566f6ac1f6223e4ea1ee7f82c7da9e7a | Authentication/authorization server with MFA & SSO |
|
||||
| authelia-pg | postgres:16-alpine@sha256:84fb5d5bdd7d47f1889f325e534f3ce643f853f460832c8a61949f5391b8dc42 | |
|
||||
| authelia-valkey | docker.io/valkey/valkey:8-alpine@sha256:e706d1213aaba6896c162bb6a3a9e1894e1a435f28f8f856d14fab2e10aa098b | |
|
||||
| bazarr | lscr.io/linuxserver/bazarr:latest@sha256:cf7a02a46d37899eeafd1d96b81984168f771f89c554a52a2fd35437fdc16cb6 | Subtitle automation for TV shows/movies |
|
||||
|
||||
+1
-1
@@ -544,7 +544,7 @@ services:
|
||||
X_AUTHELIA_CONFIG_FILTERS: template
|
||||
expose:
|
||||
- 9091
|
||||
image: authelia/authelia:master@sha256:3fd2e4de59e9a2d3b759b36ea71499f2cc9a0b14c7a6d175a799dd439fda2a53
|
||||
image: authelia/authelia:master@sha256:ee339254c103ca64d4ffa51c77e07f67566f6ac1f6223e4ea1ee7f82c7da9e7a
|
||||
labels:
|
||||
homepage.group: Privacy/Security
|
||||
homepage.name: Authelia
|
||||
|
||||
Reference in New Issue
Block a user