Compare commits

..

4 Commits

Author SHA1 Message Date
wmantly 60552c6246 fix: drop displayIconHtml to fix literal rendering (#153)
Pull Request Tests / Run Tests (18.x) (push) Successful in 31s
Pull Request Tests / Run Tests (20.x) (push) Successful in 26s
Pull Request Tests / Run Tests (22.x) (push) Successful in 27s
Pull Request Tests / Test Summary (push) Successful in 4s
2026-08-02 17:23:15 -04:00
wmantly 25419382bd chore: bump version to 1.14.2 2026-08-02 14:06:42 -04:00
wmantly 229f5b9760 chore: bump version to 1.14.1 2026-08-02 14:01:51 -04:00
wmantly 3a078e3918 fix: remove DEPLOYMENT.md and docs/ from Docker build context 2026-08-02 12:00:30 -04:00
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -115,8 +115,8 @@ COPY nodejs/api.md ./api.md
# docs/ mirrors the repo's own top-level docs/ folder. # docs/ mirrors the repo's own top-level docs/ folder.
COPY README.md /README.md COPY README.md /README.md
COPY CHANGELOG.md /CHANGELOG.md COPY CHANGELOG.md /CHANGELOG.md
COPY DEPLOYMENT.md /DEPLOYMENT.md
COPY docs /docs
# Baked commit hash from the gitinfo stage (see build_info.js). # Baked commit hash from the gitinfo stage (see build_info.js).
COPY --from=gitinfo /commit.txt ./.build_commit COPY --from=gitinfo /commit.txt ./.build_commit
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "proxy-api", "name": "proxy-api",
"version": "1.13.2", "version": "1.14.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "proxy-api", "name": "proxy-api",
"version": "1.13.2", "version": "1.14.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^7.3.0", "@fortawesome/fontawesome-free": "^7.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "proxy-api", "name": "proxy-api",
"version": "1.13.2", "version": "1.14.2",
"author": [ "author": [
{ {
"name": "William Mantly", "name": "William Mantly",
+1 -1
View File
@@ -192,7 +192,7 @@
<div class="card-header actionMessage" style="display:none"></div> <div class="card-header actionMessage" style="display:none"></div>
<div class="card-body"> <div class="card-body">
<div class="row"> <div class="row">
<h3><img height="32px" src="{{ displayIconHtml }}"/> {{name}} </h3> <h3>{{name}} </h3>
</div> </div>
<div> <div>
{{#domains}} {{#domains}}
+1 -1
View File
@@ -820,7 +820,7 @@
</a> </a>
{{#domain.provider}} {{#domain.provider}}
<br /> <br />
<img width="24px" src="{{displayIconHtml}}" /> {{displayName}} - {{name}} {{displayName}} - {{name}}
{{/domain.provider}} {{/domain.provider}}
{{#wildcard_parent}} {{#wildcard_parent}}