From 201f462447beb13f786b4b259adb6b07eef68ce1 Mon Sep 17 00:00:00 2001 From: lila Date: Tue, 14 Apr 2026 19:19:07 +0200 Subject: [PATCH] cleaning up --- .forgejo/workflows/deploy.yml | 7 ------- documentation/notes.md | 4 ++++ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 062801c..a48cee1 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -11,13 +11,6 @@ jobs: - name: Install tools run: apt-get update && apt-get install -y docker.io openssh-client - - name: Debug Docker - run: | - ls -la /var/run/docker.sock || echo "Socket not found" - whoami - id - docker version || echo "Docker command failed" - - name: Checkout code uses: https://data.forgejo.org/actions/checkout@v4 diff --git a/documentation/notes.md b/documentation/notes.md index 7d1b801..b0b276e 100644 --- a/documentation/notes.md +++ b/documentation/notes.md @@ -11,6 +11,10 @@ verify if hetzner domain needs to be pushed, theres a change on hetzner and some domains need to be migrated +### redirect or page not found + +subdomains or pages that dont exist should have page not found or should redirect + ### docker credential helper WARNING! Your credentials are stored unencrypted in '/home/languagedev/.docker/config.json'.