samzong/GoFS File Server
Serve directories with GoFS (auth, themes, WebDAV) inside a GitHub Actions job.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Directory to serve (path inside the container). Defaults to the GitHub workspace. | no | /github/workspace |
| host | Host interface to bind. | no | 0.0.0.0 |
| port | Port to listen on. | no | 8000 |
| theme | UI theme: default, advanced. | no | default |
| show_hidden | Show hidden files and directories. | no | false |
| auth | Enable HTTP basic auth as user:password. | no | "" |
| enable_webdav | Enable read-only WebDAV on /dav. | no | false |
| log_level | Log level: debug, info, warn, error. | no | info |
Outputs
no outputs