From 5e8f4e33e3cd0a0cbd59e541fe3dd10609fcd0fb Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Jun 2025 11:23:45 +0200 Subject: [PATCH] ups --- .devcontainer/Caddyfile | 0 .devcontainer/Dockerfile | 0 .devcontainer/devcontainer.json | 0 .devcontainer/start.sh | 0 .vscode/launch.json | 0 LICENSE.md | 0 README.md | 0 cache/.gitignore | 0 docker-compose-dev.yml | 0 docker-compose.yml | 2 +- docker/dokploy-compose.yml | 0 src/.gitignore | 0 src/composer.json | 0 src/composer.lock | 0 src/config.inc.php | 0 src/helpers.php | 0 src/http2pic.class.php | 0 src/templates/index.html.php | 2 +- web/css/bootstrap.css | 0 web/css/bootstrap.min.css | 0 web/css/clean-blog.css | 0 web/css/clean-blog.min.css | 0 web/css/http2pic.css | 0 web/fonts/glyphicons-halflings-regular.eot | Bin web/fonts/glyphicons-halflings-regular.svg | 0 web/fonts/glyphicons-halflings-regular.ttf | Bin web/fonts/glyphicons-halflings-regular.woff | Bin web/fonts/glyphicons-halflings-regular.woff2 | Bin web/img/domainfailed.jpg | Bin web/img/failed.jpg | Bin web/img/home-bg.jpg | Bin web/img/hs_logo.png | Bin web/img/loading.gif | Bin web/img/pagefailed.jpg | Bin web/index.php | 0 web/js/bootstrap.js | 0 web/js/bootstrap.min.js | 0 web/js/clean-blog.js | 0 web/js/clean-blog.min.js | 0 web/js/http2pic.js | 0 web/js/jquery.js | 0 web/js/jquery.min.js | 0 web/less/clean-blog.less | 0 web/less/mixins.less | 0 web/less/variables.less | 0 45 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .devcontainer/Caddyfile mode change 100644 => 100755 .devcontainer/Dockerfile mode change 100644 => 100755 .devcontainer/devcontainer.json mode change 100644 => 100755 .devcontainer/start.sh mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 cache/.gitignore mode change 100644 => 100755 docker-compose-dev.yml mode change 100644 => 100755 docker-compose.yml mode change 100644 => 100755 docker/dokploy-compose.yml mode change 100644 => 100755 src/.gitignore mode change 100644 => 100755 src/composer.json mode change 100644 => 100755 src/composer.lock mode change 100644 => 100755 src/config.inc.php mode change 100644 => 100755 src/helpers.php mode change 100644 => 100755 src/http2pic.class.php mode change 100644 => 100755 src/templates/index.html.php mode change 100644 => 100755 web/css/bootstrap.css mode change 100644 => 100755 web/css/bootstrap.min.css mode change 100644 => 100755 web/css/clean-blog.css mode change 100644 => 100755 web/css/clean-blog.min.css mode change 100644 => 100755 web/css/http2pic.css mode change 100644 => 100755 web/fonts/glyphicons-halflings-regular.eot mode change 100644 => 100755 web/fonts/glyphicons-halflings-regular.svg mode change 100644 => 100755 web/fonts/glyphicons-halflings-regular.ttf mode change 100644 => 100755 web/fonts/glyphicons-halflings-regular.woff mode change 100644 => 100755 web/fonts/glyphicons-halflings-regular.woff2 mode change 100644 => 100755 web/img/domainfailed.jpg mode change 100644 => 100755 web/img/failed.jpg mode change 100644 => 100755 web/img/home-bg.jpg mode change 100644 => 100755 web/img/hs_logo.png mode change 100644 => 100755 web/img/loading.gif mode change 100644 => 100755 web/img/pagefailed.jpg mode change 100644 => 100755 web/index.php mode change 100644 => 100755 web/js/bootstrap.js mode change 100644 => 100755 web/js/bootstrap.min.js mode change 100644 => 100755 web/js/clean-blog.js mode change 100644 => 100755 web/js/clean-blog.min.js mode change 100644 => 100755 web/js/http2pic.js mode change 100644 => 100755 web/js/jquery.js mode change 100644 => 100755 web/js/jquery.min.js mode change 100644 => 100755 web/less/clean-blog.less mode change 100644 => 100755 web/less/mixins.less mode change 100644 => 100755 web/less/variables.less diff --git a/.devcontainer/Caddyfile b/.devcontainer/Caddyfile old mode 100644 new mode 100755 diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile old mode 100644 new mode 100755 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100644 new mode 100755 diff --git a/.devcontainer/start.sh b/.devcontainer/start.sh old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/cache/.gitignore b/cache/.gitignore old mode 100644 new mode 100755 diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 index 90c0d51..20f88d8 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.3' services: http2pic: - image: ghcr.io/hascheksolutions/http2pic:2 + image: gitea.haschek.at/haschek-solutions/http2pic:2 restart: unless-stopped environment: diff --git a/docker/dokploy-compose.yml b/docker/dokploy-compose.yml old mode 100644 new mode 100755 diff --git a/src/.gitignore b/src/.gitignore old mode 100644 new mode 100755 diff --git a/src/composer.json b/src/composer.json old mode 100644 new mode 100755 diff --git a/src/composer.lock b/src/composer.lock old mode 100644 new mode 100755 diff --git a/src/config.inc.php b/src/config.inc.php old mode 100644 new mode 100755 diff --git a/src/helpers.php b/src/helpers.php old mode 100644 new mode 100755 diff --git a/src/http2pic.class.php b/src/http2pic.class.php old mode 100644 new mode 100755 diff --git a/src/templates/index.html.php b/src/templates/index.html.php old mode 100644 new mode 100755 index 2461452..77fb841 --- a/src/templates/index.html.php +++ b/src/templates/index.html.php @@ -71,7 +71,7 @@

