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

Feature Request: Pull homebrew from URL #18

Open
oakbrad opened this issue Apr 3, 2024 · 1 comment
Open

Feature Request: Pull homebrew from URL #18

oakbrad opened this issue Apr 3, 2024 · 1 comment

Comments

@oakbrad
Copy link

oakbrad commented Apr 3, 2024

Instead of importing homebrew from local files, the container should pull homebrew from a list of URLs at start up and generate it's own index.json.

All homebrew I'm aware of is available on Github. This would make updating homebrew files automatic, and would solve issues with permissions / overwriting local files.

@Jafner
Copy link
Owner

Jafner commented Jul 19, 2024

This is a great idea and I have finally gotten around to an overhaul of this project.

A comma-separated list of URLs in an ENV var would be great. Shouldn't be too hard to implement either.

Fixing the permissions / overwriting issue will come down to switching from cloning/updating the git repo to grabbing tagged releases and throwing homebrew files in after.

I don't think there's a built-in way to automatically pull homebrew via URL. Of course you can do it on the site. If you know of a way to handle that without any local files, I'm happy to implement it.

Otherwise, I think I'll be deploying the site, then grabbing homebrew content from local files (via host volume maps) and remote (via list of URLs in ENV var).

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