Skip to content
Snippets Groups Projects
Select Git revision
  • 0c4a8cebc76d5cabbbc05adb9ea3f14cdb99c348
  • main default protected
  • renovate/click-8.x-lockfile
  • renovate/black-23.x-lockfile
  • renovate/mypy-1.x-lockfile
  • renovate/pyinstaller-5.x-lockfile
  • renovate/requests-2.x-lockfile
  • feature-comments
8 results

gitlab-pages-shortlinks

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Kurzlink-Generator für Gitlab Pages

    Einträge der Form

    /foo https://irgende.in/link

    werden nach dem Deployment unter https://<domain>/foo verfügbar sein und zu https://irgende.in/link weitergeleitet. Interne Aliase sind auch mit folgender Syntax möglich:

    /bar /foo

    Unter https://<domain>/vanitymap.json gibt es alle Kurzlinks und ihre Ziele als JSON-Datei.

    Duplikate erkennen

    Duplikate kann man wie folgt erkennen:

    cat vanitymap.txt | awk '{ print $1 }' | sort | uniq -c | sort