DSAC icon indicating copy to clipboard operation
DSAC copied to clipboard

DockSTARTer App Config helps you configure some of your Docker apps!

Results 2 DSAC issues
Sort by recently updated
recently updated
newest added

# Bug report **Describe the bug** Incorrect URL is build at * https://github.com/GhostWriters/DSAC/blob/master/.scripts/install_yq.sh#L37 It builds incorrect URL like: * https://github.com/mikefarah/yq/releases/download/4.14.2/yq_linux_amd64 The correct URL should have "v" prefix like: * https://github.com/mikefarah/yq/releases/download/v4.14.2/yq_linux_amd64

needs-triage

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...