📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: binaries.yml
name: Passenger generic binaries CI env: FORCE_COLOR: 1 RUST_LOG_STYLE: always on: push: {} jobs: build_linux: name: Binaries Linux ${{ matrix.arch }} strategy: fail-fast: false matrix: include: - runner: ubuntu-24.04 arch: x86_64 docker_arch: amd64 - runner: ubuntu-24.04-arm arch: aarch64 docker_arch: arm64 runs-on: ${{ matrix.runner }} timeout-minutes: 10 steps: - uses: actions/checkout@v6 timeout-minutes: 1 with: submodules: true - run: mkdir cache output working-directory: packaging/binaries/linux - name: Fetch cache run: ./dev/ci/fetch-cache-az-blob-storage timeout-minutes: 3 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} CONTAINER_NAME: ${{ vars.SCCACHE_AZURE_BLOB_CONTAINER }} BLOB_NAME: "binaries/linux-binaries-cache-${{ hashFiles('packaging/binaries/linux/docker_image/Dockerfile') }}-${{ matrix.runner }}-${{ matrix.arch }}.tar.zstd" CACHE_PATH: packaging/binaries/linux/cache - name: Build run: > ./build -p "$WORKSPACE" -c cache -o output -A "$DOCKER_ARCH" -j 2 passenger nginx timeout-minutes: 5 env: WORKSPACE: ${{ github.workspace }} DOCKER_ARCH: ${{ matrix.docker_arch }} working-directory: packaging/binaries/linux - uses: actions/upload-artifact@v5 timeout-minutes: 1 with: name: binaries-linux-${{ matrix.arch }} path: packaging/binaries/linux/output/**/* - name: Update cache run: ./dev/ci/update-cache-az-blob-storage timeout-minutes: 2 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} CONTAINER_NAME: ${{ vars.SCCACHE_AZURE_BLOB_CONTAINER }} BLOB_NAME: "binaries/linux-binaries-cache-${{ hashFiles('packaging/binaries/linux/docker_image/Dockerfile') }}-${{ matrix.runner }}-${{ matrix.arch }}.tar.zstd" CACHE_PATH: packaging/binaries/linux/cache if: '!cancelled()' - name: Package run: ./package -i output -o output -a "$ARCHITECTURE" timeout-minutes: 1 env: ARCHITECTURE: ${{ matrix.arch }} working-directory: packaging/binaries/linux - name: Test run: > ./test -p "$WORKSPACE" -i output -I output -A "$DOCKER_ARCH" timeout-minutes: 1 env: WORKSPACE: ${{ github.workspace }} DOCKER_ARCH: ${{ matrix.docker_arch }} working-directory: packaging/binaries/linux build_macos: name: Binaries macOS ${{ matrix.arch }} strategy: fail-fast: false matrix: include: - runner: macos-15-intel os: macos-15 arch: x86_64 sccache_arch_and_os: x86_64-apple-darwin sccache_azure_key_prefix: sccache/cxx-macos-15-x86_64 - runner: macos-15 os: macos-15 arch: arm64 sccache_arch_and_os: aarch64-apple-darwin sccache_azure_key_prefix: sccache/cxx-macos-15-arm runs-on: ${{ matrix.runner }} timeout-minutes: 90 env: CONTAINER_NAME: ${{ vars.SCCACHE_AZURE_BLOB_CONTAINER }} SCCACHE_AZURE_BLOB_CONTAINER: ${{ vars.SCCACHE_AZURE_BLOB_CONTAINER }} SCCACHE_AZURE_KEY_PREFIX: ${{ matrix.sccache_azure_key_prefix }} steps: - uses: actions/checkout@v6 timeout-minutes: 1 with: submodules: true - name: Install dependencies run: brew install zlib automake libtool coreutils timeout-minutes: 1 - run: mkdir work runtime-output output working-directory: packaging/binaries/macos - name: Determine runtime version id: determine_runtime_version run: | RUNTIME_VERSION=$(cat ../shared/definitions/macos_runtime_version) echo "version=$RUNTIME_VERSION" >> "$GITHUB_OUTPUT" working-directory: packaging/binaries/macos - name: Fetch RVM cache run: CACHE_PATH="$HOME/.rvm" ./dev/ci/fetch-cache-az-blob-storage id: fetch_rvm_cache timeout-minutes: 2 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} BLOB_NAME: "binaries/rvm-${{ hashFiles('packaging/binaries/shared/definitions/ruby_versions') }}-${{ matrix.os }}-${{ matrix.arch }}.tar.zstd" - name: Install RVM run: set -o pipefail && curl -fsSL https://get.rvm.io/stable | bash timeout-minutes: 1 - name: Install Rubies run: xargs -I{} "$HOME/.rvm/bin/rvm" install ruby-{} < packaging/binaries/shared/definitions/ruby_versions if: steps.fetch_rvm_cache.outputs.cache-hit != 'true' timeout-minutes: 30 - name: Cleanup RVM run: ~/.rvm/bin/rvm cleanup all if: steps.fetch_rvm_cache.outputs.cache-hit != 'true' timeout-minutes: 1 - name: Update RVM cache run: CACHE_PATH="$HOME/.rvm" ./dev/ci/update-cache-az-blob-storage if: steps.fetch_rvm_cache.outputs.cache-hit != 'true' timeout-minutes: 2 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} BLOB_NAME: "binaries/rvm-${{ hashFiles('packaging/binaries/shared/definitions/ruby_versions') }}-${{ matrix.os }}-${{ matrix.arch }}.tar.zstd" - name: Setup sccache run: ./dev/ci/setup-sccache timeout-minutes: 1 env: ARCH_AND_OS: ${{ matrix.sccache_arch_and_os }} SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} - name: Fetch runtime cache run: ./dev/ci/fetch-cache-az-blob-storage id: fetch_runtime_cache timeout-minutes: 2 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} BLOB_NAME: binaries/macos-runtime-${{ steps.determine_runtime_version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}.tar.zstd CACHE_PATH: packaging/binaries/macos/runtime-output - name: Compile runtime run: ./setup-runtime -w work -o runtime-output -j 4 if: steps.fetch_runtime_cache.outputs.cache-hit != 'true' timeout-minutes: 30 working-directory: packaging/binaries/macos - name: Update runtime cache run: ./dev/ci/update-cache-az-blob-storage if: steps.fetch_runtime_cache.outputs.cache-hit != 'true' timeout-minutes: 2 env: AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} BLOB_NAME: binaries/macos-runtime-${{ steps.determine_runtime_version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}.tar.zstd CACHE_PATH: packaging/binaries/macos/runtime-output - name: Build binaries run: ./build -p "$WORKSPACE" -r runtime-output -w work -o output -j 4 passenger nginx timeout-minutes: 12 env: WORKSPACE: ${{ github.workspace }} working-directory: packaging/binaries/macos - uses: actions/upload-artifact@v5 timeout-minutes: 1 with: name: binaries-macos-${{ matrix.arch }} path: packaging/binaries/macos/output/**/* - name: Package binaries run: ./package -i output -o output timeout-minutes: 1 working-directory: packaging/binaries/macos - name: Cache test suite gem bundle uses: actions/cache@v4 timeout-minutes: 1 with: path: packaging/binaries/macos/runtime-output/gems key: test-gems-${{ hashFiles('packaging/binaries/shared/Gemfile.lock', 'packaging/binaries/shared/definitions/ruby_versions') }}-${{ matrix.runner }}-${{ matrix.arch }} - name: Test run: ./test -p "$WORKSPACE" -r runtime-output -i output -I output timeout-minutes: 1 env: WORKSPACE: ${{ github.workspace }} working-directory: packaging/binaries/macos - name: Teardown sccache run: ./dev/ci/teardown-sccache if: '!cancelled()' - name: Archive configure logs uses: actions/upload-artifact@v5 if: failure() with: name: generic-binaries-logs-macos path: packaging/binaries/macos/work/*/config.log if-no-files-found: ignore
Save