This commit is contained in:
Chris 2025-06-10 11:23:45 +02:00
parent a140a35448
commit 5e8f4e33e3
45 changed files with 2 additions and 2 deletions

0
.devcontainer/Caddyfile Normal file → Executable file
View File

0
.devcontainer/Dockerfile Normal file → Executable file
View File

0
.devcontainer/devcontainer.json Normal file → Executable file
View File

0
.devcontainer/start.sh Normal file → Executable file
View File

0
.vscode/launch.json vendored Normal file → Executable file
View File

0
LICENSE.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
cache/.gitignore vendored Normal file → Executable file
View File

0
docker-compose-dev.yml Normal file → Executable file
View File

2
docker-compose.yml Normal file → Executable file
View File

@ -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:

0
docker/dokploy-compose.yml Normal file → Executable file
View File

0
src/.gitignore vendored Normal file → Executable file
View File

0
src/composer.json Normal file → Executable file
View File

0
src/composer.lock generated Normal file → Executable file
View File

0
src/config.inc.php Normal file → Executable file
View File

0
src/helpers.php Normal file → Executable file
View File

0
src/http2pic.class.php Normal file → Executable file
View File

2
src/templates/index.html.php Normal file → Executable file
View File

@ -71,7 +71,7 @@
<!-- Main Content -->
<div class="container">
<h2>How the API works</h2>
<div class="well"><h2 ><?=URL?>/api/url=<span style="color:#1e90ff">[WEBSITE_URL]</span>&amp;<span style="color:#C73C49">[OPTIONS]</span></h2></div><hr/><br/>
<div class="well"><h2 ><?=URL?>/api/?url=<span style="color:#1e90ff">[WEBSITE_URL]</span>&amp;<span style="color:#C73C49">[OPTIONS]</span></h2></div><hr/><br/>
<div >
<div>
<section>

0
web/css/bootstrap.css vendored Normal file → Executable file
View File

0
web/css/bootstrap.min.css vendored Normal file → Executable file
View File

0
web/css/clean-blog.css Normal file → Executable file
View File

0
web/css/clean-blog.min.css vendored Normal file → Executable file
View File

0
web/css/http2pic.css Normal file → Executable file
View File

0
web/fonts/glyphicons-halflings-regular.eot Normal file → Executable file
View File

0
web/fonts/glyphicons-halflings-regular.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

0
web/fonts/glyphicons-halflings-regular.ttf Normal file → Executable file
View File

0
web/fonts/glyphicons-halflings-regular.woff Normal file → Executable file
View File

0
web/fonts/glyphicons-halflings-regular.woff2 Normal file → Executable file
View File

0
web/img/domainfailed.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
web/img/failed.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

0
web/img/home-bg.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB

0
web/img/hs_logo.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

0
web/img/loading.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

0
web/img/pagefailed.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
web/index.php Normal file → Executable file
View File

0
web/js/bootstrap.js vendored Normal file → Executable file
View File

0
web/js/bootstrap.min.js vendored Normal file → Executable file
View File

0
web/js/clean-blog.js Normal file → Executable file
View File

0
web/js/clean-blog.min.js vendored Normal file → Executable file
View File

0
web/js/http2pic.js Normal file → Executable file
View File

0
web/js/jquery.js vendored Normal file → Executable file
View File

0
web/js/jquery.min.js vendored Normal file → Executable file
View File

0
web/less/clean-blog.less Normal file → Executable file
View File

0
web/less/mixins.less Normal file → Executable file
View File

0
web/less/variables.less Normal file → Executable file
View File