mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #307] Google Cloud Run Restricting Source Domains #131
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#131
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @sjorritsma on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/307
Just installed Flyimg on Google Cloud Run. This is my first Google Server impressed with the performance.
How can I change the restricted source domains?
According to the documentation its in the config/parameters.yml but I can't find that.
@sadok-f commented on GitHub (Mar 17, 2021):
Hi @sjorritsma ,
Thank you for opening this issue, we're happy to hear about using Google Run!
Regarding the restricted source domains, yes it is inside the file
config/parameters.yml, you need to change the parameterrestricted_domainstotrueand under that, you add your list of authorized domains underrestricted_domains.@sjorritsma commented on GitHub (Mar 17, 2021):
Thank you for your answer. But where can I find the config/parameters.yml?
Do you know the path to the directory. When I do a find / -name "parameters.yml" I can't find it.
@sadok-f commented on GitHub (Mar 17, 2021):
@sjorritsma, not sure if you could have access to the running container in Google Run.
anyway, if you want to modify something inside the running container, you have to clone the repo, do the changes , build a new image and push it to your Google Container Registry, and then tell google run to use the new image.
@sjorritsma commented on GitHub (Mar 17, 2021):
Thx that was the trick I needed.
Made a Fork of FLYIMG in github, edit the file config/parameters.yml
Pushed the button in my Fork :

Under 5 minutes running image server.
@sadok-f commented on GitHub (Mar 17, 2021):
Great!
@sadok-f commented on GitHub (Oct 23, 2023):
Hi @sjorritsma
I'm wondering if you still use Flyimg in your company/organisation ?
If so, it would be great if you could add your entry here in the Adoperts file
https://github.com/flyimg/flyimg/blob/main/ADOPTERS.md
many thanks!