Configuration file #7
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
Depends on
#10 Write OpenRC init script, example/template www directory
sashakoshka/step
#11 Break key/value parsing out of frontmatter, improve it
sashakoshka/step
Reference: sashakoshka/step#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running
stepd
in a directory with a config file in it should serve that directory tree according to the parameters in the config file. It should also be possible to specify a path to a configuration file.The config file will use the exact same parsing as metadata, and the same data structure (simple map) will work too. A similar API to http/Header and a function to parse metadata from an io.Reader and a simple call from cmd/stepd/main.go should work perfect.