update @ Sun 23 Jan 04:58:28 EET 2022

Signed-off-by: Ari Archer <ari@mail.ari-web.xyz>
This commit is contained in:
Ari Archer 2022-01-23 04:58:28 +02:00
parent 820a7d8786
commit a230fa09e1
2 changed files with 19 additions and 19 deletions

View file

@ -29,7 +29,7 @@
MUST disclose the project's source MUST disclose the project's source
OWNER: Ari Archer <truncateddinosour@gmail.com> OWNER: Ari Archer <ari@mail.ari-web.xyz>
PROJECT NAME: Website (https://ari-web.xyz/) PROJECT NAME: Website (https://ari-web.xyz/)
YEAR: 2022 YEAR: 2022

View file

@ -10,7 +10,7 @@
[[redirects]] [[redirects]]
from = "/gentoo_stage3_nmor" from = "/gentoo_stage3_nmor"
to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-nomultilib-openrc/" to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-nomultilib-openrc/"
status = 308 status = 301
force = true force = true
# ARI-WEB-SPECIFIC # # ARI-WEB-SPECIFIC #
@ -18,13 +18,19 @@
[[redirects]] [[redirects]]
from = "/tinycore" from = "/tinycore"
to = "https://tcl.ari-web.xyz/" to = "https://tcl.ari-web.xyz/"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/data/*" from = "/data/*"
to = "https://files.ari-web.xyz/data/:splat" to = "https://files.ari-web.xyz/files/:splat"
status = 308 status = 301
force = true
[[redirects]]
from = "/mail"
to = "mailto:ari@mail.ari-web.xyz"
status = 301
force = true force = true
#################### ####################
@ -32,49 +38,43 @@
[[redirects]] [[redirects]]
from = "/gentoo_stage3_nmorh" from = "/gentoo_stage3_nmorh"
to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-hardened-nomultilib-openrc/" to = "https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/releases/amd64/autobuilds/current-stage3-amd64-hardened-nomultilib-openrc/"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/git" from = "/git"
to = "https://github.com/TruncatedDinosour/website" to = "https://github.com/TruncatedDinosour/website"
status = 308 status = 301
force = true
[[redirects]]
from = "/mail"
to = "mailto:truncateddinosour@gmail.com"
status = 308
force = true force = true
[[redirects]] [[redirects]]
from = "/dotfiles" from = "/dotfiles"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned" to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/dotfile/:distro/*" from = "/dotfile/:distro/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat" to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/overlay" from = "/overlay"
to = "https://github.com/TruncatedDinosour/dinolay" to = "https://github.com/TruncatedDinosour/dinolay"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/gentooatom/*" from = "/gentooatom/*"
to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat" to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/mp" from = "/mp"
to = "https://www.youtube.com/playlist?list=PL7UuKajElTaChff3BkcJE6620lSuSUaDC" to = "https://www.youtube.com/playlist?list=PL7UuKajElTaChff3BkcJE6620lSuSUaDC"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]
@ -86,7 +86,7 @@
[[redirects]] [[redirects]]
from = "/gh/:project" from = "/gh/:project"
to = "https://github.com/TruncatedDinosour/:project" to = "https://github.com/TruncatedDinosour/:project"
status = 308 status = 301
force = true force = true
[[redirects]] [[redirects]]