diff --git a/src/Imageflow.Server.Host/Imageflow.Server.Host.csproj b/src/Imageflow.Server.Host/Imageflow.Server.Host.csproj index d2114865..840388b9 100644 --- a/src/Imageflow.Server.Host/Imageflow.Server.Host.csproj +++ b/src/Imageflow.Server.Host/Imageflow.Server.Host.csproj @@ -21,7 +21,7 @@ PreserveNewest - + PreserveNewest @@ -40,6 +40,8 @@ - + + + diff --git a/src/Imageflow.Server.Host/imageflow-test/imageflow-operational.png b/src/Imageflow.Server.Host/imageflow-test/imageflow-operational.png new file mode 100644 index 00000000..4b79bab1 Binary files /dev/null and b/src/Imageflow.Server.Host/imageflow-test/imageflow-operational.png differ diff --git a/src/Imageflow.Server.Host/imageflow.toml b/src/Imageflow.Server.Host/imageflow.toml index 034e2621..54aeab67 100644 --- a/src/Imageflow.Server.Host/imageflow.toml +++ b/src/Imageflow.Server.Host/imageflow.toml @@ -18,8 +18,8 @@ cache_control = "public, max-age=2592000" apply_default_commands = "quality=76&webp.quality=70&f.sharpen=23&down.filter=mitchell" [[routes]] -prefix = '/images/' -map_to_physical_folder='${app.approot}\images\' +prefix = '/imageflow-test/' +map_to_physical_folder='${app.approot}\imageflow-test\' # ====== Caching to disk ====== [disk_cache] # HybridCache @@ -82,8 +82,9 @@ cache_control = "no-cache" content_type = "text/html" # required content = """ -

If you see an angry, AI-generated robot below, Imageflow Server is running

-

+

You should see IMAGEFLOW IS RUNNING below

+

Visit /imageflow.debug for diagnostics

Edit imageflow.toml to delete or modify this default page, then restart the site.

@@ -103,4 +104,5 @@ megapixels = 40 [security.max_frame_resolution] width = 12000 height = 12000 -megapixels = 80 \ No newline at end of file +megapixels = 80 + diff --git a/src/Imageflow.Server.Host/images/robotcrush.png b/src/Imageflow.Server.Host/images/robotcrush.png deleted file mode 100644 index f36dd33a..00000000 Binary files a/src/Imageflow.Server.Host/images/robotcrush.png and /dev/null differ diff --git a/src/Imageflow.Server.Host/packages.lock.json b/src/Imageflow.Server.Host/packages.lock.json index 307e9061..71f41dd7 100644 --- a/src/Imageflow.Server.Host/packages.lock.json +++ b/src/Imageflow.Server.Host/packages.lock.json @@ -16,9 +16,9 @@ }, "Microsoft.DotNet.ILCompiler": { "type": "Direct", - "requested": "[8.0.10, )", - "resolved": "8.0.10", - "contentHash": "iThS5LNCcLlFkUlnxCJMgMSQ6s1BgbZo9ri11DDgNxDn8StwgFVUQJ8O5N/7S037jcS1md8tWp7Zu2YconIlag==" + "requested": "[8.0.12, )", + "resolved": "8.0.12", + "contentHash": "zhXnz2574mBc/ocGoG+qB0BgyoK9bH7f7Te1fNQJGbpwLLwZO5KKaTBmfM8N8THb3a2vQVFonbBzQ//d15TmQQ==" }, "Microsoft.Extensions.Http.Polly": { "type": "Direct", @@ -33,9 +33,9 @@ }, "Microsoft.NET.ILLink.Tasks": { "type": "Direct", - "requested": "[8.0.11, )", - "resolved": "8.0.11", - "contentHash": "zk5lnZrYJgtuJG8L4v17Ej8rZ3PUcR2iweNV08BaO5LbYHIi2wNaVNcJoLxvqgQdnjLlKnCCfVGLDr6QHeAarQ==" + "requested": "[8.0.12, )", + "resolved": "8.0.12", + "contentHash": "FV4HnQ3JI15PHnJ5PGTbz+rYvrih42oLi/7UMIshNwCwUZhTq13UzrggtXk4ygrcMcN+4jsS6hhshx2p/Zd0ig==" }, "AWSSDK.Core": { "type": "Transitive",