eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.5k stars 1.41k forks source link

website backup #11914

Open behrisch opened 1 year ago

behrisch commented 1 year ago

We currently depend on eclipse.org/sumo and sumo.dlr.de. The best thing would be to let one work as the backup for the other (which might be impossible given the hugo setup). The old sumo.dlr.de provided by the central DLR IT seems not to work anymore. Another option is to keep a small backup at sumo.sourceforge.net (only the docs and the last release)

namdre commented 1 year ago

you mean the ssl-certificate outage of sumo.dlr.de is not temporary?

behrisch commented 1 year ago

It was temporary, we just do not have a proper backup solution currently. Here is the idea:

The "strategy" is if Eclipse goes down we simply remove the redirect on sumo.dlr.de and change the redirects on sourceforge and sumo-sim.org to point to sumo.dlr.de instead of Eclipse. If sumo.dlr.de goes down, we switch the hugo configuration on Eclipse to "local" mode. @angelobanse Do you think that is feasible?

angelobanse commented 1 year ago

Sounds reasonable and it should be possible. Search engines should not find/list our backup pages (the documentation copy on Eclipse and the landing page backup on sumo.dlr.de) - to avoid multiple/redundant results.

If sumo.dlr.de goes down, would the redirect to Eclipse even work?

We could locate this alternative hugo landing page under sumo.dlr.de/home.

behrisch commented 1 year ago

If sumo.dlr.de goes down, would the redirect to Eclipse even work?

No, probably not. We would need to notify people that they should use eclipse.org/sumo and/or point to the other locations where we can change the redirects (sumo.sf.net and sumo-sim.org).

We could locate this alternative hugo landing page under sumo.dlr.de/home.

why not directly in the root?

angelobanse commented 1 year ago

why not directly in the root?

I guess we could have the backup landing page in the root (sumo.dlr.de) and keep the current (permanent) redirect to Eclipse (sumo.dlr.de -> eclipse.org/sumo), making this backup not reachable until we disable the redirect.

behrisch commented 1 year ago

Add Links to alternative documentation sources to the README

behrisch commented 10 months ago

sumo.dlr.de now does a daily build of the sumo website into sumo.dlr.de/hugo. In case of a failure of the eclipse site it should suffice to use htaccess.dlr instead of htaccess. We should still do a cleanup of the sumo.dlr.de server some time