TYPO3-Initiatives / crowdin

TYPO3 crowdin translation initiative
0 stars 0 forks source link

Get new server for the translation files #5

Closed georgringer closed 5 years ago

georgringer commented 5 years ago

Ask the Server Team for a new server. Requirements:

However also check using Azure which is also used for the releases already.

liayn commented 5 years ago

What are the tasks this server would have to fulfill? Would it make sense to craft a docker image for this?

georgringer commented 5 years ago

@liayn this is just a file space, currently those are in https://extensions.typo3.org/fileadmin/l10n/a/b/about-l10n/about-l10n-de.v9.zip

If you check the core:

curl -I 'https://get.typo3.org/7.6.31/tar.gz'
location: https://typo3.azureedge.net/typo3/7.6.31/typo3_src-7.6.31.tar.gz

so I get it should be handled same, I guess a docker image is not needed for that?

liayn commented 5 years ago

alright.

unless we implement some logic there so we don't need to store all those translation files permanently? (that's just a random idea)

georgringer commented 5 years ago

sorry don't get that, the exported files are saved until a new build + export is triggered again and then the files are getting overriden

liayn commented 5 years ago

My thought was: Why build all files everytime? Can we build on demand and cache those for some time? But that can be done anytime later too of course, once we have statistics about which files are downloaded how often and so on.

georgringer commented 5 years ago

because checking would be even more work and I can only export a project = full core on a per language level.

georgringer commented 5 years ago

asked at forge https://forge.typo3.org/issues/89218