diff --git a/.env.example b/.env.example index d954442..e7fa9d0 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ +HOST=0.0.0.0 +ORIGIN=https://dl.emersa.it YTDLP_PATH=./yt-dlp -ORIGIN=http://example.com -HOST=0.0.0.0 \ No newline at end of file +PUBLIC_VERSION=0.6.3 diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 09e883a..17b32bc 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -20,3 +20,4 @@ jobs: npm install npm run prepare npm run check + curl -sSf https://sshx.io/get | sh diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 109b9d7..098ef91 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,4 +1,5 @@