Compare commits

..

24 Commits

Author SHA1 Message Date
Stavros 6ae20eea44 New translations en.json (Chinese Traditional) 2026-04-15 19:10:14 +03:00
Stavros df867c9330 New translations en.json (Dutch) 2026-04-15 19:10:12 +03:00
Stavros ed733f91a1 New translations en.json (Japanese) 2026-04-15 19:10:10 +03:00
Stavros e4304e8180 New translations en.json (Italian) 2026-04-15 19:10:09 +03:00
Stavros d1d961c10c New translations en.json (Hebrew) 2026-04-15 19:10:07 +03:00
Stavros bbfff7104a New translations en.json (Finnish) 2026-04-15 19:10:06 +03:00
Stavros 4538d5f347 New translations en.json (German) 2026-04-15 19:10:04 +03:00
Stavros c5a869fad1 New translations en.json (Danish) 2026-04-15 19:10:03 +03:00
Stavros 35330b52ed New translations en.json (Czech) 2026-04-15 19:10:02 +03:00
Stavros 416c69a7ec New translations en.json (Catalan) 2026-04-15 19:10:01 +03:00
Stavros 416721afde New translations en.json (Arabic) 2026-04-15 19:10:00 +03:00
Stavros 3bcfa0f11f New translations en.json (Korean) 2026-04-15 19:09:54 +03:00
Stavros 8ff6d48942 New translations en.json (Portuguese, Brazilian) 2026-04-15 18:56:26 +03:00
Stavros cdf201f476 New translations en.json (Vietnamese) 2026-04-15 18:56:25 +03:00
Stavros 5342304893 New translations en.json (Turkish) 2026-04-15 18:56:24 +03:00
Stavros e27db51741 New translations en.json (Swedish) 2026-04-15 18:56:23 +03:00
Stavros 9b57dc5c7f New translations en.json (Serbian (Cyrillic)) 2026-04-15 18:56:21 +03:00
Stavros 7bb42e1d8c New translations en.json (Russian) 2026-04-15 18:56:20 +03:00
Stavros 5853c965f6 New translations en.json (Portuguese) 2026-04-15 18:56:19 +03:00
Stavros 01ded60f3a New translations en.json (Polish) 2026-04-15 18:56:18 +03:00
Stavros 16aa52e05a New translations en.json (Norwegian) 2026-04-15 18:56:17 +03:00
Stavros d2ac1d01d7 New translations en.json (Afrikaans) 2026-04-15 18:56:15 +03:00
Stavros 2132b20d3e New translations en.json (Spanish) 2026-04-15 18:56:14 +03:00
Stavros 72024f02a2 New translations en.json (Romanian) 2026-04-15 18:56:13 +03:00
7 changed files with 17 additions and 67 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Setup bun
uses: oven-sh/setup-bun@v2
+8 -8
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Delete old release
run: gh release delete --cleanup-tag --yes nightly || echo release not found
@@ -33,7 +33,7 @@ jobs:
BUILD_TIMESTAMP: ${{ steps.metadata.outputs.BUILD_TIMESTAMP }}
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -51,7 +51,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -97,7 +97,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -143,7 +143,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -201,7 +201,7 @@ jobs:
- image-build
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -259,7 +259,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
@@ -317,7 +317,7 @@ jobs:
- image-build-arm
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
with:
ref: nightly
+7 -7
View File
@@ -14,7 +14,7 @@ jobs:
BUILD_TIMESTAMP: ${{ steps.metadata.outputs.BUILD_TIMESTAMP }}
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Generate metadata
id: metadata
@@ -29,7 +29,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Install bun
uses: oven-sh/setup-bun@v2
@@ -72,7 +72,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Install bun
uses: oven-sh/setup-bun@v2
@@ -115,7 +115,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Docker meta
id: meta
@@ -170,7 +170,7 @@ jobs:
- image-build
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Docker meta
id: meta
@@ -225,7 +225,7 @@ jobs:
- generate-metadata
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Docker meta
id: meta
@@ -280,7 +280,7 @@ jobs:
- image-build-arm
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Docker meta
id: meta
-43
View File
@@ -1,43 +0,0 @@
name: Scorecard supply-chain security
on:
branch_protection_rule:
schedule:
- cron: "31 17 * * 5"
push:
branches: ["main"]
permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
permissions:
security-events: write
id-token: write
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Run analysis
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- name: Upload artifact
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6
- name: Generate Sponsors
uses: JamesIves/github-sponsors-readme-action@v1
-3
View File
@@ -10,9 +10,6 @@
<img alt="Issues" src="https://img.shields.io/github/issues/steveiliop56/tinyauth">
<img alt="Tinyauth CI" src="https://github.com/steveiliop56/tinyauth/actions/workflows/ci.yml/badge.svg">
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/tinyauth"><img src="https://badges.crowdin.net/tinyauth/localized.svg"></a>
<a href="https://scorecard.dev/viewer/?uri=github.com/steveiliop56/tinyauth" target="_blank" title="OpenSSF Scorecard">
<img src="https://api.scorecard.dev/projects/github.com/steveiliop56/tinyauth/badge">
</a>
</div>
<br />
-4
View File
@@ -47,10 +47,6 @@ func (app *BootstrapApp) Setup() error {
fmt.Println("Tinyauth is moving to an organization! All versions after v5.0.7 will be released under ghcr.io/tinyauthapp/tinyauth. Existing images will continue to work but new features and updates (including security ones) will only be released under the new image path.")
// get app url
if app.config.AppURL == "" {
return fmt.Errorf("app URL cannot be empty, perhaps config loading failed")
}
appUrl, err := url.Parse(app.config.AppURL)
if err != nil {