Files
VERT/static/sitemap.xml
Maya b93a566928 feat: privacy updates (#144)
* fix: default to auto on empty PUB_VERTD_URL

* feat: privacy policy

* chore: vert self-hosting

* feat: view info submitted

for transparency, see the exact details that is sent automatically to the owner of the instance:
- job id
- convert from
- convert to
- ffmpeg stderr
- actual video file (if submitted)

* feat: vertd error details footer

* fix: sanitize translations

...my bad i realize this earlier

* refactor: remove jepgify

* fix: blob scheme

* fix: seo fixes

don't index static language urls (doesn't do anything) - robots.txt & sitemap.xml

* feat: translatable privacy policy

i forgor

also fix inconsistencies with link colours

* fix: privacy translation fixes

* fix: broken conflict merge

why does github's web conflict resolver not have highlighting
2025-10-20 13:32:22 +01:00

32 lines
962 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://vert.sh/</loc>
<lastmod>2025-10-17T19:23:05+00:00</lastmod>
<priority>1.00</priority>
</url>
<url>
<loc>https://vert.sh/convert/</loc>
<lastmod>2025-10-17T19:23:05+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://vert.sh/settings/</loc>
<lastmod>2025-10-17T19:23:05+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://vert.sh/about/</loc>
<lastmod>2025-10-17T19:23:05+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://vert.sh/privacy/</loc>
<lastmod>2025-10-17T19:23:05+00:00</lastmod>
<priority>0.80</priority>
</url>
</urlset>