Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we need to be able to run Caddy from a checkout directly? #11

Closed
QuLogic opened this issue Mar 11, 2022 · 1 comment
Closed

Do we need to be able to run Caddy from a checkout directly? #11

QuLogic opened this issue Mar 11, 2022 · 1 comment

Comments

@QuLogic
Copy link
Member

QuLogic commented Mar 11, 2022

Initially, I wrote the Caddyfile to be able to be run locally. With the Ansible config added, we have a couple redundancies defining, e.g., the list of subrepos to clone and serve. We can remove that redundancy by making the Caddyfile a template, but then it can't be run directly.

I recently came across ansible-bender, so I think we could maybe point local testing there (it takes an Ansible config and applies it to a container instead of your configured hosts.)

@tacaswell
Copy link
Member

I would prefer to switch to the template and then sort out how to run against a local target.

QuLogic added a commit to QuLogic/matplotlib.org that referenced this issue Mar 29, 2022
This does mean that you can't run it directly, but it reduces
duplication of the list of repos.

Closes matplotlib#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants