spin-fileserver icon indicating copy to clipboard operation
spin-fileserver copied to clipboard

A static file server implemented as a Spin component

Results 8 spin-fileserver issues
Sort by recently updated
recently updated
newest added

I noticed that spin-fileserver currently does not recognize file changes at runtime. **Scenario to Reproduce:** 1. Create following `spin.toml` ``` cat

Users who want to host their apps using `spin-fileserver` may wish to configure custom redirects. This is especially useful when users may want to modify URL structures or relocate content...

Request appending "; charset=utf-8" to the content-type header if the mime type value is application/javascript. Asserting that .js files would be in UTF-8 across the board... Are there other mine...

In a review for the fallback path feature, I received feedback to use spin configuration instead of environment variables. I ran into issues with the unit tests as spin config...

enhancement

In a review for the fallback path feature, I received feedback to switch from `std::env::var` calls to `spin_sdk::config::get` calls for the configurable fallback path. Once I made this change, I...

enhancement

The `spin-test` make target is currently failing with: ``` error: failed to compose Spin app, test, and virtualized Spin environment Caused by: 0: failed to encode composition 1: encoding produced...

Consider the following static asset to be served by [Spin's static file server](https://github.com/fermyon/spin-fileserver). ```bash ls assets 20 2 minutes  [templateId]-0fa5d0d4ec6d915f.js ``` When making a request for this asset, the...

bug

The maintainers of cargo-component have suggesting moving away from using it. This project should be updated to use `cargo build --target wasm32-wasip2` plus manual use of `wit-bindgen` and `wkg`