Merge pull request #4526 from regg00/fileflows
added the fileflows service
This commit is contained in:
5
public/svgs/fileflows.svg
Normal file
5
public/svgs/fileflows.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<ellipse style="stroke: rgb(255, 0, 144); paint-order: stroke; stroke-width: 33px;" cx="250.056" cy="250.167" rx="232.1" ry="232.1"/>
|
||||||
|
<path d="M 378.902 316.317 L 338.419 316.317 C 319.864 316.317 303.559 328.688 298.498 346.117 L 173.676 346.117 C 150.623 346.117 131.506 327.001 131.506 303.949 C 131.506 280.896 150.623 261.778 173.676 261.778 L 320.988 261.778 C 355.286 261.778 382.838 234.228 382.838 199.93 C 382.838 165.633 355.286 138.081 320.988 138.081 L 197.854 138.081 L 197.854 135.27 C 197.854 112.218 179.299 93.663 156.245 93.663 L 115.763 93.663 C 92.711 93.663 74.156 112.218 74.156 135.27 L 74.156 145.953 C 74.156 169.006 92.711 187.56 115.763 187.56 L 156.245 187.56 C 174.802 187.56 191.107 175.191 196.166 157.76 L 320.988 157.76 C 344.04 157.76 363.158 176.878 363.158 199.93 C 363.158 222.983 344.04 242.099 320.988 242.099 L 173.676 242.099 C 139.378 242.099 111.828 269.651 111.828 303.949 C 111.828 338.246 139.378 365.797 173.676 365.797 L 296.812 365.797 L 296.812 368.608 C 296.812 391.661 315.366 410.216 338.419 410.216 L 378.902 410.216 C 401.954 410.216 420.508 391.661 420.508 368.608 L 420.508 357.926 C 420.508 334.872 401.392 316.317 378.902 316.317 Z M 178.174 146.515 C 178.174 158.322 168.616 168.444 156.245 168.444 L 115.763 168.444 C 103.956 168.444 93.836 158.885 93.836 146.515 L 93.836 135.832 C 93.836 124.025 103.393 113.904 115.763 113.904 L 156.245 113.904 C 168.054 113.904 178.174 123.463 178.174 135.832 L 178.174 146.515 Z M 400.83 368.608 C 400.83 380.416 391.271 390.536 378.902 390.536 L 338.419 390.536 C 326.612 390.536 316.49 380.978 316.49 368.608 L 316.49 357.926 C 316.49 346.117 326.048 335.997 338.419 335.997 L 378.902 335.997 C 390.709 335.997 400.83 345.555 400.83 357.926 L 400.83 368.608 Z" style="fill: rgb(255, 0, 144); paint-order: fill; stroke: rgb(255, 0, 144); stroke-width: 7px;"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
28
templates/compose/fileflows.yaml
Normal file
28
templates/compose/fileflows.yaml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# documentation: https://fileflows.com/docs/
|
||||||
|
# slogan: FileFlows can drastically reduce your files, up to 90%, saving you space and money. No need to buy more hard drives, just shrink your files and start saving.
|
||||||
|
# tags: media, transcode, convert, h265
|
||||||
|
# logo: svgs/fileflows.svg
|
||||||
|
# port: 5000
|
||||||
|
|
||||||
|
services:
|
||||||
|
radarr:
|
||||||
|
image: revenz/fileflows
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_FILEFLOWS_5000
|
||||||
|
- _APP_URL=$SERVICE_FQDN_FILE_FLOWS
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=${TZ:-America/Toronto}
|
||||||
|
#devices:
|
||||||
|
# - "/dev/dri:/dev/dri" # Enable hardware transcoding
|
||||||
|
volumes:
|
||||||
|
- fileflows-temp:/temp
|
||||||
|
- fileflows-configs:/app/Data
|
||||||
|
- fileflows-logs:/app/Logs
|
||||||
|
- fileflows-common:/app/common
|
||||||
|
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:5000/api/system/version"]
|
||||||
|
interval: 2s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 15
|
Reference in New Issue
Block a user