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
-
=URL?>/api/url=[WEBSITE_URL]&[OPTIONS]
+
=URL?>/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