mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
create post install guide (#1379)
This commit is contained in:
+53
-2
@@ -45,8 +45,8 @@ const redirects: ClientRedirects.Options['redirects'] = [
|
||||
},
|
||||
// "traefik2" moved
|
||||
{
|
||||
from: '/docs/general/networking/traefik2',
|
||||
to: '/docs/general/networking/traefik'
|
||||
from: ['/docs/general/networking/traefik2', '/docs/general/networking/traefik'],
|
||||
to: '/docs/general/post-install/networking/advanced/traefik'
|
||||
},
|
||||
// Internet radio moved to live tv
|
||||
{
|
||||
@@ -57,6 +57,57 @@ const redirects: ClientRedirects.Options['redirects'] = [
|
||||
{
|
||||
from: '/docs/general/server/media/comics',
|
||||
to: '/docs/general/server/media/books'
|
||||
},
|
||||
// transcoding and hwa moved
|
||||
{
|
||||
from: '/docs/general/administration/hardware-acceleration',
|
||||
to: '/docs/general/post-install/transcoding/hardware-acceleration/'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/server/transcoding',
|
||||
to: '/docs/general/post-install/transcoding/'
|
||||
},
|
||||
// networking moved
|
||||
{
|
||||
from: '/docs/general/networking/',
|
||||
to: '/docs/general/post-install/networking/'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/apache',
|
||||
to: '/docs/general/post-install/networking/advanced/apache'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/caddy',
|
||||
to: '/docs/general/post-install/networking/caddy'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/dlna',
|
||||
to: '/docs/general/post-install/networking/dlna'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/fail2ban',
|
||||
to: '/docs/general/post-install/networking/advanced/fail2ban'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/haproxy',
|
||||
to: '/docs/general/post-install/networking/advanced/haproxy'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/letsencrypt',
|
||||
to: '/docs/general/post-install/networking/advanced/letsencrypt'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/monitoring',
|
||||
to: '/docs/general/post-install/networking/advanced/monitoring'
|
||||
},
|
||||
{
|
||||
from: '/docs/general/networking/nginx',
|
||||
to: '/docs/general/post-install/networking/advanced/nginx'
|
||||
},
|
||||
// quick start replaced with post install
|
||||
{
|
||||
from: '/docs/general/quick-start',
|
||||
to: '/docs/general/post-install/setup-wizard'
|
||||
}
|
||||
];
|
||||
export default redirects;
|
||||
|
||||
Reference in New Issue
Block a user