How the API works

-

/api/url=[WEBSITE_URL]&[OPTIONS]



+

/api/?url=[WEBSITE_URL]&[OPTIONS]



diff --git a/web/css/bootstrap.css b/web/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/web/css/bootstrap.min.css b/web/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/web/css/clean-blog.css b/web/css/clean-blog.css old mode 100644 new mode 100755 diff --git a/web/css/clean-blog.min.css b/web/css/clean-blog.min.css old mode 100644 new mode 100755 diff --git a/web/css/http2pic.css b/web/css/http2pic.css old mode 100644 new mode 100755 diff --git a/web/fonts/glyphicons-halflings-regular.eot b/web/fonts/glyphicons-halflings-regular.eot old mode 100644 new mode 100755 diff --git a/web/fonts/glyphicons-halflings-regular.svg b/web/fonts/glyphicons-halflings-regular.svg old mode 100644 new mode 100755 diff --git a/web/fonts/glyphicons-halflings-regular.ttf b/web/fonts/glyphicons-halflings-regular.ttf old mode 100644 new mode 100755 diff --git a/web/fonts/glyphicons-halflings-regular.woff b/web/fonts/glyphicons-halflings-regular.woff old mode 100644 new mode 100755 diff --git a/web/fonts/glyphicons-halflings-regular.woff2 b/web/fonts/glyphicons-halflings-regular.woff2 old mode 100644 new mode 100755 diff --git a/web/img/domainfailed.jpg b/web/img/domainfailed.jpg old mode 100644 new mode 100755 diff --git a/web/img/failed.jpg b/web/img/failed.jpg old mode 100644 new mode 100755 diff --git a/web/img/home-bg.jpg b/web/img/home-bg.jpg old mode 100644 new mode 100755 diff --git a/web/img/hs_logo.png b/web/img/hs_logo.png old mode 100644 new mode 100755 diff --git a/web/img/loading.gif b/web/img/loading.gif old mode 100644 new mode 100755 diff --git a/web/img/pagefailed.jpg b/web/img/pagefailed.jpg old mode 100644 new mode 100755 diff --git a/web/index.php b/web/index.php old mode 100644 new mode 100755 diff --git a/web/js/bootstrap.js b/web/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/web/js/bootstrap.min.js b/web/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/web/js/clean-blog.js b/web/js/clean-blog.js old mode 100644 new mode 100755 diff --git a/web/js/clean-blog.min.js b/web/js/clean-blog.min.js old mode 100644 new mode 100755 diff --git a/web/js/http2pic.js b/web/js/http2pic.js old mode 100644 new mode 100755 diff --git a/web/js/jquery.js b/web/js/jquery.js old mode 100644 new mode 100755 diff --git a/web/js/jquery.min.js b/web/js/jquery.min.js old mode 100644 new mode 100755 diff --git a/web/less/clean-blog.less b/web/less/clean-blog.less old mode 100644 new mode 100755 diff --git a/web/less/mixins.less b/web/less/mixins.less old mode 100644 new mode 100755 diff --git a/web/less/variables.less b/web/less/variables.less old mode 100644 new mode 100755