Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions redirector/api-staging.dandiarchive.org/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# What is this?

This Netlify site redirects api-staging.dandiarchive.org requests to
api.sandbox.dandiarchive.org, to provide support for legacy URLs after the name
change.
4 changes: 4 additions & 0 deletions redirector/api-staging.dandiarchive.org/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "https://api-staging.dandiarchive.org/*"
to = "https://api.sandbox.dandiarchive.org/:splat"
status = 308
5 changes: 5 additions & 0 deletions redirector/gui-staging.dandiarchive.org/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# What is this?

This Netlify site redirects gui-staging.dandiarchive.org requests to
sandbox.dandiarchive.org, to provide support for legacy URLs after the name
change.
4 changes: 4 additions & 0 deletions redirector/gui-staging.dandiarchive.org/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "https://gui-staging.dandiarchive.org/*"
to = "https://sandbox.dandiarchive.org/:splat"
status = 301
3 changes: 3 additions & 0 deletions redirector/gui.dandiarchive.org/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# What is this?

This Netlify site redirects all requests from gui.dandiarchive.org to dandiarchive.org. This is to provide backwards compatibility to anybody using legacy `gui.dandiarchive.org` URLs.
4 changes: 4 additions & 0 deletions redirector/gui.dandiarchive.org/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "https://gui.dandiarchive.org/*"
to = "https://dandiarchive.org/:splat"
status = 301
5 changes: 5 additions & 0 deletions redirector/hub.dandiarchive.org/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# What is this?

This Netlify site redirects hub.dandiarchive.org requests to
https://docs.dandiarchive.org/user-guide-using/dandi-hub/, to implement
sunsetting of DANDIHub.
4 changes: 4 additions & 0 deletions redirector/hub.dandiarchive.org/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "https://hub.dandiarchive.org/*"
to = "https://docs.dandiarchive.org/user-guide-using/dandi-hub/"
status = 302
Loading