netsgnut 2458a2bfa4
fix(filebrowser): use updated flag for baseURL (#626)
## Description

This PR makes the following change to `coder/modules/filebrowser`:

- Use the updated `baseURL` flag instead of the deprecated flag
`baseurl`

Currently upstream [deprecates the `baseurl`
flag](https://github.com/filebrowser/filebrowser/blob/v2.53.0/cmd/root.go#L35-L51)
and prints this into the logs:

```
DEPRECATION NOTICE: Flag --baseurl has been deprecated, use --baseURL instead
```

Also, the upstream sets to [remove the support of the fallback after
July
2026](https://github.com/filebrowser/filebrowser/blob/v2.53.0/cmd/root.go#L56).
Without the fix, it might stop working afterwards.

## Type of Change

- [ ] New module
- [ ] New template
- [X] Bug fix
- [ ] Feature/enhancement
- [ ] Documentation
- [ ] Other

## Module Information

<!-- Delete this section if not applicable -->

**Path:** `registry/coder/modules/filebrowser`  
**New version:** `v1.1.4`  
**Breaking change:** [ ] Yes [X] No

## Testing & Validation

- [X] Tests pass (`bun test`)
- [X] Code formatted (`bun fmt`)
- [X] Changes tested locally

## Related Issues

None
2025-12-31 11:29:48 +00:00
..
2025-12-16 23:25:21 +05:00
2025-12-16 23:25:21 +05:00
2025-12-16 23:25:21 +05:00
2025-12-16 23:25:21 +05:00
2025-11-27 12:00:04 +05:00
2025-12-16 23:25:21 +05:00
2025-06-02 18:42:27 -05:00