-
Notifications
You must be signed in to change notification settings - Fork 49
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
Docker image for even easier local deployment #23
base: main
Are you sure you want to change the base?
Conversation
I pulled the image from the author's fork, seems to work great. I'm running it on an Odroid N2+. Would be a cool addition to the project, until then I'll keep running the PR build :) |
The broken images I get seem to be caused by Wikipedia itself rejecting the
|
Thanks for testing and troubleshooting! Unfortunately, the frogfind repository was (and still is) pretty out-of-date compared to frogfind.com, where most bugs were already fixed :/ |
I thought it would be cool to add a very quick and simple method to deploy, so anyone could have their own, local version of frogfind running on their computer or even SBC like Raspberry Pi.
The PR also include Github Action workflow to automatically build multiarch Docker image and push it to Github Registry.
I know that this project is very simple to install as-is, as all you need to have is a working web server with composer, but I think it still might be useful for someone.