You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, hosted documentation sites follow the same 30-day deletion policy as the rest of the generated artifacts. However, this means that currently, hosting persistent documentation with Nunaweb is impossible, as docs will be deleted in 30 days.
To me, it does not seem to be possible to resolve this in a secure manner without some sort of authentication. Such an authentication system would be necessary 1) to allow updating of a generated site, and 2) to deter spam requests.
The current solutions I can think of are:
Implement an account login/authentication system to manage hosted sites
Kick off the problem as being out of scope (in this case, Nunaweb would generate temporary sites only, and permanent sites would be hosted somewhere else)
Perhaps someone else has some suggestions.
The text was updated successfully, but these errors were encountered:
Implement an account login/authentication system to manage hosted sites
I did once write a website based on Flask that supported proper authentication and I don't recall having any difficulties with that (and I am not a web developer by any margin) since Flask pretty much handles everything out of the box. So my guess is that this probably shouldn't be a major obstacle for us.
However, right now it is probably not that critical. Maybe we could somehow arrange it such that docs generated for the official public regulated data types repository are kept forever until replaced by a newer revision, while for any other source the 30-day policy applies?
@bbworld1 can we maybe arrange some special privileges for us, the maintainers, to be able to host the docs for the public regulated data types persistently? I would like to link the docs of the fledging UDRAL namespace from its README. Maybe we could provide a secret token in the name field or something.
Currently, hosted documentation sites follow the same 30-day deletion policy as the rest of the generated artifacts. However, this means that currently, hosting persistent documentation with Nunaweb is impossible, as docs will be deleted in 30 days.
To me, it does not seem to be possible to resolve this in a secure manner without some sort of authentication. Such an authentication system would be necessary 1) to allow updating of a generated site, and 2) to deter spam requests.
The current solutions I can think of are:
Perhaps someone else has some suggestions.
The text was updated successfully, but these errors were encountered: