Replies: 4 comments 15 replies
-
That is an interesting question not only from licensing standpoint, but also from engineering standpoint. It is a pity that some meta tags dropped upon us in the name of progress, prefer the full URL of the site - otherwise, this would not be a problem. Wouldn't it be possible to utilize build args or environment variables to replace the domain in the static HTML?
|
Beta Was this translation helpful? Give feedback.
-
The
The Here is the actual spec definition:
Regarding your plan to ship a Docker file referencing Retype, it is no problem at all. I don't think the existing Retype EULA explicitly prevents this form of distribution, although I can certainly see that some clarification within the EULA is required. Please feel free to move ahead with your plan. Even re-distributing the actual executable itself would not a problem from our perspective. In fact, it would be encouraged. At this point, the current EULA is relatively old and was written early in the life of Retype, certainly before we had a good grasp on all the scenarios in which Retype might be used. It is time for a deep review, clarification, and hopefully a significant simplification of the EULA. Please feel free to post your question here or contact me ([email protected]) directly if you have any questions or comments and I will do my best to assist. |
Beta Was this translation helpful? Give feedback.
-
New official Retype Docker containers published to Docker Hub. Thought you might be interested. https://hub.docker.com/repository/docker/retypeapp/retype We'll be working on some Docker guides and other hosting demos. It will take us some time to get those together, but we're making progress. Let us know if you have any questions or comments and we'll do our best to assist. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Dear @geoffreymcgill we want to install retype in a Plesk Docker environment but now we do not have the possibility to map a port regarding on the docker image. Looks like the container you deploy has "Expose" option. Docker image used to deploy the container does not have "Expose" option or the required port is not exposed. Plesk allows mapping ports that are exposed only. A feature request was created to allow specifying custom ports for containers regardless of the EXPOSED directive presence in the image. Please check this. Please check the Plesk Documentation for further information about Plesk and Docker: https://docs.plesk.com/en-US/onyx/administrator-guide/plesk-administration/using-docker.75823/ Please provide ASAP a Plesk Docker Image so you can have the possibility of growing fast. |
Beta Was this translation helpful? Give feedback.
-
We are thinking about building the docs for one of our projects with ReType. Since everything will be Docker based and our client will need to build the documentation image/container themselves I think (due to the hardcoded url parameter), we would need to ship a Dockerfile to them which will install ReType on their premise.
Can we do that without violating any license constraints on your part?
Otherwise, I guess we'd need to retype build ourselves, commit the generated HTML to git and copy that into the container, but I don't see how that would work without us knowing on which server-domain they'll eventually run this.
Beta Was this translation helpful? Give feedback.
All reactions