commit
d04513d817
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// The release version of your application
|
// The release version of your application
|
||||||
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
||||||
'release' => '4.0.0-beta.181',
|
'release' => '4.0.0-beta.182',
|
||||||
// When left empty or `null` the Laravel environment will be used
|
// When left empty or `null` the Laravel environment will be used
|
||||||
'environment' => config('app.env'),
|
'environment' => config('app.env'),
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return '4.0.0-beta.181';
|
return '4.0.0-beta.182';
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
@isset($title, $action)
|
|
||||||
<div tabindex="0" x-data="{ open: false }"
|
|
||||||
class="transition border rounded cursor-pointer collapse collapse-arrow border-coolgray-200"
|
|
||||||
:class="open ? 'collapse-open' : 'collapse-close'">
|
|
||||||
<div class="flex flex-col justify-center text-sm select-text collapse-title" x-on:click="open = !open">
|
|
||||||
{{ $title }}
|
|
||||||
</div>
|
|
||||||
<div class="collapse-content">
|
|
||||||
{{ $action }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
@endisset
|
|
@ -1,8 +1,10 @@
|
|||||||
<x-collapsible>
|
<div tabindex="0" x-data="{ open: false }"
|
||||||
<x-slot:title>
|
class="transition border rounded cursor-pointer collapse collapse-arrow border-coolgray-200"
|
||||||
|
:class="open ? 'collapse-open' : 'collapse-close'">
|
||||||
|
<div class="flex flex-col justify-center text-sm select-text collapse-title" x-on:click="open = !open">
|
||||||
<div>{{ $workdir }}{{ $fs_path }} -> {{ $fileStorage->mount_path }}</div>
|
<div>{{ $workdir }}{{ $fs_path }} -> {{ $fileStorage->mount_path }}</div>
|
||||||
</x-slot:title>
|
</div>
|
||||||
<x-slot:action>
|
<div class="collapse-content">
|
||||||
<form wire:submit='submit' class="flex flex-col gap-2">
|
<form wire:submit='submit' class="flex flex-col gap-2">
|
||||||
<div class="w-64">
|
<div class="w-64">
|
||||||
<x-forms.checkbox instantSave label="Is directory?" id="fileStorage.is_directory"></x-forms.checkbox>
|
<x-forms.checkbox instantSave label="Is directory?" id="fileStorage.is_directory"></x-forms.checkbox>
|
||||||
@ -21,5 +23,5 @@
|
|||||||
@endif
|
@endif
|
||||||
{{-- @endif --}}
|
{{-- @endif --}}
|
||||||
</form>
|
</form>
|
||||||
</x-slot:action>
|
</div>
|
||||||
</x-collapsible>
|
</div>
|
||||||
|
15
templates/compose/stirling-pdf.yaml
Normal file
15
templates/compose/stirling-pdf.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# documentation: https://github.com/Stirling-Tools/Stirling-PDF
|
||||||
|
# slogan: Stirling is a powerful web based PDF manipulation tool
|
||||||
|
# tags: pdf, manipulation, web, tool
|
||||||
|
|
||||||
|
services:
|
||||||
|
stirling-pdf:
|
||||||
|
image: frooodle/s-pdf:latest
|
||||||
|
volumes:
|
||||||
|
- stirling-training-data:/usr/share/tesseract-ocr/5/tessdata
|
||||||
|
- stirling-configs:/configs
|
||||||
|
- stirling-custom-files:/customFiles/
|
||||||
|
- stirling-logs:/logs/
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_SPDF
|
||||||
|
- DOCKER_ENABLE_SECURITY=false
|
@ -469,6 +469,17 @@
|
|||||||
"internet"
|
"internet"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"stirling-pdf": {
|
||||||
|
"documentation": "https:\/\/github.com\/Stirling-Tools\/Stirling-PDF",
|
||||||
|
"slogan": "Stirling is a powerful web based PDF manipulation tool",
|
||||||
|
"compose": "c2VydmljZXM6CiAgc3RpcmxpbmctcGRmOgogICAgaW1hZ2U6ICdmcm9vb2RsZS9zLXBkZjpsYXRlc3QnCiAgICB2b2x1bWVzOgogICAgICAtICdzdGlybGluZy10cmFpbmluZy1kYXRhOi91c3Ivc2hhcmUvdGVzc2VyYWN0LW9jci81L3Rlc3NkYXRhJwogICAgICAtICdzdGlybGluZy1jb25maWdzOi9jb25maWdzJwogICAgICAtICdzdGlybGluZy1jdXN0b20tZmlsZXM6L2N1c3RvbUZpbGVzLycKICAgICAgLSAnc3RpcmxpbmctbG9nczovbG9ncy8nCiAgICBlbnZpcm9ubWVudDoKICAgICAgLSBTRVJWSUNFX0ZRRE5fU1BERgogICAgICAtIERPQ0tFUl9FTkFCTEVfU0VDVVJJVFk9ZmFsc2UK",
|
||||||
|
"tags": [
|
||||||
|
"pdf",
|
||||||
|
"manipulation",
|
||||||
|
"web",
|
||||||
|
"tool"
|
||||||
|
]
|
||||||
|
},
|
||||||
"trigger-with-external-database": {
|
"trigger-with-external-database": {
|
||||||
"documentation": "https:\/\/trigger.dev\/docs\/documentation\/guides\/self-hosting",
|
"documentation": "https:\/\/trigger.dev\/docs\/documentation\/guides\/self-hosting",
|
||||||
"slogan": "The open source Background Jobs framework for TypeScript",
|
"slogan": "The open source Background Jobs framework for TypeScript",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "3.12.36"
|
"version": "3.12.36"
|
||||||
},
|
},
|
||||||
"v4": {
|
"v4": {
|
||||||
"version": "4.0.0-beta.181"
|
"version": "4.0.0-beta.182"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user