chore: git.pihkaal.xyz -> git.pihkaal.me
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -4,7 +4,7 @@ Automatically generates Traefik middleware to shorten Gitea repository URLs.
|
||||
|
||||
## Purpose
|
||||
|
||||
Removes the username from single-user Gitea instances: `https://git.pihkaal.xyz/pihkaal/repo-name` → `https://git.pihkaal.xyz/repo-name`.
|
||||
Removes the username from single-user Gitea instances: `https://git.pihkaal.me/pihkaal/repo-name` → `https://git.pihkaal.me/repo-name`.
|
||||
Note that this will work only if you have a single user on Gitea, this is not meant to be used with multiple users. This projects is done based on my needs.
|
||||
|
||||
## How it works
|
||||
@@ -41,7 +41,7 @@ You can add this to your gitea stack:
|
||||
services:
|
||||
# ...
|
||||
auto-urls:
|
||||
image: git.pihkaal.xyz/pihkaal/gitea-auto-urls:latest
|
||||
image: git.pihkaal.me/pihkaal/gitea-auto-urls:latest
|
||||
container_name: gitea-auto-urls
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user