Skip to content

Instantly share code, notes, and snippets.

api_key_env: CROWDIN_API_KEY
base_path_env: CROWDIN_BASE_PATH
project_identifier: project
preserve_hierarchy: true
files:
- source: /src/locales/messages.xlf
dest: /src/locales/messages.xlf
translation: /src/locales/messages.%two_letters_code%.xlf

Keybase proof

I hereby claim:

  • I am baldinof on github.
  • I am baldinof (https://keybase.io/baldinof) on keybase.
  • I have a public key ASBpkMinzFQ469toaQ0AHKuay38r0sSpG5klreT7D9ZVeAo

To claim this, I am signing this object:

@Baldinof
Baldinof / .dockerignore
Last active February 13, 2024 22:52
Single PHP FPM container with Caddy
/vendor
/docker
/Dockerfile
@Baldinof
Baldinof / Caddyfile
Created July 8, 2021 16:06
PHP-fpm with Caddy web server
{
supervisor {
php-fpm
}
}
:8080
php_fastcgi 127.0.0.1:9000
root * .
sequenceDiagram
    actor Author
    actor Peers
    participant App Git repository
    participant CI
    participant Container image repository
    participant CD controller
    Note right of CD controller: Deployed in a control cluster
    participant Kubernetes manifests Git repository