Compare commits

...

4 Commits

Author SHA1 Message Date
Maya 4585670282
fix: description inconsistency 2025-10-11 20:19:27 +03:00
Maya ff48fee61d
Merge pull request #124 from cerinoligutom/patch-1
docs: update DOCKER.md
2025-10-11 18:43:34 +03:00
not-nullptr 403162cafb fix: seo-related issues 2025-10-11 16:14:45 +01:00
Cerino Ligutom III dcc5e681f0
docs: update DOCKER.md
The docker-compose.yml link for this doc doesn't work as it seems like the compose file has been moved to the root. This PR adjusts the path to point to the correct one.
2025-10-02 15:56:40 +08:00
4 changed files with 10 additions and 6 deletions

View File

@ -34,7 +34,7 @@ This will do the following:
- Continuously restart the container until manually stopped
- Map `3000/tcp` (host) to `80/tcp` (container)
We also have a [`docker-compose.yml`](./docker-compose.yml) file available. Use `docker compose up` if you want to start the stack, or `docker compose down` to bring it down. You can pass `--build` to `docker compose up` to rebuild the Docker image (useful if you've changed any of the environment variables) as well as `-d` to start it in detached mode. You can read more about Docker Compose in general [here](https://docs.docker.com/compose/intro/compose-application-model/).
We also have a [`docker-compose.yml`](/docker-compose.yml) file available. Use `docker compose up` if you want to start the stack, or `docker compose down` to bring it down. You can pass `--build` to `docker compose up` to rebuild the Docker image (useful if you've changed any of the environment variables) as well as `-d` to start it in detached mode. You can read more about Docker Compose in general [here](https://docs.docker.com/compose/intro/compose-application-model/).
### Using an image from the GitHub Container Registry
While there's an image you can pull instead of cloning the repo and building the image yourself, you will not be able to update any of the environment variables (e.g. `PUB_PLAUSIBLE_URL`) as they're baked directly into the image and not obtained during runtime. If you're okay with this, you can simply run this command instead:
@ -44,4 +44,4 @@ $ docker run -d \
-p 3000:80 \
--name "vert" \
ghcr.io/vert-sh/vert:latest
```
```

View File

@ -194,7 +194,7 @@
{m["settings.conversion.metadata"]()}
</p>
<p
class="text-sm text-muted font-normal italic"
class="text-sm text-muted font-normal"
>
{m[
"settings.conversion.metadata_description"

View File

@ -121,7 +121,7 @@
<meta name="theme-color" content="#F2ABEE" />
<meta
name="title"
content="{VERT_NAME} — Free, fast, and awesome file convert"
content="{VERT_NAME} — Free, fast, and awesome file converter"
/>
<meta
name="description"
@ -130,7 +130,7 @@
<meta property="og:type" content="website" />
<meta
property="og:title"
content="{VERT_NAME} — Free, fast, and awesome file convert"
content="{VERT_NAME} — Free, fast, and awesome file converter"
/>
<meta
property="og:description"
@ -140,7 +140,7 @@
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="{VERT_NAME} — Free, fast, and awesome file convert"
content="{VERT_NAME} — Free, fast, and awesome file converter"
/>
<meta
property="twitter:description"

View File

@ -31,6 +31,10 @@
const processing = $derived(images.map((f) => f.processing).includes(true));
</script>
<svelte:head>
<meta name="robots" content="noindex" />
</svelte:head>
<div class="mx-auto w-full max-w-[778px] flex flex-col gap-8">
<h1 class="text-5xl text-center">{m["jpegify.title"]()}</h1>
<p class="text-muted text-center -mt-4 font-normal italic">