Implement image previewing #12

Merged
csimonis merged 7 commits from jank1619/file-explorer:feature/file-previews into main 2024-12-21 18:12:14 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 4826805f57 - Show all commits

View File

@ -7,8 +7,8 @@ xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.11"
type: postgres
version: "17"
use_dns_when_possible: true
composer_version: "2"
web_environment: []

View File

@ -7,10 +7,10 @@ on:
- main
jobs:
build:
runs-on: ubuntu-latest
runs-on: remote
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v1
- uses: https://git.simonis.lol/actions/checkout@v4
- uses: https://git.simonis.lol/actions/login@v1
with:
registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }}