Skip to content
View jonaseberle's full-sized avatar
I may be slow to respond
I may be slow to respond

Organizations

@TYPO3-Documentation @dmind-gmbh @lmwa @qutescoop
Block or Report

Block or report jonaseberle

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ddev/ddev ddev/ddev Public

    Docker-based local PHP+Node.js web development environments

    Go 2.4k 579

  2. qutescoop/qutescoop qutescoop/qutescoop Public

    QuteScoop is a status indicator for the online flight simulation community VATSIM, compatible with Windows, Linux and (if you build it yourself) MacOS.

    C++ 32 15

  3. ddev/github-action-setup-ddev ddev/github-action-setup-ddev Public

    Set up your GitHub Actions workflow with DDEV

    JavaScript 28 8

  4. dmind-gmbh/extension-cookieman dmind-gmbh/extension-cookieman Public

    A GDPR tracking consent popup for the content management system TYPO3. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented.

    HTML 34 17

  5. Parse environment variables into $TY... Parse environment variables into $TYPO3_CONF_VARS
    1
    <?php
    2
    
                  
    3
    defined('TYPO3') || die();
    4
    
                  
    5
    /**
  6. bin/gitTagRelease: Bash script that ... bin/gitTagRelease: Bash script that helps tagging commits like "live-1.2.3"; asks to push the tag and run ‹ddev surf deploy ...›.
    1
    #!/bin/bash
    2
    
                  
    3
    ## Description: Create and push new git release tag. Deploy via ‹ddev surf deploy ...›.
    4
    ## Requirements: You use release tags of the form <releaseChannel>-<major>.<minor>.<bugfix>
    5