TowyTowy and Claude Fable 5
c481c3e24e
fix(fileflows): install .NET 10 ASP.NET Core Runtime to match current release ( #15702 )
...
* fix(fileflows): install .NET 10 ASP.NET Core Runtime to match current release
FileFlows now ships its server/node binaries targeting .NET 10
(Microsoft.NETCore.App 10.0.0), but the install script still installs the
ASP.NET Core Runtime 8.0. On a fresh install the app therefore cannot start:
You must install or update .NET to run this application.
Framework: 'Microsoft.NETCore.App', version '10.0.0' (x64)
The following frameworks were found:
8.0.28 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
so "dotnet FileFlows.Server.dll --systemd install" fails with exit code 150
(service failed to start) and the container aborts (issue #15686 ).
Bump the runtime to 10.0 on both branches: aspnetcore-runtime-10.0 from
packages.microsoft.com on amd64 (the same repo and package already used by
igotify, rdtclient and technitiumdns) and dotnet-install --channel 10.0 on
arm64.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
* fix(fileflows): ensure current .NET runtime on update too
An existing install set up under an older .NET (e.g. aspnetcore-runtime-8.0)
would download a newer FileFlows on update but keep the old runtime, failing to
start with the same framework-not-found error. Mirror the runtime handling used
by technitiumdns/rdtclient in update_script.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-11 22:15:12 +02:00
..
2026-06-19 09:53:08 +02:00
2026-07-11 20:07:05 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-12 09:27:45 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-28 23:02:08 +02:00
2026-06-11 21:07:38 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 19:46:09 +10:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-10 22:04:45 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-08 08:33:20 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 20:05:39 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-11 07:34:54 +02:00
2026-06-05 13:55:33 +02:00
2026-06-19 09:53:08 +02:00
2026-06-26 14:57:46 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-22 20:13:27 +02:00
2026-06-27 21:07:03 +02:00
2026-06-19 09:53:08 +02:00
2026-06-22 21:12:42 +02:00
2026-06-20 17:48:59 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-07-04 21:49:09 +02:00
2026-06-19 09:53:08 +02:00
2026-07-04 11:55:36 +02:00
2026-06-30 14:28:40 +02:00
2026-06-19 09:53:08 +02:00
2026-06-22 22:06:36 +02:00
2026-06-29 22:30:31 +02:00
2026-07-05 21:34:42 +02:00
2026-06-19 09:53:08 +02:00
2026-06-21 22:24:10 +02:00
2026-07-11 22:15:12 +02:00
2026-06-01 15:58:32 +02:00
2026-07-10 10:53:51 +02:00
2026-06-29 09:59:43 +02:00
2026-05-30 23:48:30 +02:00
2026-06-30 19:44:42 +10:00
2026-06-21 22:24:10 +02:00
2026-06-19 09:53:08 +02:00
2026-07-07 22:45:52 +02:00
2026-07-02 09:11:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-08 22:28:40 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-05-29 08:29:33 +02:00
2026-06-30 13:01:18 +02:00
2026-06-20 00:34:00 +02:00
2026-07-05 22:28:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-20 00:34:00 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 02:56:49 +10:00
2026-07-06 15:38:39 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-14 14:00:32 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 02:56:49 +10:00
2026-07-01 21:13:48 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-01 16:00:00 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-06-21 02:56:49 +10:00
2026-05-31 12:53:56 +02:00
2026-06-30 13:01:18 +02:00
2026-06-16 13:26:24 +02:00
2026-06-29 23:11:26 +02:00
2026-06-02 09:05:25 +02:00
2026-06-21 02:56:49 +10:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-07-11 20:00:36 +02:00
2026-06-28 23:02:08 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 22:24:10 +02:00
2026-06-21 00:21:58 +02:00
2026-06-05 14:00:55 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-08 22:28:40 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-02 09:05:25 +02:00
2026-07-01 15:34:50 +02:00
2026-06-07 22:56:12 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-29 22:44:21 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:42:17 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:45:41 +02:00
2026-06-28 23:02:08 +02:00
2026-06-21 20:45:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-11 16:20:57 +02:00
2026-07-09 00:56:59 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-05 12:04:34 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 22:24:10 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-07-09 11:28:40 +10:00
2026-06-25 14:06:24 +02:00
2026-07-06 15:00:41 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-07-10 20:47:58 +02:00
2026-06-22 21:11:47 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-02 11:06:43 +02:00
2026-06-21 23:11:47 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-21 22:24:10 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-22 21:10:14 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-29 13:24:52 +02:00
2026-06-22 11:41:14 +02:00
2026-06-02 09:05:25 +02:00
2026-06-06 22:20:40 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 11:41:14 +02:00
2026-07-10 10:57:27 +02:00
2026-06-22 11:41:14 +02:00
2026-07-01 22:40:55 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 11:41:14 +02:00
2026-05-29 23:49:34 +02:00
2026-06-22 11:41:14 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-06 22:11:21 +02:00
2026-06-22 13:27:16 +02:00
2026-06-21 22:24:10 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-17 15:30:38 +02:00
2026-06-22 13:27:16 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 13:27:16 +02:00
2026-06-21 22:24:10 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 22:00:23 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-07-06 23:28:48 +02:00
2026-06-24 11:37:18 +10:00
2026-06-22 21:13:32 +02:00
2026-06-06 16:08:46 +02:00
2026-06-30 13:01:18 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00
2026-06-30 13:01:18 +02:00
2026-06-22 21:13:32 +02:00