-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
change the name of site-name frappe once it has been run #1432
Comments
i try: but i got internal server error |
Share more details about your setup |
https://discuss.frappe.io/t/overview-frappe-docker-self-hosting/110132 i follow this and i want update custom code but when i stop container and run again with new image (with change and new tag) (i do not change any thing in compose file). all data lost |
Hi @letajmal , I am in a similar bind. The current site name is just At the current situation the setup already has a lot of production data and I want to change just this. Is there a possible reconfiguration of maybe just a text file, a minimum reconfig such that all references to site name becomes |
Okay as it turns out the information from here #1264 (comment) works to fix the issue regarding email. I now have My next problem now is socket.io which is discussed https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions#socketio-does-not-work-with-pwdyml. Is it at all possible to change the subdomain of socket.io server and propagate the change to the client? I am unable to change the At the moment I am getting this error behind cloudflare: |
@bangonkali change your frappe site name to mydomain.com as discussed here
If you cloudflare domain name matches your frappe site name, it should work |
Hi @letajmal , if i set |
@bangonkali create a new site with |
Simple rename of site directory renames the site for frappe framework code. The site_config.json will maintain original credentials to db. host_name key will need change. Beyond that you'll need to make changes at load balancer, ingress, proxy level as per you infrastructure. In case of pwd.yml site named frontend is created. Internally all other services from same ctr network can access it by frontend:8080. It is set to default site so it's served over any host or ip on :8080 port. |
i have docker images for custom frappe
and i pull and run it by docker compose
so i want rename site name of frappe from example.com to abc.com
what do i need for all actions (about frappe, nginx, ...)
The text was updated successfully, but these errors were encountered